Is there a way to force image_picker
to always show permissions dialog?
Currently, after denying permissions, it stops showing it.
Asked
Active
Viewed 24 times
1

jakub
- 3,576
- 3
- 29
- 55
-
Which code do you currently use to display the picker? – jraufeisen Nov 10 '22 at 23:06
-
Sample image_picker app. The line that picks images and shows the permissions prompt is `await _picker.pickImage(source: ImageSource.gallery)` – jakub Nov 11 '22 at 08:09