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

## 🔙 Regression ### Old (and correct) behavior Permission.locationAlways.request() was working. ### Current behavior Permission.locationAlways.request() throws an error: ``` Unhandled Exception: PlatformException(ERROR_ALREADY_REQUESTING_PERMISSIONS, A request for permissions is already running, please...

platform: ios
type: bug
P2

## 💬 Questions and Help For questions or help we recommend checking: - The [Flutter tag in Stack Overflow](https://stackoverflow.com/questions/tagged/flutter) - Long path problem is easy to occur when permission_handler is...

## 🚀 Feature Requests Android 12 builds upon recent platform changes to the location permissions model, including background location and one-time permissions. When an app targets targets Android 12, users...

platform: android
type: enhancement
P1
platform: android 12

## 🐛 Bug Report First, thanks for this very useful plugin ! ### Expected behavior I would like to open settings if permission.isDenied... but it doesn't work (tested with permission...

platform: ios
status: triage

## 🐛 Bug Report Can not get access the microphone on Windows 10 x64. ### Expected behavior I can get access and use the microphone. ### Reproduction steps 1. use...

type: enhancement
P2
platform: windows

## 💬 Questions and Help halo I have problem with macros, for example after I add PERMISSION_PHOTOS on build setting . the status always isPermanentlyDenied. I use SPM not cocoa...

I'm using v9.2.0 of the library flutter v2.10.3 on macOS 12.2.1 xcode 13.3, cocoapods 1.11.3 I keep receiving the following: ``` ITMS-90683: Missing Purpose String in Info.plist - Your app's...

## 🐛 Bug Report Since recently this plugin add windows support, it brings location/audio/bluetooth permission yet. In my app, I didn't require any permission on windows, but Win10 shows that...

While using Pemission handler inside main function it throws an exception. `void main() async { final permission = Permission.manageExternalStorage.request(); if (await permission.isGranted){ }` Error: Exception has occurred. _CastError (Null check...

I have check location permission every open application. if permission denied so application will close. but on ios after I denied the permission and reopen application, the prompt permission is...

platform: android
status: waiting for customer response