flutter-permission-plugins icon indicating copy to clipboard operation
flutter-permission-plugins copied to clipboard

This repo contains a collection of permission related Flutter plugins which can be used to request permissions to access device resources in a cross-platform way.

Results 24 flutter-permission-plugins issues
Sort by recently updated
recently updated
newest added
trafficstars

## 🐛 Bug Report Upon either selecting while using after first requesting for always permissions or requesting for always permissions more than once, method hangs and does not return permission...

platform: ios
type: bug

## 🐛 Bug Report My application retrieving user location data every 3 seconds. On Android when i choose permission as allowAlways everything works ok. But if i choose allowWhenAppInUse permission,...

## 🚀 Feature Requests Android 11 update added support for One-time permissions. Now users have ability to accept permission for only one time. This library needs to add support for...

## 🏗 Enhancement Proposal I have been evaluating the popular location permission libraries with flutter to see how it matches with the best practices. Below is what I found with...

## 🐛 Bug Report NOTE: Yes I saw the closed issue where it was stated this was fixed and yes I'm using the hotfix `location_permissions: 3.0.0+1` ### Expected behavior Upon...

Initially when my app called LocationPermissions().requestPermissions( permissionLevel: LocationPermissionLevel.locationWhenInUse); No dialog would get displayed to allow the user to grant or deny the permission. But after adding to my AndroidManifest.xml file,...

## 🐛 Bug Report The method requestPermissions() when called with the default permission level `LocationPermissionLevel.location` returns PermissionStatus.`denied` if the user selects "Allow Once", but if you call the same requestPermissions()...

## 🐛 Bug Report These are minor bugs but I wanted to report them anyway. There are actually 3 different bugs but I believe they are related so I'm reporting...

How request dialog when serviceStatus is disabled.

## 🏗 Enhancement Proposal I have been evaluating the popular location permission libraries with flutter to see how it matches with the best practices. Below is what I found with...