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

### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues). - [X] I have carefully [read the documentation](https://github.com/Baseflow/flutter-permission-handler/blob/main/permission_handler/README.md) and verified I have...

platform: android
type: bug
P2

### Is there already an issue requesting this feature? - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues). ### Please select affected platform(s) - [X] Android - [ ] iOS -...

type: enhancement
P2
refactor

### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues). - [X] I have carefully [read the documentation](https://github.com/baseflow/flutter-permission-handler/blob/main/permission_handler/README.md) and verified I have...

type: enhancement
P2
refactor

``` Map statuses = await [ Permission.bluetooth, Permission.bluetoothScan, Permission.bluetoothAdvertise, Permission.bluetoothConnect, ].request(); ``` When I request bluetooth permission, On iOS, if the Bluetooth switch is turned off or the Bluetooth permission...

platform: android
platform: ios
type: question
P2
refactor

Adds a FAQ to the README that helps prevent issue [1222](https://github.com/Baseflow/flutter-permission-handler/issues/1222). - [x] I made sure the project builds. - [x] I read the [Contributor Guide] and followed the process...

### Is there already an issue requesting this feature? - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues). ### Please select affected platform(s) - [X] Android - [ ] iOS -...

platform: android
type: enhancement
P3
refactor

## 🚀 Feature Requests I'd like to be able to check if the location service is activated, and if it isn't, prompt the user to activate it. See also: -...

platform: android
platform: ios
type: enhancement
P3
refactor

### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues). - [X] I have carefully [read the documentation](https://github.com/baseflow/flutter-permission-handler/blob/main/permission_handler/README.md) and verified I have...

type: enhancement
P3
refactor

## 🐛 Bug Report Hi there, I'm not 100% sure if this is a bug, or an iOS behavior that can be handled in a way I'm unaware of. But...

platform: ios
type: bug
P2

### Is there already an issue requesting this feature? - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues). ### Please select affected platform(s) - [ ] Android - [X] iOS -...

type: enhancement
P2
refactor