After adding(or uploading) images, can’t view selected images in gallery
I want to deselect images if I selected more than 4 images, here i can’t go back gallery
ImagePicker onTap trigger makes use of 2 calls : OnPressed() and onTap(). Need to make it a single call
I have 2 Widget functions which while initiating onPressed() is supposed to show a imagepicker() using a CupertinoActionsheet with Actions to choose an image from Gallery/Camera.
Take photo without interruption in flutter
Taking image from camera using image_picker
plugin requires one extra step (i.e. Use Photo or Retake). This is affecting user experience a lot when they have to take multiple photos. Is there any alternative to this plugin that allows users to take photo from camera without having to go through Use Photo
step?