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

## 🐛 Bug Report When using add-to-app. The permissions status always returns `disabled`. I already added the `GCC_PREPROCESSOR_DEFINITIONS` configuration. Service Status ``` 2022-11-17 10:57:37.716985+0100 MyApp[38873:2355034] flutter: serviceStatus: ServiceStatus.disabled ``` When...

type: enhancement
P2
group: app-to-app

### 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...

good first issue
platform: ios
type: enhancement
up for graps
P2

The BLUETOOTH permission was removed in api version 30 in favor of BLUETOOTH_SCAN, BLUETOOTH_ADVERTISE and BLUETOOTH_CONNECT. This means that manifests targetting api version above 30 will not have this permission...

On https://pub.dev/packages/permission_handler Setup: iOS From point 2, if I have ``` ## dart: PermissionGroup.calendar 'PERMISSION_EVENTS=1', ``` in Podfile, Then in point 3, I need to delete the *corresponding* (???) NSCalendarsUsageDescription...

good first issue
type: documentation
P2

## 🚀 Feature Requests The current solution does not support for Android TV, as some package have different name against Android OS. eg. android.settings.xxx vs android.tv.settings.xxx 17:43:16.106 I START u0...

platform: android
type: enhancement
P3

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Fix App Tracking Transparency authorization prompt may fail to show in iOS, due to iOS...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) This change fixes the regression described in Issue #917. ### :arrow_heading_down: What is the current...

**NFC plugin** In this contribution I've tried to integrate Near Field Communication permission targeting android platforms. The plugin will allow the developer to ask the user to activate his NFC.

### 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...

Migrated to package:web, meaning that it now supports WASM! Fix #1302