This repo contains a collection of permission related Flutter plugins which can be used to request permissions to access device resources in a cross-platform way.
Android 11 update added support for One-time permissions. Now users have ability to accept permission for only one time.
This library needs to add support for this feature because now the library reports false positive in next app usage.
Steps:
Open app
When asked for permission choose "Only this time"
Restart app
Plugin reporting that permission is accepted although it is not
🚀 Feature Requests
Android 11 update added support for One-time permissions. Now users have ability to accept permission for only one time. This library needs to add support for this feature because now the library reports false positive in next app usage.
Steps:
Platforms affected (mark all that apply)