flutter-permission-handler
flutter-permission-handler copied to clipboard
Remove the READ_MEDIA_IMAGES and READ_MEDIA_VIDEO permissions from your app:
If your app only needs occasional access to photos and videos, remove the READ_MEDIA_IMAGES and READ_MEDIA_VIDEO permissions from your apps’ manifest, across all app version codes within the submission. This includes all tracks, including both production and testing tracks. You can migrate to a system photo picker, which allows users to selectively grant access to specific media on a one-time or infrequent basis.
I am using "permission_handler: ^11.3.1". still facing the above warning when we are uploading the APP on playstore