flutter-permission-handler
flutter-permission-handler copied to clipboard
Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
## π Feature Requests * Add support for distinguishing the iOS `provisional` notification permission for checking current permission level & requesting full permission ### Contextualize the feature In iOS 12,...
Hello, In the current Readme following is stated: > IMPORTANT: You will have to include all permission options when you want to submit your App. This is because the permission_handler...
When adding a library to a bare clean project (without any imports, just add to pubspec.yaml), the Windows 11 application is displayed as tracking geolocation. How to reproduce: 1. `flutter...
This adds the `TargetApi` annotation to the `getManifestNames` method in `PermissionUtils.java`. On Android, not including the TargetApi annotation to the getManifestNames method in PermissionUtils.java causes StrictMode errors: https://developer.android.com/reference/android/os/StrictMode. *List at...
*Exception throw while calling shouldShowRequestPermissionRationale in ios* *List at least one fixed issue.* dart Unhandled Exception: type 'int' is not a subtype of type 'FutureOr' ## Pre-launch Checklist - [x]...
## π Bug Report In android 12 or higher, when request both ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION will show dialog to choose precise location or approximate location.  ### Contextualize the feature `LocationPermissionStrategy` and `PermissionStatus` should expose new api. ### Describe...
In my app i need Location while in use only permission. Apple rejected my build because i need provide Location Always description in the info.plist. I cannot set 'PERMISSION_LOCATION=0', in...