├── .github ├── FUNDING.yml └── ISSUE_TEMPLATE │ ├── -----request-travis-ci-for-package-repository.md │ ├── -----discussion-thread.md │ ├── -----package-maintainer-wanted.md │ └── ----package-proposal.md └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | patreon: Flutter_Community 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/-----request-travis-ci-for-package-repository.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: "\U0001F4E6\U0001F477 Request Travis CI for Package Repository" 3 | about: Request Travis CI to be enabled for your package's repository on the Flutter 4 | Community. 5 | title: 'Requesting Travis CI: [PACKAGE NAME]' 6 | labels: travis ci request 7 | assignees: jeroen-meijer 8 | 9 | --- 10 | 11 | # Requesting Travis CI: [PACKAGE NAME] 12 | 13 | **Flutter Community repository link:** [URL] 14 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/-----discussion-thread.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: "\U0001F5E3️❕ Discussion Thread" 3 | about: 'Start a discussion about a topic regarding the Flutter Community. (NOTE: Do 4 | not use for bug reports.)' 5 | title: 'Discussion: [TOPIC NAME]' 6 | labels: discussion 7 | assignees: jeroen-meijer 8 | 9 | --- 10 | 11 | # Discussion: [TOPIC NAME] 12 | 13 | This issue has been made to discuss [topic name and explanation]. 14 | 15 | ## Summary 16 | [Tell us about the topic and why you'd like to start a discussion.] 17 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/-----package-maintainer-wanted.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: "\U0001F4E6\U0001F64B Package Maintainer Wanted" 3 | about: You are looking for a new maintainer for your existing package. 4 | title: 'Package Maintainer Wanted: [PACKAGE NAME]' 5 | labels: '' 6 | assignees: jeroen-meijer 7 | 8 | --- 9 | 10 | # Package Maintainer Wanted: [PACKAGE NAME] 11 | 12 | **Flutter Community repository link:** [URL] 13 | **Description:** [DESCRIPTION OF PACKAGE] 14 | **Current maintainer:** [MAINTAINER NAME, EMAIL ADDRESS AND GITHUB USERNAME] 15 | **New maintainer:** [NOT FOUND/MAINTAINER NAME, EMAIL ADDRESS AND GITHUB USERNAME] 16 | **Reason for transfer:** [REASON WHY YOU WANT TO TRANSFER OWNERSHIP OF THE PACKAGE] 17 | **Comments:** [ANY REMAINING THINGS YOU WANT TO TELL US] 18 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/----package-proposal.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: "\U0001F4E6➕ Package Proposal" 3 | about: Transfer a new package you maintain to the Flutter Community. 4 | title: 'Package Proposal: [PACKAGE NAME]' 5 | labels: package proposal 6 | assignees: jeroen-meijer 7 | 8 | --- 9 | 10 | # Package Proposal: [PACKAGE NAME] 11 | 12 | **Dependency name (as used in *pubspec.yaml*):** [NAME] 13 | **Current pub.dev link:** [pub.dev URL] 14 | **Current Git repository link:** [git URL] 15 | **Description:** [DESCRIPTION OF PACKAGE] 16 | **Current maintainer:** [MAINTAINER NAME, EMAIL ADDRESS AND GITHUB USERNAME] 17 | **Needs new maintainer after transfer:** [NO/YES] 18 | **New maintainer (if applicable):** [EMPTY/NOT FOUND/MAINTAINER NAME, EMAIL ADDRESS AND GITHUB USERNAME] 19 | **Reason for transfer:** [REASON WHY YOU WANT TO TRANSFER THE PACKAGE TO FLUTTER COMMUNITY] 20 | **Comments:** [ANY REMAINING THINGS YOU WANT TO TELL US] 21 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![Flutter Community](https://raw.githubusercontent.com/fluttercommunity/community/resources/banner.png) 2 | 3 | # Flutter Community 4 | **A central place for community made Flutter content.** 5 | 6 | --- 7 | 8 | The Flutter Community is an organization aimed at providing a central place for community made Flutter packages and content to live. 9 | 10 | Our goal is to ensure packages made by the Flutter community are kept alive and maintained in one place. 11 | 12 | ## Medium Articles 13 | 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. 14 | 15 | https://medium.com/flutter-community 16 | 17 | # Packages 18 | These are the packages featured on the Flutter Community. 19 | 20 | | Name | Release | Description | Maintainer | 21 | | --- | --- | --- | --- | 22 | | [**android_alarm_manager_plus**](https://github.com/fluttercommunity/android_alarm_manager_plus) | [![Pub](https://img.shields.io/pub/v/android_alarm_manager_plus.svg)](https://pub.dartlang.org/packages/android_alarm_manager_plus) | Flutter plugin for accessing the Android AlarmManager service, and running Dart code in the background when alarms fire. | [Miguel Beltran](https://github.com/miquelbeltran) 23 | | [**android_id**](https://github.com/fluttercommunity/android_id) | [![Pub](https://img.shields.io/pub/v/android_id.svg)](https://pub.dartlang.org/packages/android_id) | Flutter plugin for retrieving the Android ID. Not supported on iOS. | [Joachim Nohl](https://github.com/nohli) 24 | | [**android_intent_plus**](https://github.com/fluttercommunity/android_intent_plus) | [![Pub](https://img.shields.io/pub/v/android_intent_plus.svg)](https://pub.dartlang.org/packages/android_intent_plus) | Flutter plugin for launching Android Intents. Not supported on iOS. | [Miguel Beltran](https://github.com/miquelbeltran) 25 | | [**app_review**](https://github.com/fluttercommunity/app_review) | [![Pub](https://img.shields.io/pub/v/app_review.svg)](https://pub.dartlang.org/packages/app_review) | Request and Write Reviews and Open Store Listing for Android and iOS in Flutter. | [Rody Davis](https://github.com/rodydavis) 26 | | [**backdrop**](https://github.com/fluttercommunity/backdrop) | [![Pub](https://img.shields.io/pub/v/backdrop.svg)](https://pub.dartlang.org/packages/backdrop) | Backdrop implementation in dart. (https://material.io/design/components/backdrop.html) | [Harsh Bhikadia](https://github.com/daadu) 27 | | [**breakpoint**](https://github.com/fluttercommunity/breakpoint) | [![Pub](https://img.shields.io/pub/v/breakpoint.svg)](https://pub.dartlang.org/packages/breakpoint) | A Flutter plugin to calculate the material design breakpoints. | [Rody Davis](https://github.com/rodydavis) 28 | | [**sealed_unions**](https://github.com/fluttercommunity/dart_sealed_unions) | [![Pub](https://img.shields.io/pub/v/sealed_unions.svg)](https://pub.dartlang.org/packages/sealed_unions) | Sealed Unions for Dart | [George Medve](https://github.com/nodinosaur) 29 | | [**firestore_helpers**](https://github.com/fluttercommunity/firestore_helpers) | [![Pub](https://img.shields.io/pub/v/firestore_helpers.svg)](https://pub.dartlang.org/packages/firestore_helpers) | Firestore helper function to create dynamic and location based queries | [Thomas Burkhart](https://github.com/escamoteur) 30 | | [**draggable_scrollbar**](https://github.com/fluttercommunity/flutter-draggable-scrollbar) | [![Pub](https://img.shields.io/pub/v/draggable_scrollbar.svg)](https://pub.dartlang.org/packages/draggable_scrollbar) | A scrollbar that can be dragged for quickly navigation through a vertical list. Additional option is showing label next to scrollthumb with information about current item. | [Marina Kuznetsova](https://github.com/marica27) 31 | | [**after_layout**](https://github.com/fluttercommunity/flutter_after_layout) | [![Pub](https://img.shields.io/pub/v/after_layout.svg)](https://pub.dartlang.org/packages/after_layout) | Execute code after the first layout of your widget has been performed, i.e. after the first frame has been displayed. | [Simon Lightfoot](https://github.com/slightfoot) 32 | | [**flutter_blurhash**](https://github.com/fluttercommunity/flutter_blurhash) | [![Pub](https://img.shields.io/pub/v/flutter_blurhash.svg)](https://pub.dartlang.org/packages/flutter_blurhash) | Compact representation of a placeholder for an image. Encode a blurry image under 30 caracters for instant display like used by Medium | [Robert Felker](https://github.com/Solido) 33 | | [**contacts_service**](https://github.com/fluttercommunity/flutter_contacts) | [![Pub](https://img.shields.io/pub/v/contacts_service.svg)](https://pub.dartlang.org/packages/contacts_service) | A Flutter plugin to retrieve and manage contacts on Android and iOS devices. | [Lukas Dickie](https://github.com/lukasgit) 34 | | [**flutter_downloader**](https://github.com/fluttercommunity/flutter_downloader) | [![Pub](https://img.shields.io/pub/v/flutter_downloader.svg)](https://pub.dartlang.org/packages/flutter_downloader) | A plugin for creating and managing download tasks. Supports iOS and Android. | [Hung Duy Ha](https://github.com/hnvn) 35 | | [**flutter_google_places**](https://github.com/fluttercommunity/flutter_google_places) | [![Pub](https://img.shields.io/pub/v/flutter_google_places.svg)](https://pub.dartlang.org/packages/flutter_google_places) | Google places autocomplete widgets for flutter. No wrapper, use https://pub.dartlang.org/packages/google_maps_webservice | [Kev Morelli](https://github.com/KevMorelli) 36 | | [**infinite_listview**](https://github.com/fluttercommunity/flutter_infinite_listview) | [![Pub](https://img.shields.io/pub/v/infinite_listview.svg)](https://pub.dartlang.org/packages/infinite_listview) | ListView with items that can be scrolled infinitely in both directions. | [Simon Lightfoot](https://github.com/slightfoot) 37 | | [**flutter_launcher_icons**](https://github.com/fluttercommunity/flutter_launcher_icons) | [![Pub](https://img.shields.io/pub/v/flutter_launcher_icons.svg)](https://pub.dartlang.org/packages/flutter_launcher_icons) | A package which simplifies the task of updating your Flutter app's launcher icon. | [Mark O'Sullivan](https://github.com/MarkOSullivan94) 38 | | [**flutter_sms**](https://github.com/fluttercommunity/flutter_sms) | [![Pub](https://img.shields.io/pub/v/flutter_sms.svg)](https://pub.dartlang.org/packages/flutter_sms) | A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS. | [Rody Davis](https://github.com/rodydavis) 39 | | [**sticky_headers**](https://github.com/fluttercommunity/flutter_sticky_headers) | [![Pub](https://img.shields.io/pub/v/sticky_headers.svg)](https://pub.dartlang.org/packages/sticky_headers) | Flutter 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](https://github.com/slightfoot) 40 | | [**flutter_uploader**](https://github.com/fluttercommunity/flutter_uploader) | [![Pub](https://img.shields.io/pub/v/flutter_uploader.svg)](https://pub.dartlang.org/packages/flutter_uploader) | A plugin for creating and managing upload tasks with optional background exection support. | [Sebastian Roth](https://github.com/ened) 41 | | [**wear**](https://github.com/fluttercommunity/flutter_wear_plugin) | [![Pub](https://img.shields.io/pub/v/wear.svg)](https://pub.dartlang.org/packages/wear) | A plugin that offers Flutter support for Wear OS by Google | NO MAINTAINER PROVIDED 42 | | [**flutter_webview_plugin**](https://github.com/fluttercommunity/flutter_webview_plugin) | [![Pub](https://img.shields.io/pub/v/flutter_webview_plugin.svg)](https://pub.dartlang.org/packages/flutter_webview_plugin) | Plugin that allow Flutter to communicate with a native Webview. | [Rafal Wachol](https://github.com/RafalWachol) 43 | | [**flutter_whatsnew**](https://github.com/fluttercommunity/flutter_whatsnew) | [![Pub](https://img.shields.io/pub/v/flutter_whatsnew.svg)](https://pub.dartlang.org/packages/flutter_whatsnew) | A new Flutter package to show updates to users. | [Rody Davis](https://github.com/rodydavis) 44 | | [**workmanager**](https://github.com/fluttercommunity/flutter_workmanager) | [![Pub](https://img.shields.io/pub/v/workmanager.svg)](https://pub.dartlang.org/packages/workmanager) | Flutter Workmanager. This plugin allows you to schedule background work on Android and iOS. | NO MAINTAINER PROVIDED 45 | | [**font_awesome_flutter**](https://github.com/fluttercommunity/font_awesome_flutter) | [![Pub](https://img.shields.io/pub/v/font_awesome_flutter.svg)](https://pub.dartlang.org/packages/font_awesome_flutter) | The Font Awesome Icon pack available as Flutter Icons. Provides 1500 additional icons to use in your apps. | [Brian Egan](https://github.com/brianegan) 46 | | [**get_it**](https://github.com/fluttercommunity/get_it) | [![Pub](https://img.shields.io/pub/v/get_it.svg)](https://pub.dartlang.org/packages/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](https://github.com/escamoteur) 47 | | [**get_version**](https://github.com/fluttercommunity/get_version) | [![Pub](https://img.shields.io/pub/v/get_version.svg)](https://pub.dartlang.org/packages/get_version) | Get the Version Name, Version Code, Platform and OS Version, and App ID on iOS and Android. | [Rody Davis](https://github.com/rodydavis) 48 | | [**import_sorter**](https://github.com/fluttercommunity/import_sorter) | [![Pub](https://img.shields.io/pub/v/import_sorter.svg)](https://pub.dartlang.org/packages/import_sorter) | Automatically sort all your dart imports. Support for any dart project. | [Matthew Gleich](https://github.com/Matt-Gleich) 49 | | [**native_widgets**](https://github.com/fluttercommunity/native_widgets) | [![Pub](https://img.shields.io/pub/v/native_widgets.svg)](https://pub.dartlang.org/packages/native_widgets) | A new Flutter package for using Android and iOS natively on each platform. | [Rody Davis](https://github.com/rodydavis) 50 | | [**page_turn**](https://github.com/fluttercommunity/page_turn) | [![Pub](https://img.shields.io/pub/v/page_turn.svg)](https://pub.dartlang.org/packages/page_turn) | Page Turn Widget - Add a page turn effect to widgets in your app. | [Rody Davis](https://github.com/rodydavis) 51 | | [**persist_theme**](https://github.com/fluttercommunity/persist_theme) | [![Pub](https://img.shields.io/pub/v/persist_theme.svg)](https://pub.dartlang.org/packages/persist_theme) | A flutter plugin for persisting the theme data. Support for Dark Mode. | [Rody Davis](https://github.com/rodydavis) 52 | | [**redux**](https://github.com/fluttercommunity/redux.dart) | [![Pub](https://img.shields.io/pub/v/redux.svg)](https://pub.dartlang.org/packages/redux) | Redux is a predictable state container for Dart and Flutter apps | [John Ryan](https://github.com/johnpryan) 53 | | [**redux_undo**](https://github.com/fluttercommunity/redux_undo) | [![Pub](https://img.shields.io/pub/v/redux_undo.svg)](https://pub.dartlang.org/packages/redux_undo) | Make your redux store undo- and redoable. Inspired by the JS redux_undo package. | [Michel Engelen](https://github.com/michelengelen) 54 | | [**responsive_scaffold**](https://github.com/fluttercommunity/responsive_scaffold) | [![Pub](https://img.shields.io/pub/v/responsive_scaffold.svg)](https://pub.dartlang.org/packages/responsive_scaffold) | On mobile it shows a list and pushes to details and on tablet it shows the List and the selected item. | [Rody Davis](https://github.com/rodydavis) 55 | | [**rx_command**](https://github.com/fluttercommunity/rx_command) | [![Pub](https://img.shields.io/pub/v/rx_command.svg)](https://pub.dartlang.org/packages/rx_command) | Reactive event handler wrapper class inspired by ReactiveUI. | [Thomas Burkhart](https://github.com/escamoteur) 56 | | [**state_persistence**](https://github.com/fluttercommunity/state_persistence) | [![Pub](https://img.shields.io/pub/v/state_persistence.svg)](https://pub.dartlang.org/packages/state_persistence) | Persist state across app launches. By default this library store state as a local JSON file called `data.json` in the applications data directory. | [Simon Lightfoot](https://github.com/slightfoot) 57 | 58 | 59 | # Submitting your packages 60 | If you'd like to submit your package to the Flutter Community GitHub organization, please see the [Flutter Community Transfer Guide](https://github.com/fluttercommunity/transfer-guide). 61 | 62 | ## Getting in contact 63 | For any questions regarding the Flutter Community, please [open an issue on the /community repository](https://github.com/fluttercommunity/community/issues/new/choose). 64 | 65 | ### Note to packages owners 66 | Flutter Community aims to bring the best community-made packages forward. Because of this, not all proposed packages will be accepted. 67 | --------------------------------------------------------------------------------