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 254 flutter-permission-handler issues
Sort by recently updated
recently updated
newest added

## 🚀 Feature Requests Permissions required for the Apple HealthKit data ### Contextualize the feature An extension ### Describe the feature On iOS, add the keys * `NSHealthShareUsageDescription` * `NSHealthUpdateUsageDescription`...

good first issue
platform: ios
type: enhancement
up for graps
P3
refactor

## 🔙 Regression Now we need to "remove" the permissions we don't need in iOS using the `Pod` file. The problem with that is that the `Pod` file for iOS...

platform: ios
status: triage
type: enhancement

My app ask for permissions if the device or emulator are running Android 10 but if I try to run it in Android 11, the permissions are never asked for.

platform: android

## 🏗 Enhancement Proposal Migrate `Permission` to enum classes ### Pitch It will allow us to switch block on `Permission` for things like localization strings. ### Platforms affected (mark all...

## 🐛 Bug Report When I request contacts permission, I get `permanentlyDenied`: `PermissionStatus status = await Permission.contacts.request();` When I later fetch the contacts status, I get `denied`: `PermissionStatus contacts =...

A request for permissions is already running, please wait for it to finish before doing another request (note that you can request multiple permissions at the same time).

platform: ios
type: bug
P2

## 🐛 Bug Report I'm trying to test a new app and requesting location permission for it. After requesting and allowing the location permission, when i manually deny the location...

Hi all, I would like to request permission for "location always" in my app. I first request permission for "location while in use", then if it's granted, I'll request "location...

platform: ios
status: triage

If I have a project which includes firebase_core: 1.12.0 and permission_handler: 8.3.0 I cannot add the post install to the podfile without causing firebase to fail with ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTUploadOperation.m:408:3: error: implicit...

## 💬 Questions and Help In my case, I have complete access to the device location(android) but I can't use from location correctly. I think because **Permission.location.serviceStatus is denied**, while...