Imagepicker package says
No configuration required - the plugin should work out of the box.
It is no longer required to add android:requestLegacyExternalStorage="true" as an attribute to the tag in AndroidManifest.xml, as image_picker has been updated to make use of scoped storage.
reading images from gallery. so I think I need to ask some permission from the user as playstore also says this New package is just working and not asking for any permission. What permissions I need to explicitly ask And I don't want to save it on any external directory I just want to upload image to firebase storage
from Flutter image-picker explicitly ask permission
No comments:
Post a Comment