├── .gitattributes
├── .github
├── FUNDING.yml
└── pull_request_template.md
├── README.md
├── contributing.md
└── source.md
/.gitattributes:
--------------------------------------------------------------------------------
1 | README.md linguist-generated=true
2 | *.md linguist-language=Dart
3 |
--------------------------------------------------------------------------------
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | github: [solido]
2 |
--------------------------------------------------------------------------------
/.github/pull_request_template.md:
--------------------------------------------------------------------------------
1 | Please read [How to contribute](https://github.com/Solido/awesome-flutter/blob/master/contributing.md) before creating a submission.
2 |
3 | ## Description
4 |
5 | Submission description here
6 |
7 | ---
8 |
9 | **Checklist**
10 |
11 | - [ ] I read [How to contribute](https://github.com/Solido/awesome-flutter/blob/master/contributing.md)
12 | - [ ] I edited the SOURCE.md file only
13 | - [ ] Added a link to the repo in the PR
14 |
15 | ---
16 |
17 | Feel free to add this badge to your repository after it's accepted to **awesome-flutter**.
18 |
19 |
20 |
21 |
22 |
23 | ```
24 |
25 |
26 |
27 | ```
28 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | [
](https://flutter.dev/)
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.
18 | If you appreciate the content 📖, support projects visibility, give 👍| ⭐| 👏
19 |
20 |
21 |
22 |
23 |
24 | |
25 |
26 |
27 | |
28 |
29 |
30 | |
31 |
32 |
33 |
34 | |
35 |
36 |
37 |
38 |
39 | ## Contents
40 |
41 | - [Articles](#articles)
42 | - [Videos](#videos)
43 | - [Components](#components)
44 | - [Navigation](#navigation)
45 | - [Template](#templates)
46 | - [Plugins](#plugins)
47 | - [Frameworks](#frameworks)
48 | - [Experimental](#experimental)
49 | - [Gaming](#gaming)
50 | - [Open Source Apps](#open-source-apps)
51 | - [Web](#web)
52 | - [Utilities](#utilities)
53 | - [Books](#books)
54 | - [Bonus](#bonus)
55 | - [Jobs](#jobs)
56 | - [Community](#community)
57 |
58 | ## Articles
59 |
60 | ### Introduction
61 |
62 | - [Google IO 2018](https://medium.com/flutter-io/building-beautiful-flexible-user-interfaces-with-flutter-material-theming-and-official-material-13ae9279ef19) - Building beautiful, flexible user interfaces.
63 | - [Presentation](https://speakerdeck.com/hjjunior/why-i-chose-flutter) - by [Helio S. Junior](https://github.com/hjJunior).
64 | - [Flutter Web](https://medium.com/flutter-community/ins-and-outs-of-flutter-web-7a82721dc19a) - Ins and Outs of Flutter Web by [Nash](https://github.com/nash0x7e2).
65 |
66 | ### Websites / Blogs
67 |
68 | - [Welcome to Flutter](https://didierboelens.com) - English and French blog dedicated to providing practical solutions to most asked questions about Flutter by Didier Boelens.
69 | - [SZAŁKO-BLOG](https://marcinszalek.pl/) - Step by step advanced design by [Marcin Szalek](https://marcinszalek.pl).
70 | - [Flutter by Example](https://flutterbyexample.com/) - Tutorials based on Redux, Firebase, Custom Animations, and UI.
71 | - [Flutter Institute](https://flutter.institute/) - Very original content and tutorials by [Brian Armstrong](https://twitter.com/flutterinst).
72 | - [Iirokrankka.com](https://iirokrankka.com/) - Articles and tutorials and anything related by [Iiro Krankka](https://twitter.com/koorankka).
73 | - [Norbert](https://medium.com/@norbertkozsir) - In depth articles, features and app creation by [Norbert515](https://github.com/Norbert515).
74 | - [Flutter Tips](https://medium.com/@diegoveloper) - Articles, tips & tricks in the development by [Diego Velásquez](https://twitter.com/diegoveloper).
75 | - [FilledStacks](https://www.filledstacks.com/) - Tutorials and guides on development by [Dane Mackier](https://www.instagram.com/filledstacks/).
76 | - [Awesome Flutter tips](https://github.com/erluxman/awesomefluttertips/) - Tips to help developers increase productivity by [erluxman](https://twitter.com/erluxman/).
77 |
78 | ### Tutorial
79 |
80 | - [Animated Chat](https://codelabs.developers.google.com/codelabs/flutter/#0) - Building beautiful UIs by Google Code Labs.
81 | - [Firebase Chat](https://codelabs.developers.google.com/codelabs/flutter-firebase/#0) - Firebase integration by Google Code Labs.
82 | - [Planets-Flutter: from design to app](http://sergiandreplace.com/2017/09/planets-flutter-from-design-to-app) - Detailed planets design tutorial.
83 | - [Todo List](https://github.com/lesnitsky/todolist_flutter) [255⭐] – Step by step tutorial how to build Todo List with Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_dev)
84 | - [Flutter and Dart development](https://suragch.medium.com/flutter-and-dart-development-articles-981be9ef7b23) - Articles and tutorials by [Suragch](https://twitter.com/Suragch1).
85 |
86 | ### Beginner
87 |
88 | - [Roadmap to Flutter Development](https://github.com/olexale/flutter_roadmap) [2647⭐] - Visual roadmap with principles, patterns, and frameworks for Flutter newbies by [Olexandr Leuschenko](https://github.com/olexale).
89 | - [Layout Cheat Sheet](https://medium.com/flutter-community/flutter-layout-cheat-sheet-5363348d037e) - Extensive examples of layout widgets by [Tomek Polański](https://github.com/tomaszpolanski).
90 | - [Getting Started with Flutter](https://www.raywenderlich.com/24499516-getting-started-with-flutter) - by [raywenderlich.com](https://www.raywenderlich.com).
91 | - [Beginner's Guide](https://github.com/antz22/ultimate-guide-to-flutter) [119⭐] - Comprehensive guide to the basics of Flutter and Firebase by [Anthony](https://github.com/antz22).
92 |
93 | ### Intermediate
94 |
95 | - [Flutter state management for minimalists](https://suragch.medium.com/flutter-state-management-for-minimalists-4c71a2f2f0c1?sk=6f9cedfb550ca9cc7f88317e2e7055a0) - Understanding app architecture without relying on third-party frameworks by [Suragch](https://twitter.com/Suragch1). See also [State Management](#state-management).
96 |
97 | ### Advanced
98 |
99 | - [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [783👍] and [Let's build a render tree](https://www.youtube.com/watch?v=VsYbFnucHsU) - Engine architecture by Adam Barth.
100 | - [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515).
101 | - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan).
102 | - [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) - Flutter Deep Dive: Gestures by [Nash](https://github.com/nash0x7e2).
103 | - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com).
104 | - [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/).
105 | - [Inherited Widget](https://medium.com/@chemamolins/is-flutters-inheritedwidget-a-good-fit-to-hold-app-state-2ec5b33d023e) - Flutter’s InheritedWidget to hold app state by [Chema Molins](https://github.com/jmolins).
106 | - [From Mobile to Desktop](https://medium.com/flutter-community/flutter-from-mobile-to-desktop-93635e8de64e) - Building applications for smartphones and desktops by [Marcelo Henrique Neppel](https://neppel.com.br).
107 | - [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler).
108 | - [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde).
109 |
110 | ### Howtos
111 |
112 | - [Parallax Effect](https://marcinszalek.pl/flutter/tickets-challenge-parallax) - Parallax & non linear animation by [Marcin Szalek](https://marcinszalek.pl).
113 | - [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo).
114 | - [Build Flavor](https://medium.com/@angeloavv/easily-build-flavors-in-flutter-android-and-ios-with-flutter-flavorizr-d48cbf956e4) - Easily build flavors in Flutter (Android and iOS) with flutter_flavorizr by [Angelo Cassano](https://medium.com/@angeloavv).
115 |
116 | ## Videos
117 |
118 | - [Boring Show](https://www.youtube.com/watch?v=CPmN4-i9zC8&list=PLOU2XLYxmsIK0r_D-zWcmJ1plIcDNnRkK) - Exploration with the Flutter Team.
119 | - [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) [86🎬] - Very rich content by [Tensor Programming](http://tensor-programming.com/).
120 | - [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [244🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan).
121 | - [Flutter in Practice](https://www.youtube.com/playlist?list=PLhXZp00uXBk5TSY6YOdmpzp1yG3QbFvrN) - Free video courssd for beginners & non-programmers by [Zaiste](https://zaiste.net/).
122 | - [Whatsupcoders](https://www.youtube.com/c/whatsupcoders) [82🎬] - Free video series on Flutter Widgets by [Kamal](https://github.com/whatsupcoders).
123 | - [Reso Coder](https://www.youtube.com/channel/UCSIvrn68cUk8CS8MbtBmBkA) - Intermediate and advanced videos by [Matej Rešetár](https://github.com/ResoCoder).
124 |
125 | ## Components
126 |
127 | ### Demonstrations
128 |
129 | - [Official Gallery](https://github.com/flutter/gallery) - Demo for the material design widgets provided by Flutter Team.
130 | - [Flutter Examples](https://github.com/nisrulz/flutter-examples) [5821⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz).
131 | - [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [1592⭐] - showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei).
132 | - [Generative Art](https://github.com/Solido/flutter-d-art) [398⭐] - Generative Art by [Robert Felker](https://github.com/Solido).
133 |
134 |
135 | ### UI
136 |
137 | - [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [2257⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar).
138 | - [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [402⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts).
139 | - [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [643⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu).
140 | - [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [460⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn).
141 | - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [259⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94).
142 | - [Flushbar](https://github.com/AndreHaueisen/flushbar) [813⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen).
143 | - [Stepper Touch](https://github.com/Rahiche/stepper_touch) [235⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche).
144 | - [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [551⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali).
145 | - [Snaplist](https://github.com/ariedov/flutter_snaplist) [366⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov).
146 | - [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [249⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung).
147 | - [Folding Cell](https://github.com/faob-dev/folding_cell) [431⭐] - Fold your widget by [Faob](https://github.com/faob-dev).
148 | - [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [911⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/).
149 | - [Slide Container](https://pub.dev/packages/slide_container) Slide vertically and horizontally with a smooth dampened motion by [Quentin Le Guennec](https://github.com/quentinleguennec).
150 | - [Direct Select](https://github.com/LanarsInc/direct-select-flutter) - Selection widget with an ethereal, full-screen modal popup by [Ivan Yatsouba](https://github.com/iyatsouba).
151 | - [Before After](https://github.com/xsahil03x/before_after) [573⭐] - Beautiful slider which makes it easier to display the difference between two images, by [Sahil Kumar](https://github.com/xsahil03x).
152 | - [Scratcher](https://github.com/vintage/scratcher) [302⭐] - Scratch card widget which temporarily hides content from user, by [Kamil Rykowski](https://github.com/vintage).
153 | - [Image Sequence Animator](https://github.com/aliyigitbireroglu/flutter-image-sequence-animator) [100⭐] - A simple widget for animating a set of images with full custom controls as an alternative to using a GIF file by [Ali Yigit Bireroglu](https://github.com/aliyigitbireroglu).
154 | - [Beautiful_Popup](https://github.com/jaweii/Flutter_beautiful_popup) [446⭐] - Beautify your app popup by [jaweii](https://github.com/jaweii).
155 | - [Credit Card Form](https://github.com/Origogi/Flutter-Credit-Card-Input) [309⭐] - Animated credit card input form [Origogi](https://github.com/Origogi).
156 | - [Animated Selection Slide](https://github.com/sbilketay/animated_selection_slide) An animated selection widget by swiping by [Sezgin Bilgetay](https://github.com/sbilketay).
157 | - [Flutter Tags](https://github.com/Dn-a/flutter_tags) [328⭐] - Tags with different customizations by [Di Natale Antonino](https://github.com/Dn-a).
158 | - [Flutter Neumorphic](https://github.com/Idean/Flutter-Neumorphic) [1305⭐] - Ready to use Neumorphic kit for Flutter with 🕶️ dark mode.
159 | - [Dough](https://github.com/HatFeather/flutter_dough) [381⭐] - Widgets for a squishy user interface by [Josiah Saunders](https://github.com/HatFeather).
160 | - [Card Settings](https://github.com/codegrue/card_settings) [351⭐] - package for building settings forms by [codegrue](https://github.com/codegrue).
161 | - [Timelines](https://github.com/chulwoo-park/timelines) [404⭐] - Powerful & Easy to use timeline package by [Chulwoo Park](https://github.com/chulwoo-park).
162 | - [Timeline Tile](https://github.com/JHBitencourt/timeline_tile) [434⭐] - A tile to help build beautiful and customisable timelines by [Julio Bitencourt](https://github.com/JHBitencourt).
163 | - [Rounded Loading Button](https://github.com/chrisedg87/flutter_rounded_loading_button) [121⭐] - Button with a loading indicator, complete with success and error animations by [Chris Edgington](https://twitter.com/ChrisTheEdg).
164 |
165 | #### Sticky Headers
166 |
167 | - [Sticky Infinite List](https://github.com/TatsuUkraine/flutter_sticky_infinite_list) [234⭐] - Highly configurable multi directional infinite list with Sticky Headers by [TatsuUkraine](https://github.com/TatsuUkraine).
168 | - [Sticky Header](https://github.com/letsar/flutter_sticky_header) [660⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar).
169 | - [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [727⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/).
170 |
171 | #### Drawers
172 |
173 | - [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [232⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec).
174 | - [Flutter Inner Drawer](https://github.com/Dn-a/flutter_inner_drawer) [373⭐] - Easy way to create an internal drawer (left / right) where you can enter a list-menu or other by [Di Natale Antonino](https://github.com/Dn-a).
175 |
176 | #### Bottom bars
177 |
178 | - [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [535⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen).
179 | - [Circular Bottom Navigation](https://github.com/imaNNeoFighT/circular_bottom_navigation) [431⭐] - Beautiful animated bottom navigation bar by [Iman Khoshabi](https://github.com/imaNNeoFighT).
180 | - [Bottom Navy Bar](https://github.com/pedromassango/bottom_navy_bar) [768⭐] - Beautiful and colorful animated bottom navigation bar by [Pedro Massango](https://github.com/pedromassango).
181 | - [Titled Navigation Bar](https://github.com/pedromassango/titled_navigation_bar) [285⭐] - Animated bottom navigation bar that switch between icon and title by [Pedro Massango](http://github.com/pedromassango).
182 | - [Google Nav Bar](https://github.com/sooxt98/google_nav_bar) [392⭐] - A modern google style nav bar for flutter by [Sooxt98](http://github.com/sooxt98).
183 |
184 | #### Bottom Sheets
185 | - [Rubber Bottom Sheet](https://github.com/mcrovero/rubber) [417⭐] - Elastic material bottom sheet by [Mattia Crovero](https://github.com/mcrovero).
186 | - [Modal Bottom Sheet](https://github.com/jamesblasco/modal_bottom_sheet) [1063⭐] - Modal bottom sheet with Material, Cupertino iOS13 or custom appareance by [Jaime Blasco](https://github.com/jamesblasco).
187 |
188 | #### Sliders
189 |
190 | - [RangeSlider](https://github.com/boeledi/RangeSlider) [305⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com).
191 | - [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [261⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna).
192 | - [Flutter Xlider](https://github.com/Ali-Azmoud/flutter_xlider) [330⭐] - A material design slider and range slider, horizontal and vertical, with RTL support by [Ali-Azmoud](https://github.com/Ali-Azmoud).
193 |
194 | #### UI Helpers
195 |
196 | - [Reorderables](https://github.com/hanshengchiu/reorderables) [439⭐] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu).
197 | - [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [911⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/).
198 | - [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [206⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot).
199 | - [Offline](https://github.com/jogboms/flutter_offline) [734⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms).
200 | - [Scroll To Index](https://github.com/quire-io/scroll-to-index) [316⭐] - Scroll to specified child element with given index for SliverList/ListView by [Jerry Chen](https://github.com/jerrywell/).
201 | - [In View Notifier List](https://github.com/rvamsikrishna/inview_notifier_list) - ListView that notify when widgets are on screen within a provided area by [Vamsi Krishna](https://github.com/rvamsikrishna).
202 | - [ShowCaseView](https://github.com/simformsolutions/flutter_showcaseview) [674⭐] - Way to showcase your app features on iOS and Android by [Simform](https://github.com/simformsolutions).
203 |
204 | #### Material Design
205 |
206 | - [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [292⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins).
207 | - [Slidable](https://github.com/letsar/flutter_slidable) [1972⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar).
208 |
209 | #### Cupertino Design
210 |
211 | - [Peek & Pop](https://github.com/aliyigitbireroglu/flutter-peek-and-pop) [183⭐] - Peek & Pop implementation based on the iOS functionality by [Ali Yigit Bireroglu](https://github.com/aliyigitbireroglu).
212 |
213 | #### Effect
214 |
215 | - [Frosted Glass](http://stackoverflow.com/questions/43550853/how-do-i-do-the-frosted-glass-effect-in-flutter) - Render effect by [Collin Jackson](http://www.collinjackson.com).
216 | - [Parallax](https://github.com/FlutterRocks/page-transformer) [731⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike).
217 | - [Shimmer](https://github.com/hnvn/flutter_shimmer) [1374⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn).
218 | - [Wave](https://github.com/i-protoss/wave) [707⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower).
219 | - [Liquid Swipe](https://github.com/iamSahdeep/liquid_swipe_flutter) - Liquid swipe to your stacked containers by [Sahdeep Singh](https://github.com/iamSahdeep).
220 | - [PhotoFilters](https://github.com/skkallayath/photofilters) [296⭐] - Apply filters to an image by [Sharafudheen KK](https://github.com/skkallayath).
221 | - [Shine](https://github.com/JonathanMonga/flutter_shine.dart) [138⭐] - Pretty shadows with dynamic light positions by [Jonathan Monga](https://github.com/JonathanMonga/).
222 | - [Clay Containers](https://github.com/mcaubrey/clay_containers) [365⭐] - Neumorphic widget primitives to serve as the foundation of your own designs by [Michael Charles](https://github.com/mcaubrey).
223 |
224 | #### Calendar
225 |
226 | - [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [162⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish).
227 | - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel)
228 | - [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [1149⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak).
229 | - [Time Planner](https://github.com/Jamalianpour/time_planner) [61⭐] - A beautiful, easy to use and customizable time planner for flutter mobile, desktop and web by [Mohammad Jamalianpour](https://github.com/Jamalianpour).
230 |
231 |
232 | #### Login
233 |
234 | - [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [1044⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika).
235 | - [Flutter Login](https://github.com/NearHuscarl/flutter_login) - Login widget with slick animation from start to finish by [NearHuscarl](https://github.com/NearHuscarl).
236 |
237 | #### Backend-Driven
238 |
239 | - [Dynamic Widget](https://github.com/dengyin2000/dynamic_widget) [1074⭐] - Build your dynamic UI with json, and the json format is very similar with flutter widget code by [Denny Deng](https://github.com/dengyin2000).
240 |
241 | ### Image
242 |
243 | - [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [1161⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014).
244 | - [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [238⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy).
245 | - [Photo View](https://github.com/renancaraujo/photo_view) [1461⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo).
246 | - [SVG](https://github.com/dnfield/flutter_svg) [1259⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield).
247 | - [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [811⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn).
248 | - [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [1882⭐] - Show images from the internet and keep them in the cache directory by.
249 | - [Lottie](https://github.com/xvrh/lottie-flutter) [627⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [xvrh](https://github.com/xvrh/lottie-flutter).
250 | - [Bitmap](https://github.com/renancaraujo/bitmap) [126⭐] - Perform Bitmap manipulations (such as contrast and exposure) with a help from the Dart FFI by [Renan C. Araújo](https://github.com/renancaraujo).
251 | - [Crop](https://github.com/xclud/flutter_crop) [169⭐] - Crop any widget/image in Android, iOS, Web and Desktop by [Mahdi K. Fard](https://github.com/xclud/).
252 |
253 | #### Image Picker
254 |
255 | - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com).
256 | - [WeChat Assets Picker](https://github.com/fluttercandies/flutter_wechat_assets_picker) [788⭐] - Assets picker in WeChat style, support multi assets by [Alex Li](https://github.com/AlexV525).
257 |
258 | ### Map
259 |
260 | - [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [414⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/).
261 | - [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [160⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com).
262 | - [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [252⭐] - Interactive, customizable vector maps by Mapbox.
263 | - [AMap](https://github.com/fluttify-project/amap_map_fluttify) [504⭐] - Access to AMap services(高德地图) by [fluttify-project](https://github.com/fluttify-project).
264 |
265 | ### Charts
266 |
267 | - [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [354⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts).
268 | - [Sparkline](https://github.com/xqwzts/flutter_sparkline) [244⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts).
269 | - [Charts](https://github.com/google/charts) [2464⭐] - By Google Charts Team.
270 | - [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [355⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy).
271 | - [FCharts](https://github.com/thekeenant/fcharts) [323⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com).
272 | - [FL Chart](https://github.com/imaNNeoFighT/fl_chart) [3648⭐] - Draw fantastic charts in Flutter by [Iman Khoshabi](http://www.ikhoshabi.com).
273 | - [Bezier Chart](https://github.com/aeyrium/bezier-chart) [400⭐] - Beautiful bezier line chart widget for flutter that is highly interactive and configurable by [Diego Velasquez](https://twitter.com/diegoveloper).
274 | - [Echarts](https://github.com/entronad/flutter_echarts) [526⭐] - Large collection of advanced reactives charts by [LIN Chen](https://github.com/entronad).
275 | - [Graphic](https://github.com/entronad/graphic) [241⭐] - Data visualization library based on the Grammar of Graphics by [LIN Chen](https://github.com/entronad).
276 |
277 | ### Navigation
278 |
279 | - [Fluro](https://github.com/goposse/fluro) [3341⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com).
280 | - [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [133⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante).
281 | - [Deep Link Navigation](https://github.com/Dennis-Krasnov/Flutter-Deep-Link-Navigation) [53⭐] - Elegant abstraction for complete deep linking navigation in Flutter by [Dennis Krasnov](https://denniskrasnov.com).
282 | - [Get](https://github.com/jonataslaw/get) [5247⭐] - Navigate between screens & display snackbars/dialogs/bottomSheets without context by [Jonny Borges](https://github.com/jonataslaw).
283 | - [Beamer](https://github.com/slovnicki/beamer) [268⭐] - Route through guarded page stacks and URLs using the Navigator 2.0 API effortlessly by [Sandro Lovnički](https://github.com/slovnicki).
284 |
285 | ### Auth
286 |
287 | - [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android.
288 | - [Login](https://github.com/AppleEducate/flutter_login) [622⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com).
289 | - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth.
290 | - [Firebase Auth](https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth) - Firebase OAuth.
291 | - [Facebook Login](https://github.com/roughike/flutter_facebook_login) [398⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike).
292 | - [Apple Sign-In](https://github.com/tomgilder/flutter_apple_sign_in) [158⭐] - Apple sign in by [Tom Gilder](https://github.com/tomgilder).
293 | - [OAuth](https://github.com/hitherejoe/FlutterOAuth) [168⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com).
294 | - [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise).
295 | - [SimpleAuth](https://github.com/Clancey/simple_auth) [313⭐] - Azure Active Directory, Amazon, Dropbox, Facebook, Github, Google, Instagram, Linked In, Microsoft Live Connect, Github, OAuth, Basic Auth by [James Clancey](https://github.com/Clancey).
296 | - [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) [172⭐] - Plugin that provides a wrapper around the AppAuth iOS and Android SDKs by [Michael Bui](https://github.com/MaikuB).
297 |
298 | ### Text & Rich Content
299 |
300 | - [Markdown](https://github.com/flutter/flutter_markdown) null - Markdown renderer for Flutter. It supports the original format, but no inline html.
301 | - [Masked Text](https://github.com/benhurott/flutter-masked-text) [241⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott).
302 | - [Zefyr](https://github.com/memspace/zefyr) [1998⭐] - Soft & gentle rich text editor by [Memspace](https://github.com/memspace/zefyr).
303 | - [AutoSizeText](https://github.com/leisim/auto_size_text) [1484⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim).
304 | - [Parsed Text](https://github.com/fayeed/flutter_parsed_text) [186⭐] - Interactive text based on content recognition, also supports Regex by [Fayeed Pawaskar](https://github.com/fayeed/).
305 | - [TeX](https://github.com/shah-xad/flutter_tex) [182⭐] - Render Mathematics Equations with full HTML and JavaScript support by [Shahzad Akram](https://github.com/shah-xad).
306 | - [Code Field](https://github.com/BertrandBev/code_field) - Customizable code field widget supporting syntax highlighting by [Bertrand Bevillard](https://github.com/BertrandBev).
307 |
308 | ### Analytics
309 |
310 | - [Usage](https://github.com/dart-lang/usage) [122⭐] - Google Analytics wrapper for command-line, web, and Flutter apps.
311 | - [Firebase Analytics](https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics) - Connect to Firebase Analytics API.
312 | - [Pure Mixpanel](https://github.com/seenickcode/pure_mixpanel) [21⭐] - Analytics for the popular [Mixpanel.com](https://mixpanel.com) [Nick Manning](https://twitter.com/seenickcode).
313 |
314 | ### Internationalization
315 |
316 | - [GenLang](https://github.com/KingWu/gen_lang) [88⭐] - Code generator for Internationalization by [King Wu](https://github.com/KingWu).
317 | - [Flutter Translate](https://github.com/bratan/flutter_translate) [277⭐] - Internationalization (i18n) library by [Florin Bratan](http://bratan.me).
318 | - [attranslate](https://github.com/fkirc/attranslate) - Semi-automated translation of ARB or JSON files by [fkirc](https://github.com/fkirc).
319 |
320 |
321 | ### Styling
322 |
323 | - [Flutterial](https://github.com/rxlabz/flutterial) [1424⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz).
324 | - [Pigment](https://github.com/bregydoc/pigment) [183⭐] - Simple but useful package for use colors in flutter.
325 |
326 | ### Media
327 |
328 | #### Audio
329 |
330 | - [Flutter Audio Recorder](https://github.com/shadow-app/flutter_audio_recorder) - Provides full controls and access to recording details such as level metering by [Wenyan Li](https://github.com/nikli2009).
331 | - [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [169⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz).
332 | - [Flutter Sound](https://github.com/dooboolab/flutter_sound) [658⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab).
333 | - [AssetsAudioPlayer](https://github.com/florent37/Flutter-AssetsAudioPlayer) [561⭐] Simultaneous playback of audio from assets/network/file and displaying notifications [android / ios / web / macos]
334 | - [Audio Service](https://pub.dev/packages/audio_service) - System background audio support by [Ryan Heise](https://github.com/ryanheise). [Tutorial](https://suragch.medium.com/background-audio-in-flutter-with-audio-service-and-just-audio-3cce17b4a7d?sk=0837a1b1773e27a4f879ff3072e90305) by [Suragch](https://twitter.com/Suragch1).
335 |
336 | #### Video
337 |
338 | - [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [2677⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc).
339 | - [Chewie](https://github.com/brianegan/chewie) [1342⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan).
340 | - [Video Trimmer](https://github.com/sbis04/video_trimmer) [268⭐] - Visualise and trim videos by [Souvik Biswas](https://github.com/sbis04).
341 | - [CamerAwesome](https://github.com/Apparence-io/camera_awesome) [291⭐] - Community camera plugin rework by [Apparence.io studio](https://apparence.io).
342 |
343 | #### Voice
344 |
345 | - [Speech Recognition](https://github.com/rxlabz/speech_recognition) [322⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz).
346 | - [OK Google](https://marcinszalek.pl/flutter/ok-google-flutter/) - Integrate google assistant by [Marcin Szalek](https://marcinszalek.pl/).
347 |
348 | ### Storage
349 |
350 | - [Firebase Storage](https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_storage) - Firebase as data storage.
351 | - [Secure Storage](https://github.com/mogol/flutter_secure_storage) [706⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol).
352 |
353 | #### Preferences
354 |
355 | - [Streaming Shared Preferences](https://github.com/roughike/streaming_shared_preferences) - Reactive key-value store, shared preferences with Streams by [Iiro Krankka](https://github.com/roughike).
356 |
357 | ### Monetization
358 |
359 | - [Admob](https://pub.dev/packages/admob) - GoogleAdmob supports interstitial ads in both iOS and Android by Brett Nesbitt.
360 | - [Firebase AdMob](https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_admob) - Ad integration using Firebase.
361 | - [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [459⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab).
362 | - [Admob Flutter](https://github.com/kmcgill88/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe) & [Kevin McGill](https://github.com/kmcgill88).
363 | - [Facebook Audience Network](https://github.com/dreamsoftin/facebook_audience_network) - Facebook Audience Network Ad plugin that shows banner, interstitial, in-stream video, rewarded video & natvie ads by [Dreamsoft Innovations](https://github.com/dreamsoftin).
364 | - [Square In-App Payments SDK](https://github.com/square/in-app-payments-flutter-plugin) [280⭐] - Take payments by embedding a card entry form in your app that produces nonces from customer-provided card information or digital wallets by [Square](https://github.com/orgs/square).
365 |
366 | ## Templates
367 |
368 | - [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [372⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike).
369 | - [Mates](https://github.com/CodemateLtd/FlutterMates) [480⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike).
370 | - [Weather](https://github.com/alessandroaime/Weather) [141⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime).
371 | - [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [7461⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan).
372 | - [Restaurant Menu](https://github.com/braulio94/menu_flutter) [549⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94).
373 | - [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [1266⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe).
374 | - [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [209⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc).
375 | - [Music Player](https://github.com/thosakwe/flutter_music_player) [205⭐] - music player component by [Tobe O](https://thosakwe.com/).
376 | - [Dashboard](https://github.com/Ivaskuu/dashboard) [812⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu).
377 | - [Todo](https://github.com/littlemarc2011/FlutterTodo) [518⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/).
378 | - [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [456⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika).
379 | - [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [5683⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan).
380 | - [Book](https://github.com/putraxor/flutter-book-app) [299⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor).
381 | - [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [1485⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat).
382 | - [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [247⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984).
383 | - [DrawApp](https://github.com/SnakeyHips/drawapp) [208⭐] - Sample Drawing App to demonstrate how to allow user to draw onto canvas with color picker and brush thickness slider by [Jake Gough](https://github.com/SnakeyHips).
384 | - [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [596⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu).
385 | - [Feather](https://github.com/jhomlala/feather) [469⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala).
386 | - [Clone UI Challenges](https://github.com/javico2609/flutter-challenges) [1261⭐] - Collection of useful UIs clones by [Javier González](https://github.com/javico2609).
387 | - [FlutterFoodybite](https://github.com/JideGuru/FlutterFoodybite) [1095⭐] - Beautiful food app UI template by [JideGuru](https://github.com/JideGuru).
388 | - [Flutter Samples](https://github.com/diegoveloper/flutter-samples) [2339⭐] - Collection of nice flutter samples by [Diego Velásquez](https://github.com/diegoveloper).
389 | - [ActingWeb First_App](https://github.com/gregertw/actingweb_firstapp) [283⭐] - Starter app with basic elements for a team-developed production-quality app by [Greger Wedel](https://github.com/gregertw).
390 | - [Smart Washing Machine](https://github.com/pawlik92/flutter_whirlpool) [582⭐] - Smart washing machine UI challenge app with Box2D physic engine by [Tomasz Pawlikowski](https://github.com/pawlik92).
391 | - [Beautiful Timelines](https://github.com/JHBitencourt/beautiful_timelines) [183⭐] - A set of beautiful timelines by [Julio Bitencourt](https://github.com/JHBitencourt).
392 |
393 | ### Clone
394 |
395 | - [GitTouch](https://github.com/pd4d10/git-touch) [949⭐] - Open source mobile client for GitHub, GitLab, Bitbucket and Gitea by [Rongjian Zhang](https://github.com/pd4d10).
396 |
397 | ### Machine Learning
398 |
399 | - [MLKit](https://github.com/azihsoyn/flutter_mlkit) [373⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn).
400 | - [m2cgen](https://github.com/BayesWitnesses/m2cgen) [1934⭐] - CLI tool to convert ML models into native Dart code by [BayesWitnesses](https://github.com/BayesWitnesses).
401 |
402 | ### Vision
403 |
404 | - [ML Vision Camera Stream](https://github.com/santetis/flutter_camera_ml_vision) [216⭐] - ML vision recognitions (QRcode, face, ...) with live camera stream by [Aumard Jimmy](https://github.com/jaumard) and [Santetis](https://github.com/santetis).
405 | - [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [434⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly).
406 |
407 | #### Augmented Reality
408 |
409 | - [ARKit Plugin](https://github.com/olexale/arkit_flutter_plugin) [603⭐] - Wrapper for ARKit - Apple's augmented reality platform for iOS by [Olexandr Leuschenko](https://github.com/olexale).
410 | - [ARCore Plugin](https://github.com/giandifra/arcore_flutter_plugin) [316⭐] - Augmented reality with ARCore platform by [Gian Marco Di Francesco](https://github.com/giandifra).
411 |
412 | ## Plugins
413 |
414 | - [Pub packages](https://pub.dev/flutter/packages) - Packages filter in Dart Pub Repository.
415 | - [Plugins](https://github.com/flutter/plugins/tree/master/packages) - Official Flutter Team Plugins.
416 |
417 | ### Device
418 |
419 | - [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [1370⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard).
420 | - [Location](https://github.com/Lyokone/flutterlocation) [830⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone).
421 | - [Battery](https://pub.dev/packages/battery) - Access various information about the battery.
422 | - [Proximity Sensor Plugin](https://pub.dev/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001).
423 | - [Geolocation](https://github.com/loup-v/geolocation) [214⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io).
424 | - [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [1696⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB).
425 | - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/master/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com).
426 | - [Badger](https://github.com/g123k/flutter_app_badger) [232⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k).
427 | - [UDID](https://github.com/GigaDroid/flutter_udid) [165⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me).
428 | - [Downloader](https://github.com/hnvn/flutter_downloader) [652⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn).
429 | - [InAppWebView](https://github.com/pichillilorenzo/flutter_inappwebview) [1646⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo).
430 | - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [80⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo).
431 | - [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [693⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo).
432 | - [VPN](https://github.com/X-dea/Flutter_VPN) - Access VPN services by [Jason C.H](https://github.com/ctrysbita).
433 | - [Geolocator](https://github.com/baseflow/flutter-geolocator) - A Flutter geolocation plugin which provides easy access to the platform specific location services by [Baseflow](https://baseflow.com).
434 | - [Permission Handler](https://github.com/baseflow/flutter-permission-handler) - A Flutter permission plugin which provides a cross-platform (iOS, Android) API to request and check permissions by [Baseflow](https://baseflow.com).
435 | - [WidgetKit](https://github.com/fasky-software/flutter_widgetkit) - A plugins which allows you to create a Widget-Extention for iOS by [Thomas Leiter](https://github.com/tomLadder).
436 |
437 | #### Scanner
438 |
439 | - [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [219⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela).
440 | - [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [275⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica).
441 |
442 | #### Bluetooth / NFC / Beacon
443 |
444 | - [Blue](https://github.com/pauldemarco/flutter_blue) [1890⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco).
445 | - [Beacons](https://github.com/loup-v/beacons) [75⭐] - Flutter beacons plugin by [Loup](http://intheloup.io).
446 | - [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [279⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa).
447 | - [Beacon broadcast](https://github.com/pszklarska/beacon_broadcast) [70⭐] - Library for turning your phone into a beacon by [Paulina Szklarska](https://github.com/pszklarska/).
448 | - [Reactive Ble](https://github.com/PhilipsHue/flutter_reactive_ble) [259⭐] - Handles BLE operations for multiple devices by [Philips Hue](https://github.com/PhilipsHue).
449 | - [NFC Manager](https://github.com/okadan/flutter-nfc-manager) [83⭐] - Generic NFC plugin for iOS and Android by [Naoki Okada](https://github.com/okadan).
450 |
451 | ### Storage
452 |
453 | - [Sqflite](https://github.com/tekartik/sqflite) [2263⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/).
454 | - [Moor](https://github.com/simolus3/moor) - Moor is an easy to use, reactive, typesafe persistence library for Dart & Flutter by [.
455 | Simon Binder](https://github.com/simolus3)
456 |
457 | ### Services
458 |
459 | - [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [186⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/).
460 | - [Intercom](https://pub.dev/packages/intercom) [23⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n).
461 | - [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [493⭐] - Push notification service by [OneSignal](https://github.com/OneSignal).
462 | - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [45⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish).
463 | - [App Rating](https://github.com/AppleEducate/app_review) [30⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com).
464 |
465 |
466 | ## Frameworks
467 |
468 | ### State management
469 |
470 | #### Standard
471 |
472 | - [Bloc](https://github.com/felangel/bloc) [8040⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel).
473 | - [MobX](https://github.com/mobxjs/mobx.dart) [2023⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land.
474 | - [Provider](https://github.com/rrousselGit/provider) [3936⭐] - State-management library for Flutter by [Remi Rousselet](https://github.com/rrousselGit).
475 | - [RiverPod](https://github.com/rrousselGit/river_pod) [2122⭐] - Provider, but different by [Remi Rousselet](https://github.com/rrousselGit).
476 | - [GetX](https://github.com/jonataslaw/getx) - Contextless, State-management & navigation by [Jonny Borges](https://github.com/jonataslaw).
477 | - [Binder](https://github.com/letsar/binder) [165⭐] - A lightweight, yet powerful way to bind your application state with your business logic, by [Romain Rastel](https://github.com/letsar).
478 |
479 | #### Redux / ELM / Dependency Injection
480 |
481 | - [Built redux](https://github.com/davidmarne/flutter_built_redux) [81⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne).
482 | - [Redux.dart](https://github.com/johnpryan/redux.dart) [481⭐] - Port of Redux to Dart with an ecosystem of middleware, Flutter integrations, and time traveling dev tools by [John Ryan](https://github.com/johnpryan) and [Brian Egan](https://gitlab.com/users/brianegan/projects).
483 | - [Redux](https://github.com/brianegan/flutter_redux) [1518⭐] - Built to work with [redux.dart](https://github.com/johnpryan/redux.dart), utilities that allow you to easily consume a Redux Store to build Widgets.
484 | - [Inject](https://github.com/google/inject.dart) [846⭐] - Compile-time dependency injection by Google.
485 | - [Flux](https://github.com/google/flutter_flux) [362⭐] - Implementation of the Flux framework by Google.
486 | - [Fish](https://github.com/alibaba/fish-redux) [7183⭐] - Alibaba Redux implementation.
487 | - [Async Redux](https://pub.dev/packages/async_redux) [195⭐] - Redux without boilerplate. Allows for both sync and async reducers by [Marcelo Glasberg](https://github.com/marcglasberg/).
488 |
489 | ### Widgets
490 |
491 | - [Hooks](https://github.com/rrousselGit/flutter_hooks) [1943⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit).
492 | - [Functional widget](https://github.com/rrousselGit/functional_widget) [427⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit).
493 | - [Form Builder](https://github.com/danvick/flutter_form_builder) [920⭐] - Framework that simplifies building forms, validating fields, reacting to changes, and collecting the final user input by [Danvick Miller](https://github.com/danvick).
494 |
495 | ### Data
496 |
497 | - [Graphql](https://github.com/zino-app/graphql-flutter) [2769⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app).
498 | - [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [241⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/).
499 | - [Ferry](https://github.com/gql-dart/ferry) [324⭐] - Powerful & Extensible GraphQL Client by [Sat Mandir Khalsa](https://github.com/smkhalsa).
500 |
501 |
502 | ### Backend
503 |
504 | - [Dynamic Widget](https://github.com/dengyin2000/dynamic_widget) [1074⭐] - Build your dynamic UI with json, and the json format is very similar with flutter widget code by [Denny Deng](https://github.com/dengyin2000).
505 | - [NETCoreSync](https://github.com/aldycool/NETCoreSync) - Centralized database synchronization framework for multiple clients, built on top of [Moor](https://github.com/simolus3/moor) library by [Aldy J](https://github.com/aldycool).
506 | - [Parse for Flutter](https://github.com/parse-community/Parse-SDK-Flutter/tree/master/packages/flutter) [394⭐] - Open source backend framework by [ParsePlatform](https://parseplatform.org/).
507 |
508 | ### Animation
509 |
510 | - [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [337⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir).
511 | - [SpinKit](https://github.com/jogboms/flutter_spinkit) [2391⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms).
512 | - [Villains](https://github.com/Norbert515/flutter_villains) [329⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir).
513 | - [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [1255⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/).
514 | - [Drawing Animation](https://github.com/biocarl/drawing_animation) [382⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks).
515 | - [Simple Animations](https://github.com/felixblaschke/simple_animations) - Create awesome custom animations easily by [Felix Blaschke](https://github.com/felixblaschke).
516 | - [Flutter-animation-set](https://github.com/efoxTeam/flutter-animation-set) [264⭐] - Easy to build an animation set by [efoxTeam](https://github.com/efoxTeam).
517 | - [Staggered Animations](https://github.com/mobiten/flutter_staggered_animations) [946⭐] - Easily add staggered animations to your ListView, GridView, Column and Row by [mobiten](https://mobiten.com/).
518 | - [Animate Do](https://pub.dev/packages/animate_do) - Animation package inspired in Animate.css by [Fernando Herrera](https://twitter.com/Fernando_Her85).
519 | - [Funvas](https://github.com/creativecreatorormaybenot/funvas) [352⭐] - Create fun *time based canvas animations* by [creativecreatorormaybenot](https://twitter.com/creativemaybeno).
520 |
521 |
522 | ### Testing
523 |
524 |
525 | - [Flutter Gherkin](https://github.com/jonsamwell/flutter_gherkin) [147⭐] - Fully featured Gherkin parser and UI automated test runner by [Jon Samwell](https://github.com/jonsamwell).
526 |
527 | ### Web
528 |
529 | - [Responsive Framework](https://github.com/Codelessly/ResponsiveFramework) [683⭐] - Automatically adapt UI to different screen sizes. Responsiveness made simple by [Codelessly](https://codelessly.com).
530 |
531 | ## Experimental
532 |
533 | This section contains libraries that take an experimental or unorthodox approach.
534 |
535 | - [styled_widget](https://github.com/ReinBentdal/styled_widget) [643⭐] - Simplifying your widget tree structure by defining widgets using methods by [Rein Gundersen Bentdal](https://github.com/ReinBentdal).
536 |
537 | ## Engines
538 |
539 | ### Rendering
540 |
541 | - [Graphx](https://github.com/roipeker/graphx) [287⭐] - Making drawings and animations extremely simple, inspired by Flash, by [Roi Peker](https://github.com/roipeker).
542 |
543 | ### Game
544 |
545 | - [Flame](https://github.com/flame-engine/flame) [4936⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter).
546 | - [SpriteWidget](https://github.com/spritewidget/spritewidget) [1183⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt).
547 |
548 | #### Open source games
549 |
550 | - [Flip](https://github.com/RedBrogdon/flutterflip) [196⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon).
551 | - [2048](https://github.com/anuranBarman/2048) [204⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman).
552 | - [TRex](https://github.com/renancaraujo/trex-flame) [315⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo).
553 | - [Crush](https://github.com/boeledi/flutter_crush) [404⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com).
554 | - [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [147⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo).
555 | - [Tetris](https://github.com/boyan01/flutter-tetris) [1276⭐] - Tetris game by [YangBin](https://github.com/boyan01).
556 | - [Party Charades](https://github.com/vintage/party_flutter) [162⭐] - Party charades by [Kamil Rykowski](https://github.com/vintage).
557 | - [Ghost Rigger](https://github.com/Float-like-a-dash-Sting-like-a-dart/GhostRigger) [156⭐] - Ghost Rigger is a cyberpunk inspired puzzle game by [Iain Smith](https://github.com/b099l3) and [Julio Ernesto Rodríguez Cabañas](https://github.com/ernestoyaquello).
558 | - [Space Empires](https://github.com/satyamx64/space_empires) [32⭐] - A 4X Space themed strategy game by [Satyam Sharma](https://github.com/satyamx64).
559 |
560 | #### Game Engine resources
561 |
562 | - [Awesome Flame](https://github.com/flame-engine/awesome-flame) - Curated list of the best Flame games, projects, libraries, tools, tutorials, articles and more by [Flame Engine](https://github.com/flame-engine).
563 |
564 |
565 | ## Open Source Apps
566 |
567 | ### Premium
568 |
569 | - [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [5847⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/).
570 | - [Developer Quest](https://github.com/2d-inc/developer_quest) [2912⭐] - Become a tech lead, slay bugs by [2D, Inc](https://www.2dimensions.com/).
571 |
572 | ### Top
573 |
574 | - [Flutter Team Samples](https://github.com/flutter/samples) [10807⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people).
575 | - [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [22881⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend).
576 | - [Meme Chat](https://github.com/efortuna/memechat) [510⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers.
577 | - [Flitter](https://github.com/dart-flitter/flitter) [183⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar.
578 | - [Lime](https://github.com/fablue/lime-flutter) [354⭐] - Lime social network by Sebastian Sellmair.
579 | - [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [709⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com).
580 | - [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [502⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia).
581 | - [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [514⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar).
582 | - [Music Player](https://github.com/iampawan/Flutter-Music-Player) [1325⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk).
583 | - [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [897⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52).
584 | - [FlutterGram](https://github.com/mdanics/fluttergram) [1931⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics).
585 | - [BookSearch](https://github.com/Norbert515/BookSearch) [471⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515).
586 | - [Cinematic](https://github.com/aaronoe/FlutterCinematic) [825⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe).
587 | - [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [442⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor).
588 | - [Trace](https://github.com/trentpiercy/trace) [781⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy).
589 | - [Taskist](https://github.com/huextrat/Taskist) [725⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat).
590 | - [Tourism](https://github.com/bluemix/tourism-demo) [249⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo).
591 | - [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [560⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory).
592 | - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT).
593 | - [Deer](https://github.com/aleksanderwozniak/deer) [292⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak).
594 | - [TailorMade](https://github.com/jogboms/tailor_made) [233⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms).
595 | - [Instory](https://github.com/InvertedX/instory) [193⭐] - Instgram story downloader with a beautiful UI [Sarath](https://twitter.com/_sarath_kumar).
596 | - [Spacex-Go](https://github.com/jesusrp98/spacex-go) [638⭐] - Simple yet powerful, open-source SpaceX launch tracker. [jesusrp98](https://twitter.com/jesusrp98).
597 | - [Superhero Interaction](https://github.com/pinkeshdarji/SuperHeroInteraction) [219⭐] - Cool Superhero interaction animation by [Pinkesh Darji](https://github.com/pinkeshdarji).
598 | - [Reply](https://github.com/flschweiger/reply) [533⭐] - 'Reply' Material Design case study by [Frederik Schweiger](https://github.com/flschweiger).
599 | - [Enigma](https://github.com/AmitJoki/Enigma) - Privacy chat with end-to-end encryption by [AmitJoki](https://github.com/AmitJoki).
600 | - [Chillify](https://github.com/KarimElghamry/chillify) - Fancy music app made with Provider and Bloc pattern by [Karim Elghamry](https://github.com/KarimElghamry).
601 | - [Pokedex](https://github.com/scitbiz/flutter_pokedex) - Pokedex app with beautiful UI and smooth animation by [Hung Pham](https://github.com/scitbiz).
602 | - [Timy Messenger](https://github.com/janoodleFTW/timy-messenger) [1735⭐] - Group messaging app with a focus on organizing events by [Miguel Beltran](https://github.com/miquelbeltran) and [Franz Heinfling](https://github.com/fheinfling).
603 | - [GitJournal](https://github.com/GitJournal/GitJournal) [1672⭐] - Journaling your data in a Git Repo by [Vishesh Handa](https://github.com/vHanda).
604 | - [AuthPass](https://github.com/authpass/authpass) [1002⭐] - Keepass compatible password manager for mobile and desktop by [hpoul](https://github.com/hpoul).
605 | - [Fwitter](https://github.com/TheAlphamerc/flutter_twitter_clone) [1502⭐] - Full Twitter clone using Firebase solution by [Sonu Sharma](https://github.com/TheAlphamerc).
606 | - [Harpy](https://github.com/robertodoering/harpy) [592⭐] - Feature rich Twitter client by [Roberto Doering](https://github.com/robertodoering).
607 |
608 | ## Utilities
609 |
610 | - [Launcher Icons](https://github.com/franzsilva/flutter_launcher_icons) - Generate your launcher icons easily by [Mark O'Sullivan](https://github.com/MarkOSullivan94) and [Franz Silva](https://github.com/franzsilva).
611 | - [FlutterIcon](http://fluttericon.com/) [307⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots).
612 | - [FVM](https://github.com/leoafarias/fvm) [2185⭐] - Flutter Version Management: A simple cli to manage Flutter SDK versions.
613 | - [Environment Configuration](https://github.com/TatsuUkraine/dart_environment_config) [86⭐] - CLI tool to generate `.env` configurations for application environments by [TatsuUkraine](https://github.com/TatsuUkraine).
614 | - [Flutter Flavorizr](https://github.com/AngeloAvv/flutter_flavorizr) [153⭐] - CLI utility to easily generate flavors for Android and iOS in less than 3 minutes by [Angelo Cassano](https://github.com/AngeloAvv).
615 | - [Fontify](https://github.com/westracer/fontify) [75⭐] - CLI tool to convert SVG icons to OTF font and generate Flutter-compatible class by [Igor Kharakhordin](https://github.com/westracer).
616 | - [FlutterGen](https://github.com/FlutterGen/flutter_gen) [782⭐] - Assets code generator for your images, fonts, colors, etc — Get rid of String-based APIs.
617 | - [Very Good Cli](https://github.com/VeryGoodOpenSource/very_good_cli) [1105⭐] - Very Good Command Line Interface for Dart created by [Very Good Ventures](https://github.com/VeryGoodOpenSource).
618 | - [Flutter Sidekick](https://github.com/leoafarias/sidekick) [530⭐] - Simple app to make Flutter development more delightful by [Leo Farias](https://github.com/leoafarias).
619 | - [Dart Code Metrics](https://github.com/dart-code-checker/dart-code-metrics) [382⭐] - Additional linter which reports code metrics, checks for anti-patterns and provides additional rules for the Dart analyzer by [Dart Code Checker team](https://github.com/dart-code-checker).
620 |
621 | ### VSCode
622 |
623 | - [Awesome Snippets](https://marketplace.visualstudio.com/items?itemName=Nash.awesome-flutter-snippets) - Collection of commonly used classes and methods by [Nash](https://twitter.com/Nash0x7E2).
624 | - [Flutter Files](https://marketplace.visualstudio.com/items?itemName=gornivv.vscode-flutter-files) - Quick generation for BLoC templates files by context menu by [Gorniv](https://github.com/gorniv).
625 | - [Flutter Intl](https://marketplace.visualstudio.com/items?itemName=localizely.flutter-intl) - i18n binding from arb files by [Localizely](https://twitter.com/localizely).
626 |
627 |
628 | ### IntelliJ / Android Studio
629 |
630 | - [Enhancement_Suite](https://github.com/marius-h/flutter_enhancement_suite) [191⭐] - Search for pub.dev libraries, update version, Bloc, Snippet, etc you're covered by [Marius Höfler](https://github.com/marius-h).
631 | - [Flutter Intl](https://plugins.jetbrains.com/plugin/13666-flutter-intl) - 18n binding from arb files by [Localizely](https://twitter.com/localizely).
632 |
633 | ### Desktop
634 |
635 | - [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [6937⭐] - Desktop implementations of the Flutter embedding API by Google.
636 | - [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [5042⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/pchampio).
637 | - [Native Shell](https://github.com/nativeshell/nativeshell) [350⭐] - Experimental embedder for Flutter by [Matej Knopp](https://twitter.com/matejknopp).
638 | - [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [1858⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng).
639 | - [bitsdojo_window](https://github.com/bitsdojo/bitsdojo_window) - Customize windows owner-drawn chrome by [BitsDojo](https://github.com/bitsdojo).
640 | - [Raspberry Pi Embedder](https://github.com/ardera/flutter-pi) [731⭐] - Light-weight Embedder for Raspberry Pi by [Hannes Winkler](https://github.com/ardera).
641 | - [Fluent UI](https://github.com/bdlukaa/fluent_ui) [516⭐] - Microsoft's Fluent Design System in Flutter by [Bruno D'Luka](https://twitter.com/bdlukaadev).
642 | - [MacOS UI](https://github.com/GroovinChip/macos_ui) [449⭐] - Widgets and themes implementing the current macOS design language by [Groovin Chip](https://twitter.com/GroovinChip).
643 | - [Ubuntu Yaru](https://github.com/ubuntu/yaru.dart) [128⭐] - Distinct look and feel of the Ubuntu Desktop by [Ubuntu](https://github.com/ubuntu).
644 | - [Awesome Flutter Desktop](https://github.com/leanflutter/awesome-flutter-desktop) [468⭐] - A curated list of awesome things related to Flutter desktop by [LeanFlutter](https://github.com/leanflutter).
645 |
646 | ## Books
647 |
648 | ### Learning Flutter - Beginners
649 | - [Beginning App Development](https://www.amazon.com/Beginning-App-Development-Flutter-Cross-Platform/dp/1484251806) - by [Rap Payne](https://github.com/rapPayne).
650 | - [Beginning Flutter](https://www.amazon.com/Beginning-Flutter-Hands-Guide-Development/dp/1119550823) - by [Marco Napoli](https://github.com/JediPixels).
651 | - [Flutter for Beginners](https://www.amazon.com/Flutter-Beginners-introductory-cross-platform-applications/dp/1788996089) - by [Alessandro Biessek](https://github.com/biessek).
652 | - [Flutter in Action](https://www.amazon.com/Flutter-Action-Eric-Windmill/dp/1617296147) - by [Eric Windmill](https://github.com/ericwindmill).
653 | - [Learn Google Flutter Fast](https://www.amazon.com/Learn-Google-Flutter-Fast-Example/dp/1092297375) - by [Mark Clow](https://github.com/markclow).
654 |
655 | ### Cookbooks
656 | - [Practical Flutter](https://www.amazon.com/Practical-Flutter-Improve-Development-Open-Source/dp/1484249712) - by [Frank Zammetti](https://github.com/fzammetti).
657 |
658 | ## Podcasts
659 |
660 | ### English
661 |
662 | - [It's all widgets! Flutter podcast](https://open.spotify.com/show/2qJVeu47e2eAum4j7lxXXv?si=d26QVJQsSRyRHeybfL_01Q) - by [Hillel Coren](https://twitter.com/hillelcoren).
663 |
664 | ### Portuguese
665 |
666 | - [Universo Flutter](https://open.spotify.com/show/4AlxqGkkrqe0mfIx3Mi7Xt?si=1eC0a22MR1OkEAT7HErT-A) - by [Matias de Andrea](http://deandreamatias.com/).
667 |
668 | ### Spanish
669 |
670 | - [Código Flutter](https://open.spotify.com/show/3QUTYR6jspNxHK8akJFxYf?si=MZtgjIMyTi6-WgN9Go6vZQ) - by [Guillermo García](https://guillermogarcia.es/).
671 |
672 | ### Russian
673 |
674 | - [Flutter Dev Podcast](https://open.spotify.com/show/5qc1VFD4pkJlUYZBVTOFCI?si=OWn7VCELRO2QV03Gi2u8nA&nd=1) - by [Eugene Saturov](https://twitter.com/saturovv).
675 |
676 | ## Bonus
677 |
678 | - [It's All Widgets!](https://itsallwidgets.com) - Open list of published apps by [Hillel Coren](https://twitter.com/hillelcoren), [Thomas Burkhart](https://twitter.com/ThomasBurkhartB), [Simon Lightfoot](https://twitter.com/devangelslondon) and [Scott Stoll](https://twitter.com/scottstoll2017).
679 | - [Awesome Flutter Linux](https://github.com/jpnurmi/awesome-flutter-linux) - A curated list of awesome Linux-specific Flutter packages and projects by [J-P Nurmi](https://twitter.com/jpnurmi).
680 |
681 | ### Fun
682 |
683 | - [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [442👍]
684 |
685 | ### Hardware
686 |
687 | - [Matrix2](https://github.com/bus710/matrix2) - Sense Hat's LED matrix control game by [bus710](https://github.com/bus710).
688 |
689 | ### Guide & Interviews
690 |
691 | - [Interview Questions](https://github.com/whatsupcoders/Flutter-Interview-Questions) - List of helpful questions you can use to interview potential candidates by [Whatsupcoders](https://github.com/whatsupcoders/Whatsupcoders-flutter).
692 | - [The International Flutter Starter Kit](https://medium.com/flutter-community/intl-flutter-starter-kit-18415e739fb6) - Guide by the experts by [Beyza Sunay Guler](https://twitter.com/BeyzaSunayGler1) & [Nawal Alhamwi](https://twitter.com/__nawalhmw).
693 |
694 |
695 | ## Community
696 |
697 | ### Presentation material
698 |
699 | - [Logo](https://drive.google.com/drive/folders/1GDGdQ0ghrxTNTx6aZLT41eV5sPZvV7bU) - Logo for stickers impressions.
700 |
701 | ### Communication
702 |
703 | - [Gitter](https://gitter.im/flutter/flutter) - Exchange channel.
704 | - [r/FlutterDev](https://www.reddit.com/r/FlutterDev/) - Reddit community by [u/JaapVermeulen](https://www.reddit.com/user/JaapVermeulen).
705 | - [Discord](https://discord.gg/N7Yshp4) - Discord server to discuss and get help by [Pritykin](https://twitter.com/AndrewPritykin).
706 | - [Flutter Community](https://github.com/fluttercommunity) - Central place for community made packages.
707 | - [OpenFlutter](https://github.com/OpenFlutter) - Make it easier 让 Flutter 更简单.
708 | - [Hashnode](https://hashnode.com/n/flutter) - Read and write posts, participate in discussions or ask questions.
709 |
710 | #### Misc
711 |
712 | - [Flutter Events](https://flutterevents.com) - An open list of Flutter events by [@hillelcoren](https://twitter.com/hillelcoren).
713 | - [FlutterX](https://flutterx.com) - Searchable list of resources by [Hillel Coren](https://twitter.com/hillelcoren).
714 |
715 | ### 🇦🇴 Angola
716 | - Facebook [Group](https://facebook.com/groups/556888664681938)
717 | - Facebook [Page](https://facebook.com/Flutter-Angola-2076395262380886/)
718 | - Twitter [Page](https://twitter.com/AngolaFlutter)
719 |
720 | ### 🇦🇺 Australia
721 | - Slack [GDG Sydney](https://gdg-sydney.slack.com)
722 | - Meetup [GDG Sydney](https://www.meetup.com/gdgsydney)
723 | - Twitter [Flutter Sydney](https://twitter.com/FlutterSydney)
724 |
725 | ### Bangladesh
726 | - [Facebook Group](https://www.facebook.com/groups/flutter.bangladesh/)
727 |
728 | ### 🇧🇷 Brazil
729 | - Slack [Flutter Brasil](https://flutterbr.slack.com)
730 | - Medium [Flutter Comunidade BR](https://medium.com/flutter-comunidade-br)
731 | - Twitter [Flutter Comunidade BR](https://twitter.com/br_flutter)
732 | - Meetup [São Paulo](https://www.meetup.com/flutter-sp)
733 | - [Flutter para iniciantes](https://www.flutterparainiciantes.com.br)
734 |
735 | ### cm Cameroon
736 |
737 | - Twitter [Flutter Cameroon](https://twitter.com/fluttercm)
738 | - Telegram [Flutter & Dart Community CM](https://t.me/fluttercameroon)
739 |
740 | ### 🇨🇦 Canada
741 |
742 | - Meetup [Toronto](https://www.meetup.com/FlutterToronto)
743 | - Meetup [Montreal](https://www.meetup.com/FlutterMontreal)
744 | - Meetup [Calgary](https://www.meetup.com/FlutterCalgary)
745 |
746 | ### 🇨🇮 Côte d'Ivoire (Ivory Coast)
747 |
748 | - Facebook [Page](https://web.facebook.com/flutterci/)
749 | - Facebook [Group](https://web.facebook.com/groups/1725273507587759/)
750 |
751 | ### 🇩🇰 Denmark
752 |
753 | - Meetup [Denmark](https://www.meetup.com/Flutter-Developers-Denmark/)
754 |
755 | ### 🇪🇹 Ethiopia
756 |
757 | - [Telegram](https://t.me/flutter_forum/)
758 |
759 | ### 🇫🇷 France
760 |
761 | - Meetup [Bordeaux](https://www.meetup.com/fr-FR/Flutter-Bordeaux) - [Lille](https://www.meetup.com/fr-FR/Flutter-Lille) - [Paris](https://www.meetup.com/fr-FR/Flutter-Paris) - [Rennes](https://www.meetup.com/fr-FR/Flutter-Rennes)
762 | - [Twitter](https://twitter.com/FlutterFrance)
763 | - [Slack](https://linktr.ee/flutter_france)
764 | - [Newsletter Flutter Digest](https://www.flutter-digest.com/)
765 |
766 | ### 🇩🇪 Germany
767 |
768 | - Meetup [Berlin](https://www.meetup.com/flutter-berlin/) - [Düsseldorf](https://www.meetup.com/flutter-school/) - [Karlsruhe](https://www.meetup.com/Karlsruhe-Flutter-Meetup/) - [Hamburg](https://www.meetup.com/Flutter-Hamburg/) - [Stuttgart](https://www.meetup.com/Flutter-Stuttgart/) - [Munich](https://www.meetup.com/Flutter-Munich)
769 | - Twitter [Flutter Berlin](https://twitter.com/flutterBerlin) - [Düsseldorf](https://twitter.com/flutter_school) - [Munich](https://twitter.com/FlutterMunich)
770 | - Slack [Flutter Berlin](https://flutterberlin.slack.com/join/shared_invite/enQtMzQ1NDI0NjU4Mjc5LWVjOTg0NmUxZmU4YzZjZjFkMWNjYWYyYTI5NjMyZWE5MDZjNDM0YzgyNWQyM2EzM2E0NDE4ZmQyMzQyMzRlNjI)
771 | - LinkedIn [Munich](https://www.linkedin.com/company/Flutter-Munich)
772 |
773 | ### 🇬🇷 Greece
774 |
775 | - Meetup [Athens](https://www.meetup.com/Athens-Flutter-Group/)
776 | - Slack [Flutter GR](https://join.slack.com/t/fluttergr/shared_invite/enQtNzQwODM2NzIxOTg0LWFjNWYxYzkyMTdmYWQ4ZWYyMWI2YjcyOTI4YzAzYjY2Nzk3OWNkMTkwZGRjNjRiMGFlNzgyOGRhMmEyZTQ3MmM)
777 |
778 | ### 🇮🇹 Italy
779 | - Telegram [Flutter Italia Developers](https://t.me/flutteritdevs)
780 | - Website [flutteritalia.dev](https://flutteritalia.dev)
781 |
782 | ### 🇮🇳 India
783 | - Telegram [Flutter India 🇮🇳](https://t.me/flutterindia)
784 |
785 | ### 🇮🇱 Israel
786 | - Facebook [Flutter Israel Developers](https://www.facebook.com/groups/2779846762051712)
787 |
788 | ### 🇮🇩 Indonesia
789 | - Telegram [Flutter Indonesia](https://t.me/flutter_id)
790 |
791 | ### 🇯🇵 Japan
792 |
793 | - Meetup [Tokyo Flutter Developers](https://www.meetup.com/Tokyo-Flutter/)
794 |
795 | ### 🇰🇪 Kenya
796 | - Meetup [Flutter Developers Kenya](https://www.meetup.com/KenyaFlutterDev/)
797 | - Twitter [Flutter Developers Kenya](https://twitter.com/KenyaFlutterDev/)
798 |
799 | ### 🇰🇷 Korea
800 |
801 | - Meetup [Flutter Korea](https://www.meetup.com/ko-KR/Flutter-Korea/)
802 | - Facebook [Flutter Korea User Group](https://www.facebook.com/groups/flutterkorea/)
803 | - Slack [GDG Korea #flutter channel](http://slack.gdg.kr/)
804 |
805 | ### 🇲🇾 Malaysia
806 |
807 | - Telegram [Flutter/Dart Dev Malaysia](https://t.me/flutterdevmalaysia)
808 |
809 | ### 🇳🇬 Nigeria
810 |
811 | - Slack [DevCenter Square](https://devcenter-square-slack.herokuapp.com)
812 | - Telegram [FlutterLagos](https://t.me/joinchat/PAH0fVA0l7F_zMM537lo9w)
813 | - Twitter [FlutterLagos](https://twitter.com/FlutterLagos)
814 |
815 | ### 🇵🇰 Pakistan
816 |
817 | - [Facebook Group](https://www.facebook.com/groups/FlutterPK/)
818 |
819 | ### 🇵🇭 Philippines
820 | - [Website](https://flutter.ph/)
821 | - [Meetup](https://www.meetup.com/flutterph/)
822 | - [Twitter](https://twitter.com/flutter_ph)
823 | - [Facebook Page](https://web.facebook.com/flutterphilippines/)
824 | - [Facebook Group](https://web.facebook.com/groups/flutterphilippines/)
825 | - [Github](https://github.com/flutterph)
826 |
827 | ### 🇵🇱 Poland
828 | - [Flutter Developers Poland Facebook Group](https://www.facebook.com/groups/2228619364094561/about/)
829 | - [Flutter Poland Slack workspace](http://bit.ly/flutter-pl-slack)
830 | - [Flutter Warsaw Meetup](https://www.meetup.com/Flutter-Warsaw/)
831 | - [Flutter Warsaw Twitter](https://twitter.com/flutterwarsaw)
832 | - [Flutter Warsaw YouTube Channel](https://www.youtube.com/channel/UCO7yMprO8cFwV4QnuhTMVlQ)
833 | - [Poznan Flutter Developer Group](https://www.meetup.com/poznan-flutter-developers/)
834 | - [Flutter Wrocław Meetup](https://www.meetup.com/Flutter-Wroc%C5%82aw/)
835 | - Meetup [Tricity](https://www.meetup.com/pl-PL/Flutter-Tricity/)
836 | - Twitter [Tricity](https://twitter.com/FlutterTricity/)
837 |
838 | ### 🇵🇹 Portugal
839 | - [Meetup](https://www.meetup.com/flutterportugal)
840 |
841 | ### 🇵🇪 Peru
842 |
843 | - Facebook [Flutter Peru Group](https://www.facebook.com/groups/flutterperu/)
844 | - Meetup [Flutter Peru](https://meetup.com/Flutter-Peru/)
845 | - Twitter [Flutter Peru](https://twitter.com/FlutterPeru)
846 |
847 | ### 🇷🇺 Russia
848 |
849 | - [Telegram](https://t.me/rudart)
850 |
851 | ### 🇪🇸 Spain
852 |
853 | - [Madrid Community](https://flutter.madrid)
854 | - [Madrid Meetup](https://www.meetup.com/es-ES/Flutter-Madrid)
855 | - [Madrid Twitter](https://twitter.com/FlutterMadrid)
856 |
857 |
858 | ### 🇱🇰 Sri Lanka
859 |
860 | - [Gitter](https://gitter.im/Colombo-Flutter-Community)
861 | - [Slack](https://fluttercmb.slack.com/)
862 | - [Community GitHub Page](https://github.com/Colombo-Flutter-Meetup)
863 | - [Facebook Page](https://www.facebook.com/flutterCMB/)
864 |
865 | ### 🇹🇷 Turkey
866 |
867 | - [Twitter](https://twitter.com/flutter_turkiye)
868 | - [Medium](https://medium.com/flutter-türkiye/)
869 | - [Telegram Channel](https://t.me/FlutterTurk)
870 | - [Telegram Group](https://t.me/FlutterTR)
871 | - [Slack](https://bit.ly/flutterTR)
872 | - [Github](https://github.com/flutterturkey)
873 |
874 | ### 🇺🇦 Ukraine
875 | - [Telegram](https://t.me/artflutter)
876 | - [Twitter](https://twitter.com/ArtFlutter)
877 |
878 | ### 🇬🇧 United Kingdom
879 |
880 | - [Flutter London](https://flutterldn.dev/)
881 | - Meetup [London](https://www.meetup.com/FlutterLDN/)
882 | - [Twitter](https://twitter.com/FlutterLDN)
883 | - [YouTube](https://www.youtube.com/channel/UC_a-vGdkAIRMKT1zzZ4I2ag)
884 |
885 | ### 🇺🇸 United States
886 |
887 | - Meetup [Chicago](https://www.meetup.com/Flutter-Chicago/)
888 | - Meetup [Washington DC] (https://www.meetup.com/DCFlutter/)
889 |
890 | ### 🏴 Kurdistan
891 |
892 | - Meetup [Kurdistan](https://www.meetup.com/Flutter-Kurdistan/)
893 |
894 | ### 🇳🇴 Norway
895 | - [Meetup Oslo](https://www.meetup.com/Oslo-Flutter-Dart-Meetup/)
896 | - [Meetup Stavanger](https://www.meetup.com/Flutter-Stavanger/)
897 | - [Twitter](https://twitter.com/flutterNorway)
898 |
899 | ### 🇺🇿 Uzbekistan
900 | - [Telegram](https://t.me/dartdevuz)
901 |
902 | ## License
903 |
904 | [](https://creativecommons.org/publicdomain/zero/1.0/)
905 |
906 | To the extent possible under law, [Robert Felker](https://www.linkedin.com/in/robert-felker/) has waived all copyright and related or neighboring rights to this work.
--------------------------------------------------------------------------------
/contributing.md:
--------------------------------------------------------------------------------
1 | # Contribution Guidelines
2 |
3 | Please note that this project is released with a [Contributor Code of Conduct](https://github.com/spring-projects/spring-framework/blob/master/CODE_OF_CONDUCT.adoc). By participating in this project you agree to abide by its terms.
4 |
5 | - 35 stars minimum are required to apply, it mean your project hold interest
6 | - Paid solutions are not allowed anymore in any forms only free projects to be fair to everyone
7 | - If you commit for fame or money interests instead of contributing to the community I'll close instantly
8 | - Use a meaningful name to your commit or I'll close it instantly, Update source.md is NOT a name
9 | - Do not commit on README, use SOURCE.md !
10 | - Does your app bring something really interesting ?
11 | - Is there a direct link so I we can check the details of your repo ?
12 | - Flutter is all about UI, use screenshots and animated media for your widget
13 | - Remember the team is giving its own time to help the community. This is not a paid job yet it take a lot of time to curate and review.
14 |
15 | When your contribution is accepted you can add the Awesome Flutter Badge to your repository
16 | thus signaling the quality of your work and linking to others authors Awesome projets
17 |
18 |
19 |
20 |
21 |
22 | ```
23 |
24 |
25 |
26 | ```
27 |
28 |
29 | Ensure your pull request adheres to the following guidelines:
30 |
31 | - Search previous suggestions before making a new one, as yours may be a duplicate.
32 | - Suggested packages should be tested and documented.
33 | - The pull request should have a meaningful title and include a link to the package / resource and why it's awesome.
34 | - Make an individual pull request for each suggestion.
35 | - Use the following format: `[resource](link) - Description by [Author](link to author)`
36 | - Use [title-casing](http://titlecapitalization.com) (AP style).
37 | - Additions should be added to the bottom of the relevant category.
38 | - New categories, or improvements to the existing categorization are welcome.
39 | - Keep descriptions short and simple, but descriptive.
40 | - Don't mention `Flutter` in the description as it's implied.
41 | - Start the description with a capital.
42 | - Check your spelling and grammar.
43 | - Make sure your text editor is set to remove trailing whitespace.
44 |
45 | Thank you for your suggestions!
46 |
47 |
--------------------------------------------------------------------------------
/source.md:
--------------------------------------------------------------------------------
1 | [
](https://flutter.dev/)
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.
18 | If you appreciate the content 📖, support projects visibility, give 👍| ⭐| 👏
19 |
20 |
21 |
22 |
23 |
24 | |
25 |
26 |
27 | |
28 |
29 |
30 | |
31 |
32 |
33 |
34 | |
35 |
36 |
37 |
38 |
39 | ## Contents
40 |
41 | - [Articles](#articles)
42 | - [Videos](#videos)
43 | - [Components](#components)
44 | - [Navigation](#navigation)
45 | - [Template](#templates)
46 | - [Plugins](#plugins)
47 | - [Frameworks](#frameworks)
48 | - [Experimental](#experimental)
49 | - [Gaming](#gaming)
50 | - [Open Source Apps](#open-source-apps)
51 | - [Web](#web)
52 | - [Utilities](#utilities)
53 | - [Books](#books)
54 | - [Bonus](#bonus)
55 | - [Jobs](#jobs)
56 | - [Community](#community)
57 |
58 | ## Articles
59 |
60 | ### Introduction
61 |
62 | - [Google IO 2018](https://medium.com/flutter-io/building-beautiful-flexible-user-interfaces-with-flutter-material-theming-and-official-material-13ae9279ef19) - Building beautiful, flexible user interfaces
63 | - [Presentation](https://speakerdeck.com/hjjunior/why-i-chose-flutter) - by [Helio S. Junior](https://github.com/hjJunior)
64 | - [Flutter Web](https://medium.com/flutter-community/ins-and-outs-of-flutter-web-7a82721dc19a) - Ins and Outs of Flutter Web by [Nash](https://github.com/nash0x7e2)
65 |
66 | ### Websites / Blogs
67 |
68 | - [Welcome to Flutter](https://didierboelens.com) - English and French blog dedicated to providing practical solutions to most asked questions about Flutter by Didier Boelens
69 | - [SZAŁKO-BLOG](https://marcinszalek.pl/) - Step by step advanced design by [Marcin Szalek](https://marcinszalek.pl).
70 | - [Flutter by Example](https://flutterbyexample.com/) - Tutorials based on Redux, Firebase, Custom Animations, and UI
71 | - [Flutter Institute](https://flutter.institute/) - Very original content and tutorials by [Brian Armstrong](https://twitter.com/flutterinst)
72 | - [Iirokrankka.com](https://iirokrankka.com/) - Articles and tutorials and anything related by [Iiro Krankka](https://twitter.com/koorankka).
73 | - [Norbert](https://medium.com/@norbertkozsir) - In depth articles, features and app creation by [Norbert515](https://github.com/Norbert515)
74 | - [Flutter Tips](https://medium.com/@diegoveloper) - Articles, tips & tricks in the development by [Diego Velásquez](https://twitter.com/diegoveloper)
75 | - [FilledStacks](https://www.filledstacks.com/) - Tutorials and guides on development by [Dane Mackier](https://www.instagram.com/filledstacks/)
76 | - [Awesome Flutter tips](https://github.com/erluxman/awesomefluttertips/) - Tips to help developers increase productivity by [erluxman](https://twitter.com/erluxman/).
77 |
78 | ### Tutorial
79 |
80 | - [Animated Chat](https://codelabs.developers.google.com/codelabs/flutter/#0) - Building beautiful UIs by Google Code Labs
81 | - [Firebase Chat](https://codelabs.developers.google.com/codelabs/flutter-firebase/#0) - Firebase integration by Google Code Labs
82 | - [Planets-Flutter: from design to app](http://sergiandreplace.com/2017/09/planets-flutter-from-design-to-app) - Detailed planets design tutorial
83 | - [Todo List](https://github.com/lesnitsky/todolist_flutter) – Step by step tutorial how to build Todo List with Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_dev)
84 | - [Flutter and Dart development](https://suragch.medium.com/flutter-and-dart-development-articles-981be9ef7b23) - Articles and tutorials by [Suragch](https://twitter.com/Suragch1)
85 |
86 | ### Beginner
87 |
88 | - [Roadmap to Flutter Development](https://github.com/olexale/flutter_roadmap) - Visual roadmap with principles, patterns, and frameworks for Flutter newbies by [Olexandr Leuschenko](https://github.com/olexale).
89 | - [Layout Cheat Sheet](https://medium.com/flutter-community/flutter-layout-cheat-sheet-5363348d037e) - Extensive examples of layout widgets by [Tomek Polański](https://github.com/tomaszpolanski)
90 | - [Getting Started with Flutter](https://www.raywenderlich.com/24499516-getting-started-with-flutter) - by [raywenderlich.com](https://www.raywenderlich.com)
91 | - [Beginner's Guide](https://github.com/antz22/ultimate-guide-to-flutter) - Comprehensive guide to the basics of Flutter and Firebase by [Anthony](https://github.com/antz22)
92 |
93 | ### Intermediate
94 |
95 | - [Flutter state management for minimalists](https://suragch.medium.com/flutter-state-management-for-minimalists-4c71a2f2f0c1?sk=6f9cedfb550ca9cc7f88317e2e7055a0) - Understanding app architecture without relying on third-party frameworks by [Suragch](https://twitter.com/Suragch1). See also [State Management](#state-management)
96 |
97 | ### Advanced
98 |
99 | - [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) and [Let's build a render tree](https://www.youtube.com/watch?v=VsYbFnucHsU) - Engine architecture by Adam Barth
100 | - [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515)
101 | - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan)
102 | - [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) - Flutter Deep Dive: Gestures by [Nash](https://github.com/nash0x7e2)
103 | - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com)
104 | - [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/)
105 | - [Inherited Widget](https://medium.com/@chemamolins/is-flutters-inheritedwidget-a-good-fit-to-hold-app-state-2ec5b33d023e) - Flutter’s InheritedWidget to hold app state by [Chema Molins](https://github.com/jmolins)
106 | - [From Mobile to Desktop](https://medium.com/flutter-community/flutter-from-mobile-to-desktop-93635e8de64e) - Building applications for smartphones and desktops by [Marcelo Henrique Neppel](https://neppel.com.br)
107 | - [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler)
108 | - [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde)
109 |
110 | ### Howtos
111 |
112 | - [Parallax Effect](https://marcinszalek.pl/flutter/tickets-challenge-parallax) - Parallax & non linear animation by [Marcin Szalek](https://marcinszalek.pl).
113 | - [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo)
114 | - [Build Flavor](https://medium.com/@angeloavv/easily-build-flavors-in-flutter-android-and-ios-with-flutter-flavorizr-d48cbf956e4) - Easily build flavors in Flutter (Android and iOS) with flutter_flavorizr by [Angelo Cassano](https://medium.com/@angeloavv)
115 |
116 | ## Videos
117 |
118 | - [Boring Show](https://www.youtube.com/watch?v=CPmN4-i9zC8&list=PLOU2XLYxmsIK0r_D-zWcmJ1plIcDNnRkK) - Exploration with the Flutter Team.
119 | - [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) - Very rich content by [Tensor Programming](http://tensor-programming.com/)
120 | - [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan)
121 | - [Flutter in Practice](https://www.youtube.com/playlist?list=PLhXZp00uXBk5TSY6YOdmpzp1yG3QbFvrN) - Free video courssd for beginners & non-programmers by [Zaiste](https://zaiste.net/)
122 | - [Whatsupcoders](https://www.youtube.com/c/whatsupcoders) - Free video series on Flutter Widgets by [Kamal](https://github.com/whatsupcoders)
123 | - [Reso Coder](https://www.youtube.com/channel/UCSIvrn68cUk8CS8MbtBmBkA) - Intermediate and advanced videos by [Matej Rešetár](https://github.com/ResoCoder)
124 |
125 | ## Components
126 |
127 | ### Demonstrations
128 |
129 | - [Official Gallery](https://github.com/flutter/gallery) - Demo for the material design widgets provided by Flutter Team
130 | - [Flutter Examples](https://github.com/nisrulz/flutter-examples) - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz)
131 | - [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) - showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei)
132 | - [Generative Art](https://github.com/Solido/flutter-d-art) - Generative Art by [Robert Felker](https://github.com/Solido)
133 |
134 |
135 | ### UI
136 |
137 | - [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar)
138 | - [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts)
139 | - [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu)
140 | - [Flip Panel](https://github.com/hnvn/flutter_flip_panel) - Flip panel with built-in animation by [HungHD](https://github.com/hnvn)
141 | - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) - Facebook reactions widget by [Duy Tran](https://github.com/duytq94)
142 | - [Flushbar](https://github.com/AndreHaueisen/flushbar) - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen)
143 | - [Stepper Touch](https://github.com/Rahiche/stepper_touch) - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche).
144 | - [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali)
145 | - [Snaplist](https://github.com/ariedov/flutter_snaplist) - Create snappable list views by [David Leibovych](https://github.com/ariedov)
146 | - [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung)
147 | - [Folding Cell](https://github.com/faob-dev/folding_cell) - Fold your widget by [Faob](https://github.com/faob-dev)
148 | - [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/).
149 | - [Slide Container](https://pub.dev/packages/slide_container) Slide vertically and horizontally with a smooth dampened motion by [Quentin Le Guennec](https://github.com/quentinleguennec).
150 | - [Direct Select](https://github.com/LanarsInc/direct-select-flutter) - Selection widget with an ethereal, full-screen modal popup by [Ivan Yatsouba](https://github.com/iyatsouba).
151 | - [Before After](https://github.com/xsahil03x/before_after) - Beautiful slider which makes it easier to display the difference between two images, by [Sahil Kumar](https://github.com/xsahil03x).
152 | - [Scratcher](https://github.com/vintage/scratcher) - Scratch card widget which temporarily hides content from user, by [Kamil Rykowski](https://github.com/vintage).
153 | - [Image Sequence Animator](https://github.com/aliyigitbireroglu/flutter-image-sequence-animator) - A simple widget for animating a set of images with full custom controls as an alternative to using a GIF file by [Ali Yigit Bireroglu](https://github.com/aliyigitbireroglu).
154 | - [Beautiful_Popup](https://github.com/jaweii/Flutter_beautiful_popup) - Beautify your app popup by [jaweii](https://github.com/jaweii).
155 | - [Credit Card Form](https://github.com/Origogi/Flutter-Credit-Card-Input) - Animated credit card input form [Origogi](https://github.com/Origogi).
156 | - [Animated Selection Slide](https://github.com/sbilketay/animated_selection_slide) An animated selection widget by swiping by [Sezgin Bilgetay](https://github.com/sbilketay).
157 | - [Flutter Tags](https://github.com/Dn-a/flutter_tags) - Tags with different customizations by [Di Natale Antonino](https://github.com/Dn-a).
158 | - [Flutter Neumorphic](https://github.com/Idean/Flutter-Neumorphic) - Ready to use Neumorphic kit for Flutter with 🕶️ dark mode.
159 | - [Dough](https://github.com/HatFeather/flutter_dough) - Widgets for a squishy user interface by [Josiah Saunders](https://github.com/HatFeather).
160 | - [Card Settings](https://github.com/codegrue/card_settings) - package for building settings forms by [codegrue](https://github.com/codegrue).
161 | - [Timelines](https://github.com/chulwoo-park/timelines) - Powerful & Easy to use timeline package by [Chulwoo Park](https://github.com/chulwoo-park).
162 | - [Timeline Tile](https://github.com/JHBitencourt/timeline_tile) - A tile to help build beautiful and customisable timelines by [Julio Bitencourt](https://github.com/JHBitencourt).
163 | - [Rounded Loading Button](https://github.com/chrisedg87/flutter_rounded_loading_button) - Button with a loading indicator, complete with success and error animations by [Chris Edgington](https://twitter.com/ChrisTheEdg)
164 | - [PlutoGrid](https://github.com/bosskmk/pluto_grid) - Web and desktop datagrid that can be controlled by the keyboard by [bosskmk](https://github.com/bosskmk).
165 |
166 | #### Sticky Headers
167 |
168 | - [Sticky Infinite List](https://github.com/TatsuUkraine/flutter_sticky_infinite_list) - Highly configurable multi directional infinite list with Sticky Headers by [TatsuUkraine](https://github.com/TatsuUkraine)
169 | - [Sticky Header](https://github.com/letsar/flutter_sticky_header) - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar)
170 | - [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/)
171 |
172 | #### Drawers
173 |
174 | - [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec).
175 | - [Flutter Inner Drawer](https://github.com/Dn-a/flutter_inner_drawer) - Easy way to create an internal drawer (left / right) where you can enter a list-menu or other by [Di Natale Antonino](https://github.com/Dn-a).
176 |
177 | #### Bottom bars
178 |
179 | - [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen).
180 | - [Circular Bottom Navigation](https://github.com/imaNNeoFighT/circular_bottom_navigation) - Beautiful animated bottom navigation bar by [Iman Khoshabi](https://github.com/imaNNeoFighT).
181 | - [Bottom Navy Bar](https://github.com/pedromassango/bottom_navy_bar) - Beautiful and colorful animated bottom navigation bar by [Pedro Massango](https://github.com/pedromassango).
182 | - [Titled Navigation Bar](https://github.com/pedromassango/titled_navigation_bar) - Animated bottom navigation bar that switch between icon and title by [Pedro Massango](http://github.com/pedromassango)
183 | - [Google Nav Bar](https://github.com/sooxt98/google_nav_bar) - A modern google style nav bar for flutter by [Sooxt98](http://github.com/sooxt98)
184 |
185 | #### Bottom Sheets
186 | - [Rubber Bottom Sheet](https://github.com/mcrovero/rubber) - Elastic material bottom sheet by [Mattia Crovero](https://github.com/mcrovero).
187 | - [Modal Bottom Sheet](https://github.com/jamesblasco/modal_bottom_sheet) - Modal bottom sheet with Material, Cupertino iOS13 or custom appareance by [Jaime Blasco](https://github.com/jamesblasco).
188 |
189 | #### Sliders
190 |
191 | - [RangeSlider](https://github.com/boeledi/RangeSlider) - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com)
192 | - [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna)
193 | - [Flutter Xlider](https://github.com/Ali-Azmoud/flutter_xlider) - A material design slider and range slider, horizontal and vertical, with RTL support by [Ali-Azmoud](https://github.com/Ali-Azmoud)
194 |
195 | #### UI Helpers
196 |
197 | - [Reorderables](https://github.com/hanshengchiu/reorderables) - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu).
198 | - [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/).
199 | - [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot).
200 | - [Offline](https://github.com/jogboms/flutter_offline) - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms).
201 | - [Scroll To Index](https://github.com/quire-io/scroll-to-index) - Scroll to specified child element with given index for SliverList/ListView by [Jerry Chen](https://github.com/jerrywell/).
202 | - [In View Notifier List](https://github.com/rvamsikrishna/inview_notifier_list) - ListView that notify when widgets are on screen within a provided area by [Vamsi Krishna](https://github.com/rvamsikrishna).
203 | - [ShowCaseView](https://github.com/simformsolutions/flutter_showcaseview) - Way to showcase your app features on iOS and Android by [Simform](https://github.com/simformsolutions)
204 |
205 | #### Material Design
206 |
207 | - [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins)
208 | - [Slidable](https://github.com/letsar/flutter_slidable) - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar)
209 |
210 | #### Cupertino Design
211 |
212 | - [Peek & Pop](https://github.com/aliyigitbireroglu/flutter-peek-and-pop) - Peek & Pop implementation based on the iOS functionality by [Ali Yigit Bireroglu](https://github.com/aliyigitbireroglu)
213 |
214 | #### Effect
215 |
216 | - [Frosted Glass](http://stackoverflow.com/questions/43550853/how-do-i-do-the-frosted-glass-effect-in-flutter) - Render effect by [Collin Jackson](http://www.collinjackson.com)
217 | - [Parallax](https://github.com/FlutterRocks/page-transformer) - ViewPager by [Iiro Krankka](https://github.com/roughike)
218 | - [Shimmer](https://github.com/hnvn/flutter_shimmer) - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn)
219 | - [Wave](https://github.com/i-protoss/wave) - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower)
220 | - [Liquid Swipe](https://github.com/iamSahdeep/liquid_swipe_flutter) - Liquid swipe to your stacked containers by [Sahdeep Singh](https://github.com/iamSahdeep)
221 | - [PhotoFilters](https://github.com/skkallayath/photofilters) - Apply filters to an image by [Sharafudheen KK](https://github.com/skkallayath).
222 | - [Shine](https://github.com/JonathanMonga/flutter_shine.dart) - Pretty shadows with dynamic light positions by [Jonathan Monga](https://github.com/JonathanMonga/).
223 | - [Clay Containers](https://github.com/mcaubrey/clay_containers) - Neumorphic widget primitives to serve as the foundation of your own designs by [Michael Charles](https://github.com/mcaubrey).
224 |
225 | #### Calendar
226 |
227 | - [Calendar Widget](https://github.com/pinkfish/flutter_calendar) - Calendar widget by [David Bennett](https://github.com/pinkfish)
228 | - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel)
229 | - [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak)
230 | - [Time Planner](https://github.com/Jamalianpour/time_planner) - A beautiful, easy to use and customizable time planner for flutter mobile, desktop and web by [Mohammad Jamalianpour](https://github.com/Jamalianpour)
231 |
232 |
233 | #### Login
234 |
235 | - [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika)
236 | - [Flutter Login](https://github.com/NearHuscarl/flutter_login) - Login widget with slick animation from start to finish by [NearHuscarl](https://github.com/NearHuscarl)
237 |
238 | #### Backend-Driven
239 |
240 | - [Dynamic Widget](https://github.com/dengyin2000/dynamic_widget) - Build your dynamic UI with json, and the json format is very similar with flutter widget code by [Denny Deng](https://github.com/dengyin2000).
241 |
242 | ### Image
243 |
244 | - [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014)
245 | - [Parallax Image](https://github.com/pulyaevskiy/parallax-image) - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy)
246 | - [Photo View](https://github.com/renancaraujo/photo_view) - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo)
247 | - [SVG](https://github.com/dnfield/flutter_svg) - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield)
248 | - [Image Cropper](https://github.com/hnvn/flutter_image_cropper) - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn)
249 | - [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) - Show images from the internet and keep them in the cache directory by
250 | - [Lottie](https://github.com/xvrh/lottie-flutter) - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [xvrh](https://github.com/xvrh/lottie-flutter)
251 | - [Bitmap](https://github.com/renancaraujo/bitmap) - Perform Bitmap manipulations (such as contrast and exposure) with a help from the Dart FFI by [Renan C. Araújo](https://github.com/renancaraujo)
252 | - [Crop](https://github.com/xclud/flutter_crop) - Crop any widget/image in Android, iOS, Web and Desktop by [Mahdi K. Fard](https://github.com/xclud/)
253 |
254 | #### Image Picker
255 |
256 | - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com)
257 | - [WeChat Assets Picker](https://github.com/fluttercandies/flutter_wechat_assets_picker) - Assets picker in WeChat style, support multi assets by [Alex Li](https://github.com/AlexV525).
258 |
259 | ### Map
260 |
261 | - [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/)
262 | - [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com)
263 | - [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) - Interactive, customizable vector maps by Mapbox
264 | - [AMap](https://github.com/fluttify-project/amap_map_fluttify) - Access to AMap services(高德地图) by [fluttify-project](https://github.com/fluttify-project)
265 |
266 | ### Charts
267 |
268 | - [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts)
269 | - [Sparkline](https://github.com/xqwzts/flutter_sparkline) - Sparkline by [Victor Choueiri](https://github.com/xqwzts)
270 | - [Charts](https://github.com/google/charts) - By Google Charts Team
271 | - [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy)
272 | - [FCharts](https://github.com/thekeenant/fcharts) - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com)
273 | - [FL Chart](https://github.com/imaNNeoFighT/fl_chart) - Draw fantastic charts in Flutter by [Iman Khoshabi](http://www.ikhoshabi.com)
274 | - [Bezier Chart](https://github.com/aeyrium/bezier-chart) - Beautiful bezier line chart widget for flutter that is highly interactive and configurable by [Diego Velasquez](https://twitter.com/diegoveloper)
275 | - [Echarts](https://github.com/entronad/flutter_echarts) - Large collection of advanced reactives charts by [LIN Chen](https://github.com/entronad)
276 | - [Graphic](https://github.com/entronad/graphic) - Data visualization library based on the Grammar of Graphics by [LIN Chen](https://github.com/entronad)
277 |
278 | ### Navigation
279 |
280 | - [Fluro](https://github.com/goposse/fluro) - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com)
281 | - [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante)
282 | - [Deep Link Navigation](https://github.com/Dennis-Krasnov/Flutter-Deep-Link-Navigation) - Elegant abstraction for complete deep linking navigation in Flutter by [Dennis Krasnov](https://denniskrasnov.com)
283 | - [Get](https://github.com/jonataslaw/get) - Navigate between screens & display snackbars/dialogs/bottomSheets without context by [Jonny Borges](https://github.com/jonataslaw)
284 | - [Beamer](https://github.com/slovnicki/beamer) - Route through guarded page stacks and URLs using the Navigator 2.0 API effortlessly by [Sandro Lovnički](https://github.com/slovnicki)
285 |
286 | ### Auth
287 |
288 | - [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android
289 | - [Login](https://github.com/AppleEducate/flutter_login) - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com)
290 | - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth
291 | - [Firebase Auth](https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth) - Firebase OAuth
292 | - [Facebook Login](https://github.com/roughike/flutter_facebook_login) - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike)
293 | - [Apple Sign-In](https://github.com/tomgilder/flutter_apple_sign_in) - Apple sign in by [Tom Gilder](https://github.com/tomgilder)
294 | - [OAuth](https://github.com/hitherejoe/FlutterOAuth) - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com)
295 | - [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise)
296 | - [SimpleAuth](https://github.com/Clancey/simple_auth) - Azure Active Directory, Amazon, Dropbox, Facebook, Github, Google, Instagram, Linked In, Microsoft Live Connect, Github, OAuth, Basic Auth by [James Clancey](https://github.com/Clancey)
297 | - [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) - Plugin that provides a wrapper around the AppAuth iOS and Android SDKs by [Michael Bui](https://github.com/MaikuB)
298 |
299 | ### Text & Rich Content
300 |
301 | - [Markdown](https://github.com/flutter/flutter_markdown) - Markdown renderer for Flutter. It supports the original format, but no inline html
302 | - [Masked Text](https://github.com/benhurott/flutter-masked-text) - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott)
303 | - [Zefyr](https://github.com/memspace/zefyr) - Soft & gentle rich text editor by [Memspace](https://github.com/memspace/zefyr)
304 | - [AutoSizeText](https://github.com/leisim/auto_size_text) - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim).
305 | - [Parsed Text](https://github.com/fayeed/flutter_parsed_text) - Interactive text based on content recognition, also supports Regex by [Fayeed Pawaskar](https://github.com/fayeed/)
306 | - [TeX](https://github.com/shah-xad/flutter_tex) - Render Mathematics Equations with full HTML and JavaScript support by [Shahzad Akram](https://github.com/shah-xad)
307 | - [Code Field](https://github.com/BertrandBev/code_field) - Customizable code field widget supporting syntax highlighting by [Bertrand Bevillard](https://github.com/BertrandBev)
308 |
309 | ### Analytics
310 |
311 | - [Usage](https://github.com/dart-lang/usage) - Google Analytics wrapper for command-line, web, and Flutter apps
312 | - [Firebase Analytics](https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics) - Connect to Firebase Analytics API
313 | - [Pure Mixpanel](https://github.com/seenickcode/pure_mixpanel) - Analytics for the popular [Mixpanel.com](https://mixpanel.com) [Nick Manning](https://twitter.com/seenickcode)
314 |
315 | ### Internationalization
316 |
317 | - [GenLang](https://github.com/KingWu/gen_lang) - Code generator for Internationalization by [King Wu](https://github.com/KingWu)
318 | - [Flutter Translate](https://github.com/bratan/flutter_translate) - Internationalization (i18n) library by [Florin Bratan](http://bratan.me)
319 | - [attranslate](https://github.com/fkirc/attranslate) - Semi-automated translation of ARB or JSON files by [fkirc](https://github.com/fkirc)
320 |
321 |
322 | ### Styling
323 |
324 | - [Flutterial](https://github.com/rxlabz/flutterial) - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz)
325 | - [Pigment](https://github.com/bregydoc/pigment) - Simple but useful package for use colors in flutter
326 |
327 | ### Media
328 |
329 | #### Audio
330 |
331 | - [Flutter Audio Recorder](https://github.com/shadow-app/flutter_audio_recorder) - Provides full controls and access to recording details such as level metering by [Wenyan Li](https://github.com/nikli2009).
332 | - [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz)
333 | - [Flutter Sound](https://github.com/dooboolab/flutter_sound) - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab)
334 | - [AssetsAudioPlayer](https://github.com/florent37/Flutter-AssetsAudioPlayer) Simultaneous playback of audio from assets/network/file and displaying notifications [android / ios / web / macos]
335 | - [Audio Service](https://pub.dev/packages/audio_service) - System background audio support by [Ryan Heise](https://github.com/ryanheise). [Tutorial](https://suragch.medium.com/background-audio-in-flutter-with-audio-service-and-just-audio-3cce17b4a7d?sk=0837a1b1773e27a4f879ff3072e90305) by [Suragch](https://twitter.com/Suragch1).
336 |
337 | #### Video
338 |
339 | - [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc)
340 | - [Chewie](https://github.com/brianegan/chewie) - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan)
341 | - [Video Trimmer](https://github.com/sbis04/video_trimmer) - Visualise and trim videos by [Souvik Biswas](https://github.com/sbis04)
342 | - [CamerAwesome](https://github.com/Apparence-io/camera_awesome) - Community camera plugin rework by [Apparence.io studio](https://apparence.io)
343 |
344 | #### Voice
345 |
346 | - [Speech Recognition](https://github.com/rxlabz/speech_recognition) - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz)
347 | - [OK Google](https://marcinszalek.pl/flutter/ok-google-flutter/) - Integrate google assistant by [Marcin Szalek](https://marcinszalek.pl/)
348 |
349 | ### Storage
350 |
351 | - [Firebase Storage](https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_storage) - Firebase as data storage
352 | - [Secure Storage](https://github.com/mogol/flutter_secure_storage) - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol)
353 |
354 | #### Preferences
355 |
356 | - [Streaming Shared Preferences](https://github.com/roughike/streaming_shared_preferences) - Reactive key-value store, shared preferences with Streams by [Iiro Krankka](https://github.com/roughike)
357 |
358 | ### Monetization
359 |
360 | - [Admob](https://pub.dev/packages/admob) - GoogleAdmob supports interstitial ads in both iOS and Android by Brett Nesbitt
361 | - [Firebase AdMob](https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_admob) - Ad integration using Firebase
362 | - [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab)
363 | - [Admob Flutter](https://github.com/kmcgill88/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe) & [Kevin McGill](https://github.com/kmcgill88).
364 | - [Facebook Audience Network](https://github.com/dreamsoftin/facebook_audience_network) - Facebook Audience Network Ad plugin that shows banner, interstitial, in-stream video, rewarded video & natvie ads by [Dreamsoft Innovations](https://github.com/dreamsoftin).
365 | - [Square In-App Payments SDK](https://github.com/square/in-app-payments-flutter-plugin) - Take payments by embedding a card entry form in your app that produces nonces from customer-provided card information or digital wallets by [Square](https://github.com/orgs/square)
366 |
367 | ## Templates
368 |
369 | - [Movie Details](https://github.com/FlutterRocks/movie-details-ui) - Movie details page by [Iiro Krankka](https://github.com/roughike)
370 | - [Mates](https://github.com/CodemateLtd/FlutterMates) - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike)
371 | - [Weather](https://github.com/alessandroaime/Weather) - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime)
372 | - [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan)
373 | - [Restaurant Menu](https://github.com/braulio94/menu_flutter) - Restaurant menu by [Braulio Cassule](https://github.com/braulio94)
374 | - [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe)
375 | - [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) - iOS Settings by [Matthias Rupp](https://github.com/matthinc)
376 | - [Music Player](https://github.com/thosakwe/flutter_music_player) - music player component by [Tobe O](https://thosakwe.com/)
377 | - [Dashboard](https://github.com/Ivaskuu/dashboard) - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu)
378 | - [Todo](https://github.com/littlemarc2011/FlutterTodo) - Todo template from Dribble by [Marc L](https://www.marc-little.com/)
379 | - [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika)
380 | - [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan)
381 | - [Book](https://github.com/putraxor/flutter-book-app) - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor)
382 | - [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat)
383 | - [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984)
384 | - [DrawApp](https://github.com/SnakeyHips/drawapp) - Sample Drawing App to demonstrate how to allow user to draw onto canvas with color picker and brush thickness slider by [Jake Gough](https://github.com/SnakeyHips)
385 | - [Starter Kit](https://github.com/KingWu/flutter_starter_kit) - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu)
386 | - [Feather](https://github.com/jhomlala/feather) - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala)
387 | - [Clone UI Challenges](https://github.com/javico2609/flutter-challenges) - Collection of useful UIs clones by [Javier González](https://github.com/javico2609)
388 | - [FlutterFoodybite](https://github.com/JideGuru/FlutterFoodybite) - Beautiful food app UI template by [JideGuru](https://github.com/JideGuru)
389 | - [Flutter Samples](https://github.com/diegoveloper/flutter-samples) - Collection of nice flutter samples by [Diego Velásquez](https://github.com/diegoveloper).
390 | - [ActingWeb First_App](https://github.com/gregertw/actingweb_firstapp) - Starter app with basic elements for a team-developed production-quality app by [Greger Wedel](https://github.com/gregertw)
391 | - [Smart Washing Machine](https://github.com/pawlik92/flutter_whirlpool) - Smart washing machine UI challenge app with Box2D physic engine by [Tomasz Pawlikowski](https://github.com/pawlik92)
392 | - [Beautiful Timelines](https://github.com/JHBitencourt/beautiful_timelines) - A set of beautiful timelines by [Julio Bitencourt](https://github.com/JHBitencourt).
393 |
394 | ### Clone
395 |
396 | - [GitTouch](https://github.com/pd4d10/git-touch) - Open source mobile client for GitHub, GitLab, Bitbucket and Gitea by [Rongjian Zhang](https://github.com/pd4d10)
397 |
398 | ### Machine Learning
399 |
400 | - [MLKit](https://github.com/azihsoyn/flutter_mlkit) - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn)
401 | - [m2cgen](https://github.com/BayesWitnesses/m2cgen) - CLI tool to convert ML models into native Dart code by [BayesWitnesses](https://github.com/BayesWitnesses)
402 |
403 | ### Vision
404 |
405 | - [ML Vision Camera Stream](https://github.com/santetis/flutter_camera_ml_vision) - ML vision recognitions (QRcode, face, ...) with live camera stream by [Aumard Jimmy](https://github.com/jaumard) and [Santetis](https://github.com/santetis).
406 | - [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly)
407 |
408 | #### Augmented Reality
409 |
410 | - [ARKit Plugin](https://github.com/olexale/arkit_flutter_plugin) - Wrapper for ARKit - Apple's augmented reality platform for iOS by [Olexandr Leuschenko](https://github.com/olexale).
411 | - [ARCore Plugin](https://github.com/giandifra/arcore_flutter_plugin) - Augmented reality with ARCore platform by [Gian Marco Di Francesco](https://github.com/giandifra).
412 |
413 | ## Plugins
414 |
415 | - [Pub packages](https://pub.dev/flutter/packages) - Packages filter in Dart Pub Repository.
416 | - [Plugins](https://github.com/flutter/plugins/tree/master/packages) - Official Flutter Team Plugins
417 |
418 | ### Device
419 |
420 | - [WebView](https://github.com/dart-flitter/flutter_webview_plugin) - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard)
421 | - [Location](https://github.com/Lyokone/flutterlocation) - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone)
422 | - [Battery](https://pub.dev/packages/battery) - Access various information about the battery.
423 | - [Proximity Sensor Plugin](https://pub.dev/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001)
424 | - [Geolocation](https://github.com/loup-v/geolocation) - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io)
425 | - [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB)
426 | - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/master/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com)
427 | - [Badger](https://github.com/g123k/flutter_app_badger) - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k)
428 | - [UDID](https://github.com/GigaDroid/flutter_udid) - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me)
429 | - [Downloader](https://github.com/hnvn/flutter_downloader) - Create and manage download tasks by [HungHD](https://github.com/hnvn)
430 | - [InAppWebView](https://github.com/pichillilorenzo/flutter_inappwebview) - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo)
431 | - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo)
432 | - [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo)
433 | - [VPN](https://github.com/X-dea/Flutter_VPN) - Access VPN services by [Jason C.H](https://github.com/ctrysbita)
434 | - [Geolocator](https://github.com/baseflow/flutter-geolocator) - A Flutter geolocation plugin which provides easy access to the platform specific location services by [Baseflow](https://baseflow.com)
435 | - [Permission Handler](https://github.com/baseflow/flutter-permission-handler) - A Flutter permission plugin which provides a cross-platform (iOS, Android) API to request and check permissions by [Baseflow](https://baseflow.com)
436 | - [WidgetKit](https://github.com/fasky-software/flutter_widgetkit) - A plugins which allows you to create a Widget-Extention for iOS by [Thomas Leiter](https://github.com/tomLadder)
437 |
438 | #### Scanner
439 |
440 | - [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) - QR Code reader plugin by [Matheus Villela](https://github.com/villela)
441 | - [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) - Live multicode reader by [Facundo Medica](https://github.com/facundomedica)
442 |
443 | #### Bluetooth / NFC / Beacon
444 |
445 | - [Blue](https://github.com/pauldemarco/flutter_blue) - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco)
446 | - [Beacons](https://github.com/loup-v/beacons) - Flutter beacons plugin by [Loup](http://intheloup.io)
447 | - [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa)
448 | - [Beacon broadcast](https://github.com/pszklarska/beacon_broadcast) - Library for turning your phone into a beacon by [Paulina Szklarska](https://github.com/pszklarska/)
449 | - [Reactive Ble](https://github.com/PhilipsHue/flutter_reactive_ble) - Handles BLE operations for multiple devices by [Philips Hue](https://github.com/PhilipsHue)
450 | - [NFC Manager](https://github.com/okadan/flutter-nfc-manager) - Generic NFC plugin for iOS and Android by [Naoki Okada](https://github.com/okadan)
451 |
452 | ### Storage
453 |
454 | - [Sqflite](https://github.com/tekartik/sqflite) - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/)
455 | - [Moor](https://github.com/simolus3/moor) - Moor is an easy to use, reactive, typesafe persistence library for Dart & Flutter by [
456 | Simon Binder](https://github.com/simolus3)
457 |
458 | ### Services
459 |
460 | - [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/)
461 | - [Intercom](https://pub.dev/packages/intercom) - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n)
462 | - [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) - Push notification service by [OneSignal](https://github.com/OneSignal)
463 | - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish)
464 | - [App Rating](https://github.com/AppleEducate/app_review) - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com)
465 |
466 |
467 | ## Frameworks
468 |
469 | ### State management
470 |
471 | #### Standard
472 |
473 | - [Bloc](https://github.com/felangel/bloc) - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel)
474 | - [MobX](https://github.com/mobxjs/mobx.dart) - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land.
475 | - [Provider](https://github.com/rrousselGit/provider) - State-management library for Flutter by [Remi Rousselet](https://github.com/rrousselGit)
476 | - [RiverPod](https://github.com/rrousselGit/river_pod) - Provider, but different by [Remi Rousselet](https://github.com/rrousselGit)
477 | - [GetX](https://github.com/jonataslaw/getx) - Contextless, State-management & navigation by [Jonny Borges](https://github.com/jonataslaw)
478 | - [Binder](https://github.com/letsar/binder) - A lightweight, yet powerful way to bind your application state with your business logic, by [Romain Rastel](https://github.com/letsar).
479 |
480 | #### Redux / ELM / Dependency Injection
481 |
482 | - [Built redux](https://github.com/davidmarne/flutter_built_redux) - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne)
483 | - [Redux.dart](https://github.com/johnpryan/redux.dart) - Port of Redux to Dart with an ecosystem of middleware, Flutter integrations, and time traveling dev tools by [John Ryan](https://github.com/johnpryan) and [Brian Egan](https://gitlab.com/users/brianegan/projects)
484 | - [Redux](https://github.com/brianegan/flutter_redux) - Built to work with [redux.dart](https://github.com/johnpryan/redux.dart), utilities that allow you to easily consume a Redux Store to build Widgets
485 | - [Inject](https://github.com/google/inject.dart) - Compile-time dependency injection by Google
486 | - [Flux](https://github.com/google/flutter_flux) - Implementation of the Flux framework by Google
487 | - [Fish](https://github.com/alibaba/fish-redux) - Alibaba Redux implementation
488 | - [Async Redux](https://pub.dev/packages/async_redux) - Redux without boilerplate. Allows for both sync and async reducers by [Marcelo Glasberg](https://github.com/marcglasberg/)
489 |
490 | ### Widgets
491 |
492 | - [Hooks](https://github.com/rrousselGit/flutter_hooks) - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit)
493 | - [Functional widget](https://github.com/rrousselGit/functional_widget) - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit)
494 | - [Form Builder](https://github.com/danvick/flutter_form_builder) - Framework that simplifies building forms, validating fields, reacting to changes, and collecting the final user input by [Danvick Miller](https://github.com/danvick)
495 |
496 | ### Data
497 |
498 | - [Graphql](https://github.com/zino-app/graphql-flutter) - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app)
499 | - [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/)
500 | - [Ferry](https://github.com/gql-dart/ferry) - Powerful & Extensible GraphQL Client by [Sat Mandir Khalsa](https://github.com/smkhalsa)
501 |
502 |
503 | ### Backend
504 |
505 | - [Dynamic Widget](https://github.com/dengyin2000/dynamic_widget) - Build your dynamic UI with json, and the json format is very similar with flutter widget code by [Denny Deng](https://github.com/dengyin2000).
506 | - [NETCoreSync](https://github.com/aldycool/NETCoreSync) - Centralized database synchronization framework for multiple clients, built on top of [Moor](https://github.com/simolus3/moor) library by [Aldy J](https://github.com/aldycool)
507 | - [Parse for Flutter](https://github.com/parse-community/Parse-SDK-Flutter/tree/master/packages/flutter) [394⭐] - Open source backend framework by [ParsePlatform](https://parseplatform.org/).
508 |
509 | ### Animation
510 |
511 | - [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir)
512 | - [SpinKit](https://github.com/jogboms/flutter_spinkit) - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms)
513 | - [Villains](https://github.com/Norbert515/flutter_villains) - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir)
514 | - [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/)
515 | - [Drawing Animation](https://github.com/biocarl/drawing_animation) - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks)
516 | - [Simple Animations](https://github.com/felixblaschke/simple_animations) - Create awesome custom animations easily by [Felix Blaschke](https://github.com/felixblaschke)
517 | - [Flutter-animation-set](https://github.com/efoxTeam/flutter-animation-set) - Easy to build an animation set by [efoxTeam](https://github.com/efoxTeam)
518 | - [Staggered Animations](https://github.com/mobiten/flutter_staggered_animations) - Easily add staggered animations to your ListView, GridView, Column and Row by [mobiten](https://mobiten.com/)
519 | - [Animate Do](https://pub.dev/packages/animate_do) - Animation package inspired in Animate.css by [Fernando Herrera](https://twitter.com/Fernando_Her85).
520 | - [Funvas](https://github.com/creativecreatorormaybenot/funvas) - Create fun *time based canvas animations* by [creativecreatorormaybenot](https://twitter.com/creativemaybeno).
521 |
522 |
523 | ### Testing
524 |
525 |
526 | - [Flutter Gherkin](https://github.com/jonsamwell/flutter_gherkin) - Fully featured Gherkin parser and UI automated test runner by [Jon Samwell](https://github.com/jonsamwell)
527 |
528 | ### Web
529 |
530 | - [Responsive Framework](https://github.com/Codelessly/ResponsiveFramework) - Automatically adapt UI to different screen sizes. Responsiveness made simple by [Codelessly](https://codelessly.com)
531 |
532 | ## Experimental
533 |
534 | This section contains libraries that take an experimental or unorthodox approach.
535 |
536 | - [styled_widget](https://github.com/ReinBentdal/styled_widget) - Simplifying your widget tree structure by defining widgets using methods by [Rein Gundersen Bentdal](https://github.com/ReinBentdal).
537 |
538 | ## Engines
539 |
540 | ### Rendering
541 |
542 | - [Graphx](https://github.com/roipeker/graphx) - Making drawings and animations extremely simple, inspired by Flash, by [Roi Peker](https://github.com/roipeker).
543 |
544 | ### Game
545 |
546 | - [Flame](https://github.com/flame-engine/flame) - Minimalist game engine by [Luan Nico](https://github.com/luanpotter)
547 | - [SpriteWidget](https://github.com/spritewidget/spritewidget) - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt)
548 |
549 | #### Open source games
550 |
551 | - [Flip](https://github.com/RedBrogdon/flutterflip) - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon)
552 | - [2048](https://github.com/anuranBarman/2048) - 2048 game by [Anuran Barman](https://github.com/anuranBarman)
553 | - [TRex](https://github.com/renancaraujo/trex-flame) - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo)
554 | - [Crush](https://github.com/boeledi/flutter_crush) - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com)
555 | - [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo)
556 | - [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01)
557 | - [Party Charades](https://github.com/vintage/party_flutter) - Party charades by [Kamil Rykowski](https://github.com/vintage)
558 | - [Ghost Rigger](https://github.com/Float-like-a-dash-Sting-like-a-dart/GhostRigger) - Ghost Rigger is a cyberpunk inspired puzzle game by [Iain Smith](https://github.com/b099l3) and [Julio Ernesto Rodríguez Cabañas](https://github.com/ernestoyaquello).
559 | - [Space Empires](https://github.com/satyamx64/space_empires) - A 4X Space themed strategy game by [Satyam Sharma](https://github.com/satyamx64)
560 |
561 | #### Game Engine resources
562 |
563 | - [Awesome Flame](https://github.com/flame-engine/awesome-flame) - Curated list of the best Flame games, projects, libraries, tools, tutorials, articles and more by [Flame Engine](https://github.com/flame-engine)
564 |
565 |
566 | ## Open Source Apps
567 |
568 | ### Premium
569 |
570 | - [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/)
571 | - [Developer Quest](https://github.com/2d-inc/developer_quest) - Become a tech lead, slay bugs by [2D, Inc](https://www.2dimensions.com/)
572 |
573 | ### Top
574 |
575 | - [Flutter Team Samples](https://github.com/flutter/samples) - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people)
576 | - [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend)
577 | - [Meme Chat](https://github.com/efortuna/memechat) - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers.
578 | - [Flitter](https://github.com/dart-flitter/flitter) - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar.
579 | - [Lime](https://github.com/fablue/lime-flutter) - Lime social network by Sebastian Sellmair
580 | - [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com)
581 | - [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia)
582 | - [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar)
583 | - [Music Player](https://github.com/iampawan/Flutter-Music-Player) - Full featured music player by [Pawan Kumar](https://about.me/imthepk)
584 | - [WhatTodo](https://github.com/burhanrashid52/WhatTodo) - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52)
585 | - [FlutterGram](https://github.com/mdanics/fluttergram) - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics)
586 | - [BookSearch](https://github.com/Norbert515/BookSearch) - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515)
587 | - [Cinematic](https://github.com/aaronoe/FlutterCinematic) - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe)
588 | - [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor)
589 | - [Trace](https://github.com/trentpiercy/trace) - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy)
590 | - [Taskist](https://github.com/huextrat/Taskist) - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat)
591 | - [Tourism](https://github.com/bluemix/tourism-demo) - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo)
592 | - [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory)
593 | - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT)
594 | - [Deer](https://github.com/aleksanderwozniak/deer) - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak)
595 | - [TailorMade](https://github.com/jogboms/tailor_made) - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms)
596 | - [Instory](https://github.com/InvertedX/instory) - Instgram story downloader with a beautiful UI [Sarath](https://twitter.com/_sarath_kumar)
597 | - [Spacex-Go](https://github.com/jesusrp98/spacex-go) - Simple yet powerful, open-source SpaceX launch tracker. [jesusrp98](https://twitter.com/jesusrp98).
598 | - [Superhero Interaction](https://github.com/pinkeshdarji/SuperHeroInteraction) - Cool Superhero interaction animation by [Pinkesh Darji](https://github.com/pinkeshdarji)
599 | - [Reply](https://github.com/flschweiger/reply) - 'Reply' Material Design case study by [Frederik Schweiger](https://github.com/flschweiger)
600 | - [Enigma](https://github.com/AmitJoki/Enigma) - Privacy chat with end-to-end encryption by [AmitJoki](https://github.com/AmitJoki)
601 | - [Chillify](https://github.com/KarimElghamry/chillify) - Fancy music app made with Provider and Bloc pattern by [Karim Elghamry](https://github.com/KarimElghamry)
602 | - [Pokedex](https://github.com/scitbiz/flutter_pokedex) - Pokedex app with beautiful UI and smooth animation by [Hung Pham](https://github.com/scitbiz)
603 | - [Timy Messenger](https://github.com/janoodleFTW/timy-messenger) - Group messaging app with a focus on organizing events by [Miguel Beltran](https://github.com/miquelbeltran) and [Franz Heinfling](https://github.com/fheinfling)
604 | - [GitJournal](https://github.com/GitJournal/GitJournal) - Journaling your data in a Git Repo by [Vishesh Handa](https://github.com/vHanda)
605 | - [AuthPass](https://github.com/authpass/authpass) - Keepass compatible password manager for mobile and desktop by [hpoul](https://github.com/hpoul)
606 | - [Fwitter](https://github.com/TheAlphamerc/flutter_twitter_clone) - Full Twitter clone using Firebase solution by [Sonu Sharma](https://github.com/TheAlphamerc)
607 | - [Harpy](https://github.com/robertodoering/harpy) - Feature rich Twitter client by [Roberto Doering](https://github.com/robertodoering)
608 |
609 | ## Utilities
610 |
611 | - [Launcher Icons](https://github.com/franzsilva/flutter_launcher_icons) - Generate your launcher icons easily by [Mark O'Sullivan](https://github.com/MarkOSullivan94) and [Franz Silva](https://github.com/franzsilva)
612 | - [FlutterIcon](http://fluttericon.com/) - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots)
613 | - [FVM](https://github.com/leoafarias/fvm) - Flutter Version Management: A simple cli to manage Flutter SDK versions.
614 | - [Environment Configuration](https://github.com/TatsuUkraine/dart_environment_config) - CLI tool to generate `.env` configurations for application environments by [TatsuUkraine](https://github.com/TatsuUkraine)
615 | - [Flutter Flavorizr](https://github.com/AngeloAvv/flutter_flavorizr) - CLI utility to easily generate flavors for Android and iOS in less than 3 minutes by [Angelo Cassano](https://github.com/AngeloAvv)
616 | - [Fontify](https://github.com/westracer/fontify) - CLI tool to convert SVG icons to OTF font and generate Flutter-compatible class by [Igor Kharakhordin](https://github.com/westracer)
617 | - [FlutterGen](https://github.com/FlutterGen/flutter_gen) - Assets code generator for your images, fonts, colors, etc — Get rid of String-based APIs.
618 | - [Very Good Cli](https://github.com/VeryGoodOpenSource/very_good_cli) - Very Good Command Line Interface for Dart created by [Very Good Ventures](https://github.com/VeryGoodOpenSource)
619 | - [Flutter Sidekick](https://github.com/leoafarias/sidekick) - Simple app to make Flutter development more delightful by [Leo Farias](https://github.com/leoafarias)
620 | - [Dart Code Metrics](https://github.com/dart-code-checker/dart-code-metrics) - Additional linter which reports code metrics, checks for anti-patterns and provides additional rules for the Dart analyzer by [Dart Code Checker team](https://github.com/dart-code-checker).
621 |
622 | ### VSCode
623 |
624 | - [Awesome Snippets](https://marketplace.visualstudio.com/items?itemName=Nash.awesome-flutter-snippets) - Collection of commonly used classes and methods by [Nash](https://twitter.com/Nash0x7E2)
625 | - [Flutter Files](https://marketplace.visualstudio.com/items?itemName=gornivv.vscode-flutter-files) - Quick generation for BLoC templates files by context menu by [Gorniv](https://github.com/gorniv).
626 | - [Flutter Intl](https://marketplace.visualstudio.com/items?itemName=localizely.flutter-intl) - i18n binding from arb files by [Localizely](https://twitter.com/localizely)
627 |
628 |
629 | ### IntelliJ / Android Studio
630 |
631 | - [Enhancement_Suite](https://github.com/marius-h/flutter_enhancement_suite) - Search for pub.dev libraries, update version, Bloc, Snippet, etc you're covered by [Marius Höfler](https://github.com/marius-h)
632 | - [Flutter Intl](https://plugins.jetbrains.com/plugin/13666-flutter-intl) - 18n binding from arb files by [Localizely](https://twitter.com/localizely)
633 |
634 | ### Desktop
635 |
636 | - [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) - Desktop implementations of the Flutter embedding API by Google
637 | - [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) - Golang embedder for desktop by [Pierre Champion](https://github.com/pchampio)
638 | - [Native Shell](https://github.com/nativeshell/nativeshell) - Experimental embedder for Flutter by [Matej Knopp](https://twitter.com/matejknopp)
639 | - [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) - Rust embedder for desktop by [juju](https://github.com/gliheng).
640 | - [bitsdojo_window](https://github.com/bitsdojo/bitsdojo_window) - Customize windows owner-drawn chrome by [BitsDojo](https://github.com/bitsdojo)
641 | - [Raspberry Pi Embedder](https://github.com/ardera/flutter-pi) - Light-weight Embedder for Raspberry Pi by [Hannes Winkler](https://github.com/ardera)
642 | - [Fluent UI](https://github.com/bdlukaa/fluent_ui) - Microsoft's Fluent Design System in Flutter by [Bruno D'Luka](https://twitter.com/bdlukaadev)
643 | - [MacOS UI](https://github.com/GroovinChip/macos_ui) - Widgets and themes implementing the current macOS design language by [Groovin Chip](https://twitter.com/GroovinChip)
644 | - [Ubuntu Yaru](https://github.com/ubuntu/yaru.dart) - Distinct look and feel of the Ubuntu Desktop by [Ubuntu](https://github.com/ubuntu)
645 | - [Awesome Flutter Desktop](https://github.com/leanflutter/awesome-flutter-desktop) - A curated list of awesome things related to Flutter desktop by [LeanFlutter](https://github.com/leanflutter)
646 |
647 | ## Books
648 |
649 | ### Learning Flutter - Beginners
650 | - [Beginning App Development](https://www.amazon.com/Beginning-App-Development-Flutter-Cross-Platform/dp/1484251806) - by [Rap Payne](https://github.com/rapPayne)
651 | - [Beginning Flutter](https://www.amazon.com/Beginning-Flutter-Hands-Guide-Development/dp/1119550823) - by [Marco Napoli](https://github.com/JediPixels)
652 | - [Flutter for Beginners](https://www.amazon.com/Flutter-Beginners-introductory-cross-platform-applications/dp/1788996089) - by [Alessandro Biessek](https://github.com/biessek)
653 | - [Flutter in Action](https://www.amazon.com/Flutter-Action-Eric-Windmill/dp/1617296147) - by [Eric Windmill](https://github.com/ericwindmill)
654 | - [Learn Google Flutter Fast](https://www.amazon.com/Learn-Google-Flutter-Fast-Example/dp/1092297375) - by [Mark Clow](https://github.com/markclow)
655 |
656 | ### Cookbooks
657 | - [Practical Flutter](https://www.amazon.com/Practical-Flutter-Improve-Development-Open-Source/dp/1484249712) - by [Frank Zammetti](https://github.com/fzammetti)
658 |
659 | ## Podcasts
660 |
661 | ### English
662 |
663 | - [It's all widgets! Flutter podcast](https://open.spotify.com/show/2qJVeu47e2eAum4j7lxXXv?si=d26QVJQsSRyRHeybfL_01Q) - by [Hillel Coren](https://twitter.com/hillelcoren).
664 |
665 | ### Portuguese
666 |
667 | - [Universo Flutter](https://open.spotify.com/show/4AlxqGkkrqe0mfIx3Mi7Xt?si=1eC0a22MR1OkEAT7HErT-A) - by [Matias de Andrea](http://deandreamatias.com/).
668 |
669 | ### Spanish
670 |
671 | - [Código Flutter](https://open.spotify.com/show/3QUTYR6jspNxHK8akJFxYf?si=MZtgjIMyTi6-WgN9Go6vZQ) - by [Guillermo García](https://guillermogarcia.es/).
672 |
673 | ### Russian
674 |
675 | - [Flutter Dev Podcast](https://open.spotify.com/show/5qc1VFD4pkJlUYZBVTOFCI?si=OWn7VCELRO2QV03Gi2u8nA&nd=1) - by [Eugene Saturov](https://twitter.com/saturovv).
676 |
677 | ## Bonus
678 |
679 | - [It's All Widgets!](https://itsallwidgets.com) - Open list of published apps by [Hillel Coren](https://twitter.com/hillelcoren), [Thomas Burkhart](https://twitter.com/ThomasBurkhartB), [Simon Lightfoot](https://twitter.com/devangelslondon) and [Scott Stoll](https://twitter.com/scottstoll2017)
680 | - [Awesome Flutter Linux](https://github.com/jpnurmi/awesome-flutter-linux) - A curated list of awesome Linux-specific Flutter packages and projects by [J-P Nurmi](https://twitter.com/jpnurmi)
681 |
682 | ### Fun
683 |
684 | - [The One](https://www.youtube.com/watch?v=sIIgtClYq0s)
685 |
686 | ### Hardware
687 |
688 | - [Matrix2](https://github.com/bus710/matrix2) - Sense Hat's LED matrix control game by [bus710](https://github.com/bus710)
689 |
690 | ### Guide & Interviews
691 |
692 | - [Interview Questions](https://github.com/whatsupcoders/Flutter-Interview-Questions) - List of helpful questions you can use to interview potential candidates by [Whatsupcoders](https://github.com/whatsupcoders/Whatsupcoders-flutter)
693 | - [The International Flutter Starter Kit](https://medium.com/flutter-community/intl-flutter-starter-kit-18415e739fb6) - Guide by the experts by [Beyza Sunay Guler](https://twitter.com/BeyzaSunayGler1) & [Nawal Alhamwi](https://twitter.com/__nawalhmw)
694 |
695 |
696 | ## Community
697 |
698 | ### Presentation material
699 |
700 | - [Logo](https://drive.google.com/drive/folders/1GDGdQ0ghrxTNTx6aZLT41eV5sPZvV7bU) - Logo for stickers impressions
701 |
702 | ### Communication
703 |
704 | - [Gitter](https://gitter.im/flutter/flutter) - Exchange channel
705 | - [r/FlutterDev](https://www.reddit.com/r/FlutterDev/) - Reddit community by [u/JaapVermeulen](https://www.reddit.com/user/JaapVermeulen)
706 | - [Discord](https://discord.gg/N7Yshp4) - Discord server to discuss and get help by [Pritykin](https://twitter.com/AndrewPritykin)
707 | - [Flutter Community](https://github.com/fluttercommunity) - Central place for community made packages
708 | - [OpenFlutter](https://github.com/OpenFlutter) - Make it easier 让 Flutter 更简单
709 | - [Hashnode](https://hashnode.com/n/flutter) - Read and write posts, participate in discussions or ask questions.
710 |
711 | #### Misc
712 |
713 | - [Flutter Events](https://flutterevents.com) - An open list of Flutter events by [@hillelcoren](https://twitter.com/hillelcoren)
714 | - [FlutterX](https://flutterx.com) - Searchable list of resources by [Hillel Coren](https://twitter.com/hillelcoren)
715 |
716 | ### 🇦🇴 Angola
717 | - Facebook [Group](https://facebook.com/groups/556888664681938)
718 | - Facebook [Page](https://facebook.com/Flutter-Angola-2076395262380886/)
719 | - Twitter [Page](https://twitter.com/AngolaFlutter)
720 |
721 | ### 🇦🇺 Australia
722 | - Slack [GDG Sydney](https://gdg-sydney.slack.com)
723 | - Meetup [GDG Sydney](https://www.meetup.com/gdgsydney)
724 | - Twitter [Flutter Sydney](https://twitter.com/FlutterSydney)
725 |
726 | ### Bangladesh
727 | - [Facebook Group](https://www.facebook.com/groups/flutter.bangladesh/)
728 |
729 | ### 🇧🇷 Brazil
730 | - Slack [Flutter Brasil](https://flutterbr.slack.com)
731 | - Medium [Flutter Comunidade BR](https://medium.com/flutter-comunidade-br)
732 | - Twitter [Flutter Comunidade BR](https://twitter.com/br_flutter)
733 | - Meetup [São Paulo](https://www.meetup.com/flutter-sp)
734 | - [Flutter para iniciantes](https://www.flutterparainiciantes.com.br)
735 |
736 | ### cm Cameroon
737 |
738 | - Twitter [Flutter Cameroon](https://twitter.com/fluttercm)
739 | - Telegram [Flutter & Dart Community CM](https://t.me/fluttercameroon)
740 |
741 | ### 🇨🇦 Canada
742 |
743 | - Meetup [Toronto](https://www.meetup.com/FlutterToronto)
744 | - Meetup [Montreal](https://www.meetup.com/FlutterMontreal)
745 | - Meetup [Calgary](https://www.meetup.com/FlutterCalgary)
746 |
747 | ### 🇨🇮 Côte d'Ivoire (Ivory Coast)
748 |
749 | - Facebook [Page](https://web.facebook.com/flutterci/)
750 | - Facebook [Group](https://web.facebook.com/groups/1725273507587759/)
751 |
752 | ### 🇩🇰 Denmark
753 |
754 | - Meetup [Denmark](https://www.meetup.com/Flutter-Developers-Denmark/)
755 |
756 | ### 🇪🇹 Ethiopia
757 |
758 | - [Telegram](https://t.me/flutter_forum/)
759 |
760 | ### 🇫🇷 France
761 |
762 | - Meetup [Bordeaux](https://www.meetup.com/fr-FR/Flutter-Bordeaux) - [Lille](https://www.meetup.com/fr-FR/Flutter-Lille) - [Paris](https://www.meetup.com/fr-FR/Flutter-Paris) - [Rennes](https://www.meetup.com/fr-FR/Flutter-Rennes)
763 | - [Twitter](https://twitter.com/FlutterFrance)
764 | - [Slack](https://linktr.ee/flutter_france)
765 | - [Newsletter Flutter Digest](https://www.flutter-digest.com/)
766 |
767 | ### 🇩🇪 Germany
768 |
769 | - Meetup [Berlin](https://www.meetup.com/flutter-berlin/) - [Düsseldorf](https://www.meetup.com/flutter-school/) - [Karlsruhe](https://www.meetup.com/Karlsruhe-Flutter-Meetup/) - [Hamburg](https://www.meetup.com/Flutter-Hamburg/) - [Stuttgart](https://www.meetup.com/Flutter-Stuttgart/) - [Munich](https://www.meetup.com/Flutter-Munich)
770 | - Twitter [Flutter Berlin](https://twitter.com/flutterBerlin) - [Düsseldorf](https://twitter.com/flutter_school) - [Munich](https://twitter.com/FlutterMunich)
771 | - Slack [Flutter Berlin](https://flutterberlin.slack.com/join/shared_invite/enQtMzQ1NDI0NjU4Mjc5LWVjOTg0NmUxZmU4YzZjZjFkMWNjYWYyYTI5NjMyZWE5MDZjNDM0YzgyNWQyM2EzM2E0NDE4ZmQyMzQyMzRlNjI)
772 | - LinkedIn [Munich](https://www.linkedin.com/company/Flutter-Munich)
773 |
774 | ### 🇬🇷 Greece
775 |
776 | - Meetup [Athens](https://www.meetup.com/Athens-Flutter-Group/)
777 | - Slack [Flutter GR](https://join.slack.com/t/fluttergr/shared_invite/enQtNzQwODM2NzIxOTg0LWFjNWYxYzkyMTdmYWQ4ZWYyMWI2YjcyOTI4YzAzYjY2Nzk3OWNkMTkwZGRjNjRiMGFlNzgyOGRhMmEyZTQ3MmM)
778 |
779 | ### 🇮🇹 Italy
780 | - Telegram [Flutter Italia Developers](https://t.me/flutteritdevs)
781 | - Website [flutteritalia.dev](https://flutteritalia.dev)
782 |
783 | ### 🇮🇳 India
784 | - Telegram [Flutter India 🇮🇳](https://t.me/flutterindia)
785 |
786 | ### 🇮🇱 Israel
787 | - Facebook [Flutter Israel Developers](https://www.facebook.com/groups/2779846762051712)
788 |
789 | ### 🇮🇩 Indonesia
790 | - Telegram [Flutter Indonesia](https://t.me/flutter_id)
791 |
792 | ### 🇯🇵 Japan
793 |
794 | - Meetup [Tokyo Flutter Developers](https://www.meetup.com/Tokyo-Flutter/)
795 |
796 | ### 🇰🇪 Kenya
797 | - Meetup [Flutter Developers Kenya](https://www.meetup.com/KenyaFlutterDev/)
798 | - Twitter [Flutter Developers Kenya](https://twitter.com/KenyaFlutterDev/)
799 |
800 | ### 🇰🇷 Korea
801 |
802 | - Meetup [Flutter Korea](https://www.meetup.com/ko-KR/Flutter-Korea/)
803 | - Facebook [Flutter Korea User Group](https://www.facebook.com/groups/flutterkorea/)
804 | - Slack [GDG Korea #flutter channel](http://slack.gdg.kr/)
805 |
806 | ### 🇲🇾 Malaysia
807 |
808 | - Telegram [Flutter/Dart Dev Malaysia](https://t.me/flutterdevmalaysia)
809 |
810 | ### 🇳🇬 Nigeria
811 |
812 | - Slack [DevCenter Square](https://devcenter-square-slack.herokuapp.com)
813 | - Telegram [FlutterLagos](https://t.me/joinchat/PAH0fVA0l7F_zMM537lo9w)
814 | - Twitter [FlutterLagos](https://twitter.com/FlutterLagos)
815 |
816 | ### 🇵🇰 Pakistan
817 |
818 | - [Facebook Group](https://www.facebook.com/groups/FlutterPK/)
819 |
820 | ### 🇵🇭 Philippines
821 | - [Website](https://flutter.ph/)
822 | - [Meetup](https://www.meetup.com/flutterph/)
823 | - [Twitter](https://twitter.com/flutter_ph)
824 | - [Facebook Page](https://web.facebook.com/flutterphilippines/)
825 | - [Facebook Group](https://web.facebook.com/groups/flutterphilippines/)
826 | - [Github](https://github.com/flutterph)
827 |
828 | ### 🇵🇱 Poland
829 | - [Flutter Developers Poland Facebook Group](https://www.facebook.com/groups/2228619364094561/about/)
830 | - [Flutter Poland Slack workspace](http://bit.ly/flutter-pl-slack)
831 | - [Flutter Warsaw Meetup](https://www.meetup.com/Flutter-Warsaw/)
832 | - [Flutter Warsaw Twitter](https://twitter.com/flutterwarsaw)
833 | - [Flutter Warsaw YouTube Channel](https://www.youtube.com/channel/UCO7yMprO8cFwV4QnuhTMVlQ)
834 | - [Poznan Flutter Developer Group](https://www.meetup.com/poznan-flutter-developers/)
835 | - [Flutter Wrocław Meetup](https://www.meetup.com/Flutter-Wroc%C5%82aw/)
836 | - Meetup [Tricity](https://www.meetup.com/pl-PL/Flutter-Tricity/)
837 | - Twitter [Tricity](https://twitter.com/FlutterTricity/)
838 |
839 | ### 🇵🇹 Portugal
840 | - [Meetup](https://www.meetup.com/flutterportugal)
841 |
842 | ### 🇵🇪 Peru
843 |
844 | - Facebook [Flutter Peru Group](https://www.facebook.com/groups/flutterperu/)
845 | - Meetup [Flutter Peru](https://meetup.com/Flutter-Peru/)
846 | - Twitter [Flutter Peru](https://twitter.com/FlutterPeru)
847 |
848 | ### 🇷🇺 Russia
849 |
850 | - [Telegram](https://t.me/rudart)
851 |
852 | ### 🇪🇸 Spain
853 |
854 | - [Madrid Community](https://flutter.madrid)
855 | - [Madrid Meetup](https://www.meetup.com/es-ES/Flutter-Madrid)
856 | - [Madrid Twitter](https://twitter.com/FlutterMadrid)
857 |
858 |
859 | ### 🇱🇰 Sri Lanka
860 |
861 | - [Gitter](https://gitter.im/Colombo-Flutter-Community)
862 | - [Slack](https://fluttercmb.slack.com/)
863 | - [Community GitHub Page](https://github.com/Colombo-Flutter-Meetup)
864 | - [Facebook Page](https://www.facebook.com/flutterCMB/)
865 |
866 | ### 🇹🇷 Turkey
867 |
868 | - [Twitter](https://twitter.com/flutter_turkiye)
869 | - [Medium](https://medium.com/flutter-türkiye/)
870 | - [Telegram Channel](https://t.me/FlutterTurk)
871 | - [Telegram Group](https://t.me/FlutterTR)
872 | - [Slack](https://bit.ly/flutterTR)
873 | - [Github](https://github.com/flutterturkey)
874 |
875 | ### 🇺🇦 Ukraine
876 | - [Telegram](https://t.me/artflutter)
877 | - [Twitter](https://twitter.com/ArtFlutter)
878 |
879 | ### 🇬🇧 United Kingdom
880 |
881 | - [Flutter London](https://flutterldn.dev/)
882 | - Meetup [London](https://www.meetup.com/FlutterLDN/)
883 | - [Twitter](https://twitter.com/FlutterLDN)
884 | - [YouTube](https://www.youtube.com/channel/UC_a-vGdkAIRMKT1zzZ4I2ag)
885 |
886 | ### 🇺🇸 United States
887 |
888 | - Meetup [Chicago](https://www.meetup.com/Flutter-Chicago/)
889 | - Meetup [Washington DC] (https://www.meetup.com/DCFlutter/)
890 |
891 | ### 🏴 Kurdistan
892 |
893 | - Meetup [Kurdistan](https://www.meetup.com/Flutter-Kurdistan/)
894 |
895 | ### 🇳🇴 Norway
896 | - [Meetup Oslo](https://www.meetup.com/Oslo-Flutter-Dart-Meetup/)
897 | - [Meetup Stavanger](https://www.meetup.com/Flutter-Stavanger/)
898 | - [Twitter](https://twitter.com/flutterNorway)
899 |
900 | ### 🇺🇿 Uzbekistan
901 | - [Telegram](https://t.me/dartdevuz)
902 |
903 | ## License
904 |
905 | [](https://creativecommons.org/publicdomain/zero/1.0/)
906 |
907 | To the extent possible under law, [Robert Felker](https://www.linkedin.com/in/robert-felker/) has waived all copyright and related or neighboring rights to this work.
908 |
--------------------------------------------------------------------------------