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

## πŸ— Enhancement Proposal Better document how to edit the Podfile with an add-to-app using Frameworks Embedding ([Option B of integration](https://flutter.dev/docs/development/add-to-app/ios/project-setup#option-b---embed-frameworks-in-xcode)) ### Pitch Our team chose to build our Flutter...

platform: ios
type: documentation
type: enhancement
P2
group: app-to-app

I have a problem building IOS using that library. My app does not require any authority except gps and camera. However, if you upload it to the app store while...

platform: ios
status: waiting for customer response

Flutter doctor -v: [βœ“] Flutter (Channel master, 1.20.0, on Linux, locale en_IN) β€’ Flutter version 1.20.0 at /home/rohnak/Documents/Development/flutter β€’ Framework revision ec3368ae45 (7 weeks ago), 2020-07-02 01:58:01 -0400 β€’ Engine...

As I understand this plugin, at least for the location permissions, I have to request the status of each possibility of permission level in order to see which my app...

platform: android
type: enhancement

## πŸ› Bug Report ### Expected behavior ### Reproduction steps ### Configuration **Version:** 1.x **Platform:** - [ ] :iphone: iOS - [ ] :robot: Android My Code: Future getPermissionGroup(List pl)...

platform: android
type: bug
status: waiting for customer response

## πŸ› Bug Report ```dart var status = await Permission.phone.request(); print(status); // status always be granted if (await Permission.phone.request().isGranted) { // always be true } ``` **Version:** 5.0.1+1 **Platform:** -...

## πŸ’¬ Hi there, I have a problem if anyone can help me take a look at here: https://stackoverflow.com/questions/68304478/problem-overriding-onrequestpermissionsresult-along-with-permission-handler-plug

platform: android
status: waiting for customer response

## πŸ› Bug Report When running the sample application, if you press the `locationAlways` permission, it crashes the application. Stacktrace: ``` *** First throw call stack: ( 0 CoreFoundation 0x00007fff23e3cf0e...

platform: ios
status: waiting for customer response

Currently this package dose not support Linux. Is there any intention to add support for it?. ![image](https://user-images.githubusercontent.com/9304740/126724232-32a5d395-b800-4d36-8be5-576bf77e6b3d.png)

type: enhancement
platform: linux
P3

## πŸ› Bug Report when adding the dependencies flutter_facebook_login: ^ 3.0.0 google_sign_in: ^ 5.0.4 I get in the console E/flutter (27841): [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: MissingPluginException(No implementation found for method checkPermissionStatus...