baseflow/flutter-permission-handler

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

2,172

stars

827

commits

Dart

primary language

Sep 4, 2026

updated

baseflow.com
android
baseflow
dart
flutter
flutter-plugin
ios
permission

README

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.

Contributors

(top 30 of 94)

mvanbeusekom

532 commits

JeroenWeener

28 commits

danielroek

28 commits

ened

28 commits

baseflow/flutter-permission-handler

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

2,172

stars

827

commits

Dart

primary language

Sep 4, 2026

updated

baseflow.com
android
baseflow
dart
flutter
flutter-plugin
ios
permission

README

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.

Contributors

(top 30 of 94)

mvanbeusekom

532 commits

JeroenWeener

28 commits

danielroek

28 commits

ened

28 commits

Languages

Dart

84.2%

C++

7.7%

CMake

4.5%

Ruby

1.9%

Shell

1.4%