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

## 🚀 Feature Requests Notification callback when permission has changed ### Contextualize the feature User modify permission (by example location) in the device settings. The app is notified that the...

platform: android
platform: ios
status: triage
type: enhancement
P3

## 🐛 Bug Report My app was rejected by Apple after the upload only giving the message "Invalid binary", sadly also without any eMail and further explanation (which is of...

platform: ios

## 🐛 Bug Report Hi, we have some issues compiling on iOS since we've made the update to Flutter 2. ### Expected behavior Normal build ### Reproduction steps We have...

platform: ios

## 🐛 Bug Report Maybe method startListening() not being called when I start flutter engine with FlutterFragment. Because doesn't fired on onAttachedToActivity(@NonNull ActivityPluginBinding binding)? So I getting this exception when...

platform: android
type: bug
P2
group: app-to-app

## 🚀 Feature Requests In iOS 14, when you prompt for location permissions, the user can toggle between Precise: On (precise location) and Precise: Off (approximate location). Precise location is...

platform: ios
type: enhancement
P1

## 🐛 Bug Report ### Expected behavior that such currently in debug mode works perfectly but at the moment of launching a release the allow_handler is totally without response ###...

## 🔙 Regression Plugin no longer works in the background. ### Old (and correct) behavior I was able to check for permissions in the background using background_fetch. ### Current behavior...

status: triage
type: bug

## 🐛 Bug Report ### Expected behavior `Permission.ignoreBatteryOptimizations.request()` doesn't work. ### Reproduction steps AndroidManifest.xml * Add permission ``` ``` * Use code ``` final PermissionStatus permissionStatus = await Permission.ignoreBatteryOptimizations.request(); ```...

platform: android
status: triage

Hello, after using Xcode to open, I click archive to build. Then an error is reported in the generated pluginregistry.m: Definition of 'PermissionHandlerPlugin' must be imported from module 'permission_ handler'...

## 💬 Questions and Help For questions or help we recommend checking: - There are two permissions about calendar in android platform, READ_CALENDAR and WRITE_CALENDAR. If used allow the READ_CALENDAR...

type: question