storage_permission_handler 1.0.2 copy "storage_permission_handler: ^1.0.2" to clipboard
storage_permission_handler: ^1.0.2 copied to clipboard

A Android Storage Permission Handler for Multiple Versions

1.0.2 #

Your app now requests the following permissions to ensure full functionality:

  1. Internet Access: The app requests the INTERNET permission for network operations.
  2. Media Images Access: For Android 13 (API level 33) and above, the app requests READ_MEDIA_IMAGES to access media files like images.
  3. External Storage Access (Android 10 and below): The app requests READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE permissions for devices running Android 9 (API level 28) or below.
  4. Scoped Storage and Broad Access (Android 10 and above): On Android 11 (API level 30) and later, the app requests MANAGE_EXTERNAL_STORAGE permission to access all files on the device (if needed).

In your AndroidManifest.xml, you should also include the following permissions:

#

#

#

#

1
likes
140
points
29
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Android Storage Permission Handler for Multiple Versions

Homepage

License

MIT (license)

Dependencies

device_info_plus, flutter, permission_handler

More

Packages that depend on storage_permission_handler