Flutter Permission Handler

Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
Alternatives To Flutter Permission Handler
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Plugins16,78682,2047 months ago16July 20, 20231bsd-3-clauseDart
Plugins for Flutter maintained by the Flutter team
Flutter Desktop Embedding7,08885 months ago22July 13, 20233apache-2.0C++
Experimental plugins for Flutter for Desktop
Go Flutter5,6762230a month ago76July 24, 202263bsd-3-clauseGo
Flutter on Windows, MacOS and Linux - based on Flutter Embedding, Go and GLFW.
Flutter Ui Nice3,534
4 months ago8Dart
More than 130+ pages in this beautiful app and more than 45 developers has contributed to it.
Figmatocode3,185
18 days ago21gpl-3.0TypeScript
Generate responsive pages and apps on HTML, Tailwind, Flutter and SwiftUI.
Flutter_inappwebview2,70911282 days ago100June 12, 2023834apache-2.0Dart
A Flutter plugin that allows you to add an inline webview, to use a headless webview, and to open an in-app browser window.
Sqflite2,69579920410 days ago160July 26, 2023168bsd-2-clauseDart
SQLite flutter plugin
Flutter_local_notifications2,2721081012 days ago251August 24, 202344bsd-3-clauseDart
A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux
Flutter Study2,254
3 years ago5
Flutter Study
Flutter Intellij1,894
5 days ago557bsd-3-clauseJava
Flutter Plugin for IntelliJ
Alternatives To Flutter Permission Handler
Select To Compare


Alternative Project Comparisons
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 int the README.md of the permission_handler_platform_interface package.
Popular Flutter Projects
Popular Plugin Projects
Popular User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Plugin
Dart
Flutter
Permissions
Flutter Plugin