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

I want to show the dialog asking the user to allow the notification. The package is working fine for the camera, microphone, etc but it's not working for notification.

## 🔙 Regression Fixed by: https://github.com/Baseflow/baseflow_plugin_template/pull/4 ### Old (and correct) behavior ### Current behavior ### Reproduction steps ### Configuration **Version:** 1.x **Platform:** - [ ] :iphone: iOS - [x] :robot:...

## 🏗 Enhancement Proposal Need permission for NEARBY_WIFI_DEVICES on Android 13. ### Pitch Needed functionality. ### Platforms affected (mark all that apply) - [ ] :iphone: iOS - [x] :robot:...

Since SDK 33 android requires to ask for permission to receive notifications. Adding that permission to AndroidManifest.xml is required. ### :sparkles: What kind of change does this PR introduce? (Bug...

Hey, need help to get official answer. I have seen that some APIs have been documented with the `iOS: Nothing` and there isn't additional information about if it turns to...

## 🐛 Bug Report android asks for permission, if a user closed notifications permission permanently, and this notification request is old style native request. Ios has the same behaviour but...

## 🏗 Enhancement Proposal bluetooth: "When running < iOS 13 or Android this is always allowed." This is not a case for bluetoothScan and bluetoothConnect. permissions are denied on iOS...

platform: android
platform: ios
type: documentation
P2

## 🐛 Bug Report ### Expected behavior ### Reproduction steps ### Configuration **Version:** 8.3.0 **Platform:** - [ ] :iphone: iOS - [ ] :robot: Androi

## 🚀 Feature Requests The plugin `permission_handler` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin...

## 🐛 Bug Report Hello, in my code, in case of a camera permission denial, I open the app settings. It works 95% of the time, but sometimes, it won't...