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 194 flutter-permission-handler issues
Sort by recently updated
recently updated
newest added

## 🐛 Bug Report Apple rejects due to not defining NSAppleMusicUsageDescription even when not needing this permission. ### Expected behavior Should be able to disable this via preprocessor definition. ###...

## 💬 Questions and Help For location, I can check if its enabled or disabled. However, I couldn't see a serviceStatus property for bluetooth. Is there any way to check...

## 🏗 Enhancement Proposal Research the possibility to request bluetooth permission on iOS by initialising `CBCentralManager`. ### Pitch The current implementation only supports reading the current bluetooth permission status and...

## 🐛 Bug Report I just recognized that iOS shows "notifications off" in the settings of the app, when each single option is disabled, BUT the actual toggle "Enable push...

## 🐛 Bug Report The build process for iOS 15.0 simulator and also for a real device cannot be completed successfully. Any help is very much appreciated Output: ``` Launching...

## 🐛 Bug Report The `Permission.locationWhenInUse.status` method is returning `permanentlyDenied` if the location service was disabled in iPhone. On Android it's working fine. ### Expected behavior I've created a logic...

platform: ios
type: bug
P2

## 🐛 Bug Report Permission request may got wrong result on Android platform. Let's say two permissions declared in AndroidManifest.xml of a flutter app: ``` xml ``` Both of them...

## 🐛 Bug Report On iOS when I call **Permission.notification.request()** the very first time, and the user clicks "Allow", the return value of **PermissionStatus.permanentlyDenied** is returned. This should return granted....

platform: ios
status: waiting for customer response

## 🐛 Bug Report The permission status reported for both `Permission.photos` and `Permission.photosAddOnly` is the same, and asking for `Permission.photosAddOnly` doesn't bring up the native popup to add more photos...

platform: ios
type: enhancement
P2

## 🐛 Bug Report The Permission.location.status method is returning PermissionStatus.denied if the location service is limited (precise location disabled) in iPhone (>14). (Note: I experience the same for photo access...