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

## 🚀 Feature Requests for iOS Hey guys, it would be great to add Permission.sensors.serviceStatus on order to check whetter user has been enabled/disabled **Fitness&Motion** permission in Settings

platform: ios
type: enhancement
P2
refactor

## 🐛 Bug Report ### Expected behavior It should be possible to dismiss the permission dialog with back button or by clicking outside of the dialog ### Reproduction steps 1)...

## 🚀 Feature Requests In IOS 14, users have to give permission to access local network

## 🚀 Feature Requests `permanentlyDenied` maybe on ios in case when user disallow permissions in the OS setting. In this case `.request()` open Settings for your app ![image](https://user-images.githubusercontent.com/6845754/144624271-c048c38c-f0ac-4706-a735-80eef4cbf245.png) ### Contextualize...

For android version above 10, the permission which call like: Map statuses = await [ Permission.contacts, Permission.location,Permission.sms, ].request(); was not working it show permentlydenied in console before the dialouge shows.

## 🐛 Bug Report await Permission.storage.request ().isGranted brings up the pop-up asking you to add files to the storage (in my case I'm going to add photos and videos). If...

## 🏗 Enhancement Proposal I wanted to add `Stream` support for permission status ### Pitch I think it will make the use of this plugin more declarative, in `build` method...

platform: android
platform: ios
type: enhancement
P2
platform: windows
refactor

Allow requesting "photosAddOnly" permission and "photos" independently Today you cannot setup an app to request for "photosAddOnly" and later in the same session as for "photos" permission. This is due...

platform: ios
type: enhancement
P2
refactor

Flutter Doctor ``` [√] Flutter (Channel stable, 2.2.2, on Microsoft Windows [Version 10.0.19043.1415], locale en-US) [√] Android toolchain - develop for Android devices (Android SDK version 31.0.0) [√] Chrome -...

## 💬 Questions and Help How can i get ACCESS_FINE_LOCATION permission? i want to get wifiname by wifi_info_flutter/network_info_plus plugin,but i can't get fine location permission.

platform: android