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

- update sdk to 2.17.0 to support latest flutter versions such as 3.x ### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) ### :arrow_heading_down:...

## ๐Ÿ”™ Regression I have an app which asks user for storage permission and then proceeds to download a file in the `Download` directory on the device. I am using...

platform: android
type: bug

## Flutter Permission Handler for MacOS I hope this plugin can also support for macOS in addition to being able to desktop windows. ### Platforms affected (mark all that apply)...

## ๐Ÿ› Bug Report await Permission.locationWhenInUse.request() doesn't show anything (and never returns) - Android API 28 ### Expected behavior Show the user a notification, and return with the correct status...

platform: android
type: bug

## ๐Ÿ› Bug Report Facing an ANR on Android when the FLutter engine is initialized We are seeing ANRs in firebase in PermissionHandlerPlugin.java class in the function startListening() at line...

platform: android
type: bug

## ๐Ÿ› Bug Report I only want to test whether Bluetooth is turned on or off (with `flutter_blue_plus`), therefore I would assume that only `` would be sufficient. However, when...

platform: android
type: bug
type: documentation
P2

D/AndroidRuntime(13646): Shutting down VM E/AndroidRuntime(13646): FATAL EXCEPTION: main E/AndroidRuntime(13646): Process: com.example.fluttertest, PID: 13646 E/AndroidRuntime(13646): java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=210, result=0, data=null} to activity {com.example.fluttertest/com.example.fluttertest.MainActivity}: java.lang.IllegalStateException: Reply already submitted E/AndroidRuntime(13646):...

platform: android
type: bug

Hi, we recently got an inbox from Play Store stating that our app contains `REQUEST_INSTALL_PACKAGES` permission and that we have to declare this on Play Store. However, the problem is...

platform: android

## ๐Ÿ’ฌ Questions and Help In my project, the folder has created when splash screen run ,below android 10 version, now i have android 11 in this its give error...

platform: android

## ๐Ÿš€ Feature Requests ![download](https://user-images.githubusercontent.com/65332170/149492796-ed7ba129-501d-4a67-8fb5-7f832cb2a90b.jpeg) Biometrics (Touch ID + Face ID) permission in `flutter_permission_handler` package ### Contextualize the feature In order to authenticate users faster, developers use different authentication solutions....