Skip to content

Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.

License

Notifications You must be signed in to change notification settings

ChristianEdwardPadilla/flutter-permission-handler

This branch is 4 commits ahead of, 32 commits behind Baseflow/flutter-permission-handler:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

234c5f9 · Mar 26, 2024
Feb 13, 2024
Feb 12, 2024
Feb 13, 2024
Mar 26, 2024
Jan 17, 2024
Feb 12, 2024
Feb 12, 2024
Jul 31, 2018
Nov 11, 2019
Sep 18, 2023
Feb 15, 2019
Oct 26, 2023
Oct 26, 2023
Jun 15, 2020
Jan 30, 2024
Feb 17, 2022

Repository files navigation

Flutter permission_handler plugin

The Flutter permission_handler plugin is build following the federated plugin architecture. A detailed explanation of the federated plugin concept can be found in the Flutter documentation. This means the permission_handler plugin is separated into the following packages:

  1. 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 the permission_handler plugin you can refer to its README.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)".
  2. 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 the README.md of the permission_handler_platform_interface package.

About

Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 84.8%
  • C++ 7.9%
  • CMake 4.6%
  • Ruby 1.9%
  • Other 0.8%