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

Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.

Results 254 flutter-permission-handler issues
Sort by recently updated
recently updated
newest added

## πŸš€ 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,...

platform: ios
type: enhancement
P2
refactor

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...

type: documentation
P2

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...

type: bug
P2
platform: windows

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. ![Screen Shot 2023-01-30 at 11...

platform: android
type: bug
P2
platform: android 12

Hello, I am using the incremental build option like explained here: https://github.com/FirebaseExtended/flutterfire/issues/349#issuecomment-605329947 Just wanted to ask how I should add the macros, to get it to work? This is my...

platform: ios
type: question
P3

## πŸ› Bug Report ### Expected behavior The "Ask Every Time" option basically means "Ask for permissions every time the user restarts the App" and not "Ask for permissions each...

platform: android
type: bug
P2

## πŸš€ Feature Requests iOS14 support new location setting item, this is new document from apple developer.[CLAccuracyAuthorization](https://developer.apple.com/documentation/corelocation/claccuracyauthorization?language=objc) ### Contextualize the feature `LocationPermissionStrategy` and `PermissionStatus` should expose new api. ### Describe...

platform: ios
type: enhancement
P2

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...

good first issue
platform: ios
type: enhancement
up for graps
P2