flutter-permission-handler icon indicating copy to clipboard operation
flutter-permission-handler copied to clipboard

Error in multipleRequest above android 10

Open Bhuvanesh-Creator opened this issue 2 years ago • 0 comments

For android version above 10, the permission which call like: Map<Permission, PermissionStatus> statuses = await [ Permission.contacts, Permission.location,Permission.sms, ].request(); was not working it show permentlydenied in console before the dialouge shows.

Bhuvanesh-Creator avatar Feb 08 '22 13:02 Bhuvanesh-Creator