Unable to see image gallery in Android while picking image
See original GitHub issueHi, thanks for the awesome package. I am having some difficulty in using the package on Android simulator running via Genymotion. When the showImagePicker
call is made, a pop up is shown to ask the user for a source of the image. There I select Choose From Library...
and then a permission box appears show below. When I click Allow
, the permission box disappears nothing happens.
I see that people have opened issues w.r.t. to Android, so they are able to use it successfully. Is it a problem with the emulator. Am I missing some permissions in the AndroidManifest.xml
file. I don’t have an Android phone on me right now due to which I am not able to test on an actual phone. The code works on iPhone (both simulator and actual device) seamlessly.
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (2 by maintainers)
Top Results From Across the Web
Unable to see image gallery in Android while picking ... - GitHub
When the showImagePicker call is made, a pop up is shown to ask the user for a source of the image. There I...
Read more >Image picked from gallery is not getting set in image view
I found the Solution for the question, now I am able to set the image to imageview by both camera and gallery, what...
Read more >How to fix picture not showing up in phone gallery - YouTube
Key moments. View all · select all the pictures · select all the pictures · select all the pictures · create a folder...
Read more >Pictures Not Showing up in Gallery Fix - YouTube
Key moments. View all · Restart the Device · Restart the Device · Restart the Device · Es File Explorer · Es File...
Read more >image_picker | Flutter Package - Pub.dev
Flutter plugin for selecting images from the Android and iOS image library, and taking new pictures with the camera.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@varungupta85 I think you need to add these lines to
AndroidManifest.xml
:I am experiencing the same issue on my android device. After allowing the permissions, nothing happens and I have to tap one of the options again to either open the camera or open the image library. On ios, the camera will open immediately after i allow the permissions.
Any ideas?