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 Revoking permissions via phone settings, causes the app to crash. ### Expected behavior Revoking permissions handled gracefully. ### Reproduction steps With app open at a map,...

## 🐛 Bug Report In source code it shows the enum for PermissionStatus as: enum PermissionStatus { unknown, denied, granted, restricted, } But in the Readme on pub.dev it shows...

## 🏗 Enhancement Proposal 1. Extract/abstract out common pieces to flutter-permission-plugins/packages/permission_handler 2. location_permissions will then depend on permission_handler and inject/override **location specific** strings / methods 3. camera_permissions will depend on...

platform: android
platform: ios
type: enhancement

## 🚀 Feature Requests ### Contextualize the feature ### Describe the feature ### Platforms affected (mark all that apply) - [x] :iphone: iOS - [x] :robot: Android