Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Plugins | 16,786 | 8 | 2,204 | 7 months ago | 16 | July 20, 2023 | 1 | bsd-3-clause | Dart | |
Plugins for Flutter maintained by the Flutter team | ||||||||||
Flutter Desktop Embedding | 7,088 | 8 | 5 months ago | 22 | July 13, 2023 | 3 | apache-2.0 | C++ | ||
Experimental plugins for Flutter for Desktop | ||||||||||
Go Flutter | 5,676 | 22 | 30 | a month ago | 76 | July 24, 2022 | 63 | bsd-3-clause | Go | |
Flutter on Windows, MacOS and Linux - based on Flutter Embedding, Go and GLFW. | ||||||||||
Flutter Ui Nice | 3,534 | 4 months ago | 8 | Dart | ||||||
More than 130+ pages in this beautiful app and more than 45 developers has contributed to it. | ||||||||||
Figmatocode | 3,185 | 18 days ago | 21 | gpl-3.0 | TypeScript | |||||
Generate responsive pages and apps on HTML, Tailwind, Flutter and SwiftUI. | ||||||||||
Flutter_inappwebview | 2,709 | 1 | 128 | 2 days ago | 100 | June 12, 2023 | 834 | apache-2.0 | Dart | |
A Flutter plugin that allows you to add an inline webview, to use a headless webview, and to open an in-app browser window. | ||||||||||
Sqflite | 2,695 | 799 | 204 | 10 days ago | 160 | July 26, 2023 | 168 | bsd-2-clause | Dart | |
SQLite flutter plugin | ||||||||||
Flutter_local_notifications | 2,272 | 108 | 101 | 2 days ago | 251 | August 24, 2023 | 44 | bsd-3-clause | Dart | |
A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux | ||||||||||
Flutter Study | 2,254 | 3 years ago | 5 | |||||||
Flutter Study | ||||||||||
Flutter Intellij | 1,894 | 5 days ago | 557 | bsd-3-clause | Java | |||||
Flutter Plugin for IntelliJ |
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:
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)".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.