This is how open gallery and camera in my flutter application. The problem is, I launch camera first then after I open gallery I'm missing cancel button and title on t...
I am trying to make a flutter app with the purpose of resizing pictures per user input. I have encountered two issues: <strong>- How to download the imag...
Flutter image upload from camera unable to send data to server in android mobile, Using Flutter image_picker to upload image using camera or gallery option I ca...
Here is my pubspec.yaml<br /> When I run pub get without image picker, it works. <pre><code>name: project1 description: A new Flutter application. publish_to: ver...
I run flutter's plugin <code>image_picker</code>'s sample. When I pick image one by one from gallery, the memory keep increase. Ideally the <code>memory should...
I'm working on a flutter app that allows user to set Background picture of their choice and "stays permanently till the user changes it". Using Image.file(pick...
what is the right way to use a multi-image picker using Getx OBX state management? iam using Obx and the fileimage not showing the selected image.
<a href="https://i.stack.imgur.com/tuhOS.gif" rel="nofollow noreferrer">Here is a what's happening : </a>I'm trying to upload an image from gallery to my app on iOS si...
I am working on a screen that allows a user to write a post (similar to facebook's add a post) where the user can pick an image from gallery and can see that image in...
with multi_image_picker flutter first, I select to choose a picture. Then my camera is starting the green dot is showing it's fine. But after choosing an image it shou...
Good day, I added these permissions to my Info.plist for ios <pre><code> <key>NSPhotoLibraryUsageDescription</key> <string>Upload image...
My flutter app crashes when pressing of back button while picking an image.How can I solve that? Here is Image picking part <pre><code> _openGallery(Buil...
When i take a picture from the CameraController in camera package, and i take the same picture with the same image but with image_picker, and i encode every picture to...
I have a <code>container</code> in my flutter project that loads the image selected by the flutter <code>image_picker</code> package. If the value is null, it load a p...
I am using <em>Image Picker</em> to select an image from the gallery. When I don't have any images uploaded, after I add one image, this pop-up is appearing as shown b...