flutter-permission-handler
flutter-permission-handler copied to clipboard
Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
### Please check the following before submitting a new issue. - [x] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues). - [x] I have carefully [read the documentation](https://github.com/baseflow/flutter-permission-handler/blob/main/permission_handler/README.md) and verified I have...
Replace this paragraph with a short description of what issue this pull request (PR) solves and provide a description of the change. Consider including before/after screenshots. List at least one...
### Please check the following before submitting a new issue. - [ ] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues). - [X] I have carefully [read the documentation](https://github.com/Baseflow/flutter-permission-handler/blob/main/permission_handler/README.md) and verified I...
Added `getLocationAccuracy` and `requestTemporaryFullAccuracy` methods, implemented only for iOS. Introduced a new `LocationAccuracyStatus` enum. Users can now check location accuracy on the iOS platform. close #558 I have not made...
Set correct dart comment in example and Readme dart: .criticalAlerts -> .assistant for PERMISSION_ASSISTANT ## Pre-launch Checklist - [x] I made sure the project builds. - [x] I read the...
This PR adds handling the USE_FULL_SCREEN_INTENT special permission for Android 14+. This is a newer requirement applicable to apps featuring alarm or calling functionality. [Android Documentation](https://source.android.com/docs/core/permissions/fsi-limits) *List at least one...
### Please check the following before submitting a new issue. - [x] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues). - [x] I have carefully [read the documentation](https://github.com/Baseflow/flutter-permission-handler/blob/main/permission_handler/README.md) and verified I have...
### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues). - [X] I have carefully [read the documentation](https://github.com/Baseflow/flutter-permission-handler/blob/main/permission_handler/README.md) and verified I have...
### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues). - [X] I have carefully [read the documentation](https://github.com/Baseflow/flutter-permission-handler/blob/main/permission_handler/README.md) and verified I have...
### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues). - [X] I have carefully [read the documentation](https://github.com/Baseflow/flutter-permission-handler/blob/main/permission_handler/README.md) and verified I have...