Relative Content

Tag Archive for flutterflutter-listviewflutter-futurebuilderflutter-camera

ListView in FutureBuilder not being updated using setState

Package multiple_image_camera on pub.dev has some limitations so I’m trying to create my own component that can be customized.
I tried placing the imagesFromCameraRoll.add(img) inside and outside setState.
Also tried to put takePicture contents into the onPressed event, did not work.