A central place for all community made Flutter packages.
The Flutter Community is a GitHub organisation used to manage community made Flutter packages.
Our goal is to ensure packages made by the Flutter community are kept alive and maintained in one place.
To go along with the packages, we have started a Medium publication as a central location for community content to be published - especially if it relates to the packages here.
https://medium.com/flutter-community
If you want your packages to be included in the Flutter Community organization, make sure you have read and completed the following steps.
In order for the Flutter Community organization to keep track of all the submitted packages and their maintainer, all repositories are required to contain a COMMUNITY_INFO.yaml
file in the root of the repository. This file contains information about the package, pub page and maintainer.
Note, without this file your package will not be listed in the packages table.
This is no longer a requirement and alternative solutions are being worked on. TBA.
Your COMMUNITY_INFO.yaml
file should look something like this (example taken from after_layout):
is_package: true
package_name: after_layout
maintainer_name: Simon Lightfoot
maintainer_username: slightfoot
package_description: Brings functionality to execute code after the first layout of a widget has been performed.
pub_package_name: after_layout
If you've prepared your packages, you can either:
- RECOMMENDED: Open an issue on the
community
repository. - Contact us in the Study Group.
This is only a branding change. The idea is to promote the integrity of packages. Not all packaged will be accepted.
Name | Release | Description | Maintainer |
---|---|---|---|
after_layout | Brings functionality to execute code after the first layout of a widget has been performed. | Simon Lightfoot | |
sticky_headers | Lets you place headers on scrollable content that will stick to the top of the container whilst the content is scrolled. | Simon Lightfoot | |
get_it | Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App. | Thomas Burkhart | |
rx_command | Reactive event handler wrapper class inspired by ReactiveUI. | Thomas Burkhart | |
draggable_scrollbar | A scrollbar that can be dragged for quickly navigation through a vertical list with optional label next to scrollthumb with information about current item. | Marina Kuznetsova | |
flutter_launcher_icons | A package which simplifies the task of updating your Flutter app's launcher icon. Fully flexible, allowing you to choose what platform you wish to update the launcher icon for and if you want, the option to keep your old launcher icon in case you want to revert back sometime in the future. | Mark O'Sullivan | |
flutter_downloader | A plugin for creating and managing download tasks. Supports iOS and Android. | Hung Duy Ha | |
firestore_helpers | Firestore helper function to create dynamic and location based queries. | Thomas Burkhart | |
flutter_webview_plugin | WebView Plugin - Allows Flutter to communicate with a native WebView. | Simon Lightfoot | |
infinite_listview | Flutter Infinite ListView - ListView with items that can be scrolled infinitely in both directions. | Simon Lightfoot |