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

Hi! I updated to the latest version(3.0.0+1), and I have an issue with the checkPermissionStatus on Android when the user selects "Allow only while using the app". Basically, when the...

## 🐛 Bug Report Note: . . .location_permissions-4.0.0/android/src/main/java/com/baseflow/location_permissions/LocationPermissionsPlugin.java **uses or overrides a deprecated API.** Note: Recompile with -Xlint:deprecation for details. - - - Thanks for looking into this.

## 🐛 Bug Report Calling `await LocationPermissions().requestPermissions();` with both "Fine" and "Coarse" permission in `AndroidManifest.xml` gives the `Can request only one set of permissions at a time.` in the logs....

Always returns false in android

## 🚀 Feature Requests That would be great to have the support of the Web version as well. ### Contextualize the feature Web usage of Flutter applications is a killer...

How can I open settings to "turn location service on"?

I remember reading in one of the issues that Baseflow wanted to make every single permission in to their seperate packages like this package. Is this strategy still valid? I...

Hi, I'm new contributing. I ran into a problem when I was listening to the status of the gps "serviceStatus" in multiple pages of my app, so I decided to...

## 🐛 Bug Report Using XCode 12.1 & iOS 14.1, there is an additional location permission key which is ignored by this plugin. The key in question is 'NSLocationAlwaysAndWhenInUseUsageDescription' which...

## 🐛 Bug Report Can't add this to my app. I am using the latest build. When I download the source and build that separately everything works fine and compiles...