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

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...) Bug Fix in the example project, for the main package and android. Solves the following issue...

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...) Bug Fix in the example project, for the main package and android. Solves the following issue...

## 🐛 Bug Report Calling `request()` method on `Permission.notification` does not show system dialog and always returns `PermissionStatus.denied` on Android 13 (Emulator running API: `33` with ABI: `arm64-v8a` system image)....

however local.properties set compileSdkVersion to 33 > flutter.compileSdkVersion=33 compiling warning appears: ``` One or more plugins require a higher Android SDK version. Fix this issue by adding the following to...

platform: android
status: needs more info
type: bug

I am using permission_handler: ^9.2.0 When I try to archive the project I am getting this error Command PhaseScriptExecution failed with a nonzero exit code. I follow the instructions on...

## 🚀 Feature Requests Since Android 13, there are many new permissions introduced. We will need to update to support it all. There are 22 new permissions. Hence I list...

## 🐛 Bug Report Building Permissions Handler on Windows fails due to 2 errors. 1. Nuget not installed 2. Failed to run cppwinrt.exe CC @azchohfi ### Expected behavior Building for...

## 🐛 Bug Report iOS is permenantlyDenied when trying to get camera permission, even when it is enabled in app settings ### Expected behavior If you have camera enabled, then...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Feature: Added support for the new Android 13 granular media permissions: READ_MEDIA_IMAGES, READ_MEDIA_VIDEO and READ_MEDIA_AUDIO....

## 🐛 Bug Report I noticed strange behavior. When I dismiss a permission dialog it returns `PermissionStatus.permanentlyDenied` ### Expected behavior When dissmising a permission dialog it must return `PermissionStatus.denied`. ###...