forked fromBaseflow/flutter-permission-handler
- Notifications
You must be signed in to change notification settings - Fork0
Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
License
NotificationsYou must be signed in to change notification settings
Pierre-Monier/flutter-permission-handler
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The Flutter permission_handler plugin is build following the federated plugin architecture. A detailed explanation of the federated plugin concept can be found in theFlutter documentation. This means the permission_handler plugin is separated into the following packages:
permission_handler: the app facing package. This is the package users depend on to use the plugin in their project. For details on how to use thepermission_handlerplugin you can refer to itsREADME.md file. At this moment the Android and iOS platform implementations are also part of this package. Additional platform support will be added in their own individual "platform package(s)".permission_handler_platform_interface: this packages declares the interface which all platform packages must implement to support the app-facing package. Instructions on how to implement a platform packages can be found in theREADME.md of thepermission_handler_platform_interfacepackage.
About
Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Dart82.5%
- C++9.2%
- CMake5.3%
- Ruby2.2%
- Other0.8%