From 1ec7f8663ee391af90420b7bbd07ed651fd41442 Mon Sep 17 00:00:00 2001 From: Pavan Podila Date: Mon, 7 Jan 2019 07:36:22 +0530 Subject: [PATCH 001/128] Added reference to MobX with a separate section on State Management --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e86847..3bbbb9b 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Inject](https://github.com/google/inject.dart) [317⭐] - Compile-time dependency injection by Google. - [Flutter_flux](https://github.com/google/flutter_flux) [269⭐] - Implementation of the Flux framework by Google - [Flux](https://github.com/google/flutter_flux) [269⭐] - Implementation of the Flux framework by Google +### State Management + +- [MobX](https://github.com/mobxjs/mobx.dart) - Supercharge the state-management in your Dart and Flutter apps with Transparent Functional Reactive Programming (TFRP). This is a port of MobX from the JavaScript/React land. + ### Widgets - [Hooks](https://github.com/rrousselGit/flutter_hooks) [231⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). @@ -476,4 +480,4 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) -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. \ No newline at end of file +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. From e1527a4c3e87f4bf529d922e3607e6df5cbfbd29 Mon Sep 17 00:00:00 2001 From: Hendrik Haandrikman Date: Thu, 10 Jan 2019 16:20:28 +0100 Subject: [PATCH 002/128] Added Bitrise Flutter build automation Added a line on Bitrise Flutter build automation, plus changed the anchor text for the Flutter step in Go to actually reflect the contents being linked to --- source.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/source.md b/source.md index 4b5000d..b0c72ed 100644 --- a/source.md +++ b/source.md @@ -230,11 +230,13 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Build automation -- [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov) -- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov) -- [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov) -- [BitRise](https://medium.com/@karol.wrotniak/how-to-create-bitrise-step-in-go-flutter-example-668cf4db1fd2) - Create Bitrise Step in Go by [Karol Wrótniak](https://medium.com/@karol.wrotniak) -- [Code Magic](https://codemagic.io/) - Automate the entire flow, build and distribution by (NeverCode)[https://nevercode.io/] + +- [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) [38⭐] - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [370 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Bitrise for Flutter](https://go.bitrise.io/flutter-ci) - Free Flutter ci (continuous integration, test and distribution automation for solo devs, teams and enterprises). +- [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) [241 claps👏] - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Flutter step in Go](https://medium.com/@karol.wrotniak/how-to-create-bitrise-step-in-go-flutter-example-668cf4db1fd2) [62 claps👏] - Create Bitrise Step in Go by [Karol Wrótniak](https://medium.com/@karol.wrotniak). +- [Code Magic](https://codemagic.io/) - Automate the entire flow, build and distribution by (NeverCode)[https://nevercode.io/]. ### Styling From f16bf7d0347760b767eec087820a769c0b88df4e Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Tue, 15 Jan 2019 19:12:53 +0100 Subject: [PATCH 003/128] Gen > meetup group for danish developers meetup group for danish developers --- README.md | 220 +++++++++++++++++++++++++++--------------------------- 1 file changed, 110 insertions(+), 110 deletions(-) diff --git a/README.md b/README.md index de20545..efdaa17 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@

- StackOverflow + StackOverflow - Github Repositories + Github Repositories Entries @@ -79,18 +79,18 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Beginner - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). -- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [737 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). +- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [741 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). - [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [1.8K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). ### Advanced -- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [221👍] - Engine architecture by Adam Barth. +- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [225👍] - Engine architecture by Adam Barth. - [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [1.7K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). -- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [378 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). +- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [380 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com). -- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [503 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). +- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [553 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). - [Flutter: 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). @@ -99,7 +99,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [446👍] - Firebase live coding. - [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [355 claps👏] - By Mehmet Fidanboylu. - [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [400 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). -- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [778 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). +- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [783 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). ## Videos @@ -118,86 +118,86 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [1879⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [218⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [1896⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [231⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI - [Contact Picker](https://github.com/goderbauer/contact_picker) [23⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [416⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). -- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [167⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [420⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [168⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). - [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [150⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). - [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [165⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [197⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [368⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [199⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [370⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). - [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [131⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). -- [Side Header List](https://github.com/renefloor/side_header_list_view) [117⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). -- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [128⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). +- [Side Header List](https://github.com/renefloor/side_header_list_view) [118⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). +- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [129⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [77⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [104⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [106⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). - [Stepper Touch](https://github.com/Rahiche/stepper_touch) [60⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Offline](https://github.com/jogboms/flutter_offline) [152⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [80⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). +- [Offline](https://github.com/jogboms/flutter_offline) [154⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [84⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). - [Snaplist](https://github.com/ariedov/flutter_snaplist) [87⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). - [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [66⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). - [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [22⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). - [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [8⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). -- [Folding Cell](https://github.com/faob-dev/folding_cell) [61⭐] - Fold your widget by [Faob](https://github.com/faob-dev). +- [Folding Cell](https://github.com/faob-dev/folding_cell) [62⭐] - Fold your widget by [Faob](https://github.com/faob-dev). - [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [23⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [112⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [16⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [122⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [17⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). #### Material Design - [Material Color Picker](https://github.com/long1eu/material_color_picker) [42⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). - [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [85⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [383⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [Slidable](https://github.com/letsar/flutter_slidable) [388⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). - [RangeSlider](https://github.com/boeledi/RangeSlider) [81⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [279⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [237⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [280⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [240⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). - [Wave](https://github.com/i-protoss/wave) [69⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar -- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [49⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). +- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [51⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh). ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [143⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [144⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). - [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [95⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). -- [Photo View](https://github.com/renancaraujo/photo_view) [259⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). -- [SVG](https://github.com/dnfield/flutter_svg) [210⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [176⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [298⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [123⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Photo View](https://github.com/renancaraujo/photo_view) [260⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). +- [SVG](https://github.com/dnfield/flutter_svg) [212⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [177⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [302⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [124⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). ### Map - [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [343⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). - [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [35⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). - [Map](https://github.com/apptreesoftware/flutter_map) [484⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). -- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [170⭐] - Interactive, customizable vector maps by Mapbox. +- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [171⭐] - Interactive, customizable vector maps by Mapbox. ### Charts -- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [156⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/mzimmerm/flutter_charts) [101⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). -- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [102⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [456⭐] - By Google Charts Team. +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [158⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/mzimmerm/flutter_charts) [103⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). +- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [103⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/google/charts) [465⭐] - By Google Charts Team. - [Flutter Plot](https://github.com/RCHowell/flutter_plot) [15⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). -- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [78⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). -- [FCharts](https://github.com/thekeenant/fcharts) [212⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). +- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [80⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). +- [FCharts](https://github.com/thekeenant/fcharts) [214⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [691⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [Fluro](https://github.com/goposse/fluro) [702⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). - [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [32⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). @@ -210,54 +210,54 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Facebook Login](https://github.com/roughike/flutter_facebook_login) [124⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). - [OAuth](https://github.com/hitherejoe/FlutterOAuth) [88⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). -- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [411 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). +- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [413 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). - [SimpleAuth](https://github.com/Clancey/simple_auth) [72⭐] - 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). ### Text & Rich Content -- [Markdown](https://github.com/flutter/flutter_markdown) [162⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. +- [Markdown](https://github.com/flutter/flutter_markdown) [163⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. - [Rich Text Editor](https://github.com/long1eu/rich_editor) [67⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). -- [Masked Text](https://github.com/benhurott/flutter-masked-text) [52⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). -- [Zefyr](https://github.com/memspace/zefyr) [352⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). +- [Masked Text](https://github.com/benhurott/flutter-masked-text) [54⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). +- [Zefyr](https://github.com/memspace/zefyr) [357⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). ### Analytics - [Usage](https://github.com/dart-lang/usage) [47⭐] - Google Analytics wrapper for command-line, web, and Flutter apps. - [Firebase Analytics](https://github.com/flutter/plugins/tree/master/packages/firebase_analytics) - Connect to Firebase Analytics API. - [Segment.com Analytics](https://github.com/FaisalAbid/segment-analytics-flutter) [5⭐] - Make your Segment.com analytics a breeze! by [Faisal Abid](https://twitter.com/FaisalAbid). -- [Pure Mixpanel](https://github.com/seenickcode/pure_mixpanel) [4⭐] - Analytics for the popular [Mixpanel.com](https://mixpanel.com) [Nick Manning](https://twitter.com/seenickcode). +- [Pure Mixpanel](https://github.com/seenickcode/pure_mixpanel) [5⭐] - Analytics for the popular [Mixpanel.com](https://mixpanel.com) [Nick Manning](https://twitter.com/seenickcode). ### Build automation -- [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) [38⭐] - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov). -- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [375 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). -- [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) [247 claps👏] - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) [39⭐] - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [376 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) [250 claps👏] - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov). - [BitRise](https://medium.com/@karol.wrotniak/how-to-create-bitrise-step-in-go-flutter-example-668cf4db1fd2) [62 claps👏] - Create Bitrise Step in Go by [Karol Wrótniak](https://medium.com/@karol.wrotniak). - [Code Magic](https://codemagic.io/) - Automate the entire flow, build and distribution by (NeverCode)[https://nevercode.io/]. ### Styling -- [Flutterial](https://github.com/rxlabz/flutterial) [102⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Flutterial](https://github.com/rxlabz/flutterial) [104⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). - [Pigment](https://github.com/bregydoc/pigment) [62⭐] - Simple but useful package for use colors in flutter. ### Media #### Audio -- [Audio Plugin](https://github.com/rxlabz/audioplayer) [210⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Audio Plugin](https://github.com/rxlabz/audioplayer) [211⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). - [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [64⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). -- [Stereo](https://github.com/2find/stereo) [43⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). +- [Stereo](https://github.com/2find/stereo) [44⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). - [Flutter Sound](https://github.com/dooboolab/flutter_sound) [41⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). #### Video -- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [284⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). -- [Chewie](https://github.com/brianegan/chewie) [212⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). +- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [288⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). +- [Chewie](https://github.com/brianegan/chewie) [227⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice -- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [94⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [97⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). - [OK Google](https://marcinszalek.pl/flutter/ok-google-flutter/) - Integrate google assistant by [Marcin Szalek](https://marcinszalek.pl/). ### Storage @@ -271,26 +271,26 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase. - [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [67⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). - [Payments](https://github.com/pplante/flutter_payments) [19⭐] - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co). -- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [136⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). +- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [137⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). - [Admob Flutter](https://github.com/YoussefKababe/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe). ## Templates - [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [201⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). -- [Mates](https://github.com/CodemateLtd/FlutterMates) [263⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). -- [Weather](https://github.com/alessandroaime/Weather) [82⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [1893⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). -- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [340⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [542⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). -- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [43⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). +- [Mates](https://github.com/CodemateLtd/FlutterMates) [264⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). +- [Weather](https://github.com/alessandroaime/Weather) [84⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [1931⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [341⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [548⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [44⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). - [Music Player](https://github.com/thosakwe/flutter_music_player) [91⭐] - music player component by [Tobe O](https://thosakwe.com/). -- [Dashboard](https://github.com/Ivaskuu/dashboard) [294⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Todo](https://github.com/littlemarc2011/FlutterTodo) [205⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). -- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [166⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [1815⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [Dashboard](https://github.com/Ivaskuu/dashboard) [295⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Todo](https://github.com/littlemarc2011/FlutterTodo) [207⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). +- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [168⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [1835⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). - [Book](https://github.com/putraxor/flutter-book-app) [110⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [407⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). -- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [52⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [412⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [53⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). - [DrawApp](https://github.com/SnakeyHips/drawapp) [55⭐] - 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). ### Machine Learning @@ -302,44 +302,44 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [439⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [442⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). - [Location](https://github.com/Lyokone/flutterlocation) [161⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). - [Geolocation](https://github.com/loup-v/geolocation) [122⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). -- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [237⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [240⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). -- [Get Version](https://github.com/AppleEducate/get_version) [36⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). -- [Badger](https://github.com/g123k/flutter_app_badger) [54⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). +- [Get Version](https://github.com/AppleEducate/get_version) [37⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). +- [Badger](https://github.com/g123k/flutter_app_badger) [55⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). - [UDID](https://github.com/GigaDroid/flutter_udid) [30⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). -- [Downloader](https://github.com/hnvn/flutter_downloader) [106⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). -- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [136⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [Downloader](https://github.com/hnvn/flutter_downloader) [108⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). +- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [139⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [9⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [19⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). - [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [22⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). #### Scanner -- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [65⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). +- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [66⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). - [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [57⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [371⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Blue](https://github.com/pauldemarco/flutter_blue) [374⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). - [Beacons](https://github.com/loup-v/beacons) [19⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). -- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [43⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). +- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [44⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). ### Storage -- [Sqflite](https://github.com/tekartik/sqflite) [610⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). +- [Sqflite](https://github.com/tekartik/sqflite) [615⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). - [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [30⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). ### Services -- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [155⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). +- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [156⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). - [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [37⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). - [Intercom](https://pub.dartlang.org/packages/intercom) [15⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). -- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [131⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). +- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [134⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). - [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [112⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [31⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). - [App Rating](https://github.com/AppleEducate/app_review) [47⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). @@ -349,41 +349,41 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Bloc -- [Bloc](https://github.com/felangel/bloc) [363⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [Bloc](https://github.com/felangel/bloc) [371⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). ### Redux / ELM / Dependency Injection - [Built redux](https://github.com/davidmarne/flutter_built_redux) [61⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). - [Redux.dart](https://github.com/johnpryan/redux.dart) [220⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [523⭐] - 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. +- [Redux](https://github.com/brianegan/flutter_redux) [530⭐] - 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. - [Dartea](https://github.com/p69/dartea) [55⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). -- [Inject](https://github.com/google/inject.dart) [332⭐] - Compile-time dependency injection by Google. +- [Inject](https://github.com/google/inject.dart) [333⭐] - Compile-time dependency injection by Google. - [Flux](https://github.com/google/flutter_flux) [271⭐] - Implementation of the Flux framework by Google. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [269⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [274⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). - [Functional widget](https://github.com/rrousselGit/functional_widget) [53⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [484⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [Graphql](https://github.com/zino-app/graphql-flutter) [490⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). ### Animation - [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [112⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [475⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Villains](https://github.com/Norbert515/flutter_villains) [142⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [185⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [481⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Villains](https://github.com/Norbert515/flutter_villains) [143⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [186⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [638⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) [518⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). +- [Flame](https://github.com/luanpotter/flame) [643⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) [521⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc -- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [107⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). +- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [109⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). ### Testing @@ -393,34 +393,34 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2080⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2215⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [1202⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [1615⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). -- [Meme Chat](https://github.com/efortuna/memechat) [316⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. -- [Flitter](https://github.com/dart-flitter/flitter) [139⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. -- [Lime](https://github.com/fablue/lime-flutter) [210⭐] - Lime social network by Sebastian Sellmair. -- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [344⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). -- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [277⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). +- [Flutter Team Samples](https://github.com/flutter/samples) [1231⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [2400⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Meme Chat](https://github.com/efortuna/memechat) [318⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. +- [Flitter](https://github.com/dart-flitter/flitter) [140⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. +- [Lime](https://github.com/fablue/lime-flutter) [212⭐] - Lime social network by Sebastian Sellmair. +- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [347⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). +- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [279⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). - [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [361⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [462⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). -- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [345⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [387⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [221⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [468⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [347⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). +- [FlutterGram](https://github.com/mdanics/fluttergram) [394⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [223⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). - [Cinematic](https://github.com/aaronoe/FlutterCinematic) [385⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). - [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [156⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [179⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). -- [Taskist](https://github.com/huextrat/Taskist) [122⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). +- [Trace](https://github.com/trentpiercy/trace) [182⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Taskist](https://github.com/huextrat/Taskist) [126⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). - [Tourism](https://github.com/bluemix/tourism-demo) [66⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). -- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [124⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). +- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [125⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). - [Deer](https://github.com/aleksanderwozniak/deer) [65⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). ### Block / Angular / PWA -- [InKino](https://github.com/roughike/inKino) [1663⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [1674⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### Games @@ -428,20 +428,20 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [2048](https://github.com/anuranBarman/2048) [42⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). - [TRex](https://github.com/renancaraujo/trex-flame) [63⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). - [Crush](https://github.com/boeledi/flutter_crush) [94⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). -- [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [27⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). +- [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [28⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). ## Utilities - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya). - [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). -- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [136⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). +- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [137⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). - [FlutterIcon](http://fluttericon.com/) [51⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren). ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [3267⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [543⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [3320⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [561⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). ## Books @@ -453,7 +453,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Fun -- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [206👍] +- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [207👍] ## Community From bd585bcf7803c3ebc0f39e12565c7699f693f2be Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Tue, 15 Jan 2019 21:50:56 +0100 Subject: [PATCH 004/128] mobxjs/mobx.dart mobxjs/mobx.dart --- source.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source.md b/source.md index c781a02..c0e8356 100644 --- a/source.md +++ b/source.md @@ -422,6 +422,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [InKino](https://github.com/roughike/inKino) - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike) +### State Management + + - [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. + ### Games - [Flip](https://github.com/RedBrogdon/flutterflip) - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon) From c29358d5d8648abb13eae412f50903d824c844f2 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Thu, 17 Jan 2019 20:03:57 +0100 Subject: [PATCH 005/128] Presentation material & Helio S. Junior --- source.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source.md b/source.md index c0e8356..7ef32c1 100644 --- a/source.md +++ b/source.md @@ -57,6 +57,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Introduction - [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 +- [Presentation](https://speakerdeck.com/hjjunior/why-i-chose-flutter) - by [Helio S. Junior](https://github.com/hjJunior) ### Websites / Blogs @@ -461,6 +462,12 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ## Community +### Presentation material + +- [Logo](https://drive.google.com/drive/folders/1GDGdQ0ghrxTNTx6aZLT41eV5sPZvV7bU) - Logo for stickers impressions + +### Communication + - [Gitter](https://gitter.im/flutter/flutter) - Exchange channel - [r/FlutterDev Subreddit](https://www.reddit.com/r/FlutterDev/) - Reddit community by [u/JaapVermeulen](https://www.reddit.com/user/JaapVermeulen) - [Dev Discord](https://discord.gg/N7Yshp4) - Discord server to discuss and get help by [Pritykin](https://twitter.com/AndrewPritykin) From 202a0581154017487d743ce77a0133c72dba1e00 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Thu, 17 Jan 2019 20:11:44 +0100 Subject: [PATCH 006/128] Gen > Presentation material & Helio S. Junior --- README.md | 275 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 141 insertions(+), 134 deletions(-) diff --git a/README.md b/README.md index 4e8d370..52f1815 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@

- StackOverflow + StackOverflow - Github Repositories + Github Repositories - Entries + Entries Awesome @@ -57,6 +57,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Introduction - [Google IO 2018](https://medium.com/flutter-io/building-beautiful-flexible-user-interfaces-with-flutter-material-theming-and-official-material-13ae9279ef19) [1.1K claps👏] - Building beautiful, flexible user interfaces. +- [Presentation](https://speakerdeck.com/hjjunior/why-i-chose-flutter) - by [Helio S. Junior](https://github.com/hjJunior). ### Websites / Blogs @@ -79,16 +80,16 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Beginner - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). -- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [741 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). +- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [792 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). - [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [1.8K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). ### Advanced -- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [225👍] - Engine architecture by Adam Barth. +- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [226👍] - Engine architecture by Adam Barth. - [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [1.7K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). -- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [380 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). +- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [430 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com). - [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [553 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). @@ -96,10 +97,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Howtos -- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [446👍] - Firebase live coding. -- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [355 claps👏] - By Mehmet Fidanboylu. +- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [449👍] - Firebase live coding. +- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [356 claps👏] - By Mehmet Fidanboylu. - [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [400 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). -- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [783 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). +- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [784 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). ## Videos @@ -118,107 +119,107 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [1896⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [231⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [1923⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [241⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI - [Contact Picker](https://github.com/goderbauer/contact_picker) [23⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [420⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). -- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [168⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). -- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [150⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). -- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [165⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [199⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [370⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). -- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [131⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). -- [Side Header List](https://github.com/renefloor/side_header_list_view) [118⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [425⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [169⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). +- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [151⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). +- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [166⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [200⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [373⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [132⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). +- [Side Header List](https://github.com/renefloor/side_header_list_view) [120⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). - [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [129⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). -- [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [77⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [106⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [79⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [107⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). - [Stepper Touch](https://github.com/Rahiche/stepper_touch) [60⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Offline](https://github.com/jogboms/flutter_offline) [154⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [84⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). -- [Snaplist](https://github.com/ariedov/flutter_snaplist) [87⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). +- [Offline](https://github.com/jogboms/flutter_offline) [156⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [87⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). +- [Snaplist](https://github.com/ariedov/flutter_snaplist) [88⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). - [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [66⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). - [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [22⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). -- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [8⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). -- [Folding Cell](https://github.com/faob-dev/folding_cell) [62⭐] - Fold your widget by [Faob](https://github.com/faob-dev). -- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [23⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [122⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [9⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). +- [Folding Cell](https://github.com/faob-dev/folding_cell) [63⭐] - Fold your widget by [Faob](https://github.com/faob-dev). +- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [24⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [138⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). - [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [17⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). #### Material Design - [Material Color Picker](https://github.com/long1eu/material_color_picker) [42⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). -- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [85⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [388⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). -- [RangeSlider](https://github.com/boeledi/RangeSlider) [81⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). +- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [86⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). +- [Slidable](https://github.com/letsar/flutter_slidable) [391⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [RangeSlider](https://github.com/boeledi/RangeSlider) [82⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [280⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [240⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [69⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [282⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [241⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Wave](https://github.com/i-protoss/wave) [72⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar -- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [51⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). +- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [53⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh). ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [144⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [148⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). - [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [95⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). -- [Photo View](https://github.com/renancaraujo/photo_view) [260⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). -- [SVG](https://github.com/dnfield/flutter_svg) [212⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). +- [Photo View](https://github.com/renancaraujo/photo_view) [264⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). +- [SVG](https://github.com/dnfield/flutter_svg) [217⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). - [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [177⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [302⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [124⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [307⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [125⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). ### Map -- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [343⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). +- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [344⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). - [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [35⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [484⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). -- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [171⭐] - Interactive, customizable vector maps by Mapbox. +- [Map](https://github.com/apptreesoftware/flutter_map) [488⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [172⭐] - Interactive, customizable vector maps by Mapbox. ### Charts -- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [158⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [159⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). - [Charts](https://github.com/mzimmerm/flutter_charts) [103⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). - [Sparkline](https://github.com/xqwzts/flutter_sparkline) [103⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [465⭐] - By Google Charts Team. +- [Charts](https://github.com/google/charts) [469⭐] - By Google Charts Team. - [Flutter Plot](https://github.com/RCHowell/flutter_plot) [15⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). - [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [80⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). -- [FCharts](https://github.com/thekeenant/fcharts) [214⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). +- [FCharts](https://github.com/thekeenant/fcharts) [216⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [702⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [Fluro](https://github.com/goposse/fluro) [710⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). - [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [32⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). ### Auth - [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android. -- [Login](https://github.com/AppleEducate/flutter_login) [223⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). +- [Login](https://github.com/AppleEducate/flutter_login) [225⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. - [Facebook Login](https://github.com/roughike/flutter_facebook_login) [124⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). - [OAuth](https://github.com/hitherejoe/FlutterOAuth) [88⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). -- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [413 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). +- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [415 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). - [SimpleAuth](https://github.com/Clancey/simple_auth) [72⭐] - 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). ### Text & Rich Content -- [Markdown](https://github.com/flutter/flutter_markdown) [163⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. +- [Markdown](https://github.com/flutter/flutter_markdown) [166⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. - [Rich Text Editor](https://github.com/long1eu/rich_editor) [67⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). - [Masked Text](https://github.com/benhurott/flutter-masked-text) [54⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). -- [Zefyr](https://github.com/memspace/zefyr) [357⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). +- [Zefyr](https://github.com/memspace/zefyr) [360⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). ### Analytics @@ -238,26 +239,26 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Styling -- [Flutterial](https://github.com/rxlabz/flutterial) [104⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Flutterial](https://github.com/rxlabz/flutterial) [125⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). - [Pigment](https://github.com/bregydoc/pigment) [62⭐] - Simple but useful package for use colors in flutter. ### Media #### Audio -- [Audio Plugin](https://github.com/rxlabz/audioplayer) [211⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Audio Plugin](https://github.com/rxlabz/audioplayer) [212⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). - [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [64⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). - [Stereo](https://github.com/2find/stereo) [44⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). -- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [41⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). +- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [43⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). #### Video -- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [288⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). -- [Chewie](https://github.com/brianegan/chewie) [227⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). +- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [295⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). +- [Chewie](https://github.com/brianegan/chewie) [229⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice -- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [97⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [98⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). - [OK Google](https://marcinszalek.pl/flutter/ok-google-flutter/) - Integrate google assistant by [Marcin Szalek](https://marcinszalek.pl/). ### Storage @@ -269,29 +270,29 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Admob](https://pub.dartlang.org/packages/admob) - GoogleAdmob supports interstitial ads in both iOS and Android by Brett Nesbitt. - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase. -- [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [67⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). +- [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [69⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). - [Payments](https://github.com/pplante/flutter_payments) [19⭐] - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co). -- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [137⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). +- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [138⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). - [Admob Flutter](https://github.com/YoussefKababe/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe). ## Templates -- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [201⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). +- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [203⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). - [Mates](https://github.com/CodemateLtd/FlutterMates) [264⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). - [Weather](https://github.com/alessandroaime/Weather) [84⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [1931⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). -- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [341⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [548⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). -- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [44⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [1956⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [342⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [553⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [45⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). - [Music Player](https://github.com/thosakwe/flutter_music_player) [91⭐] - music player component by [Tobe O](https://thosakwe.com/). -- [Dashboard](https://github.com/Ivaskuu/dashboard) [295⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Todo](https://github.com/littlemarc2011/FlutterTodo) [207⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). -- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [168⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [1835⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [Dashboard](https://github.com/Ivaskuu/dashboard) [297⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Todo](https://github.com/littlemarc2011/FlutterTodo) [208⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). +- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [171⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [1843⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). - [Book](https://github.com/putraxor/flutter-book-app) [110⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [412⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). -- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [53⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). -- [DrawApp](https://github.com/SnakeyHips/drawapp) [55⭐] - 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). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [414⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [54⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). +- [DrawApp](https://github.com/SnakeyHips/drawapp) [56⭐] - 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). ### Machine Learning @@ -302,45 +303,45 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [442⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [445⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). - [Location](https://github.com/Lyokone/flutterlocation) [161⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). - [Geolocation](https://github.com/loup-v/geolocation) [122⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). -- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [240⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [245⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). -- [Get Version](https://github.com/AppleEducate/get_version) [37⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). +- [Get Version](https://github.com/AppleEducate/get_version) [38⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). - [Badger](https://github.com/g123k/flutter_app_badger) [55⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). -- [UDID](https://github.com/GigaDroid/flutter_udid) [30⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). +- [UDID](https://github.com/GigaDroid/flutter_udid) [31⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). - [Downloader](https://github.com/hnvn/flutter_downloader) [108⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). - [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [139⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). -- [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [9⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [10⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [19⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). - [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [22⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). #### Scanner -- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [66⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). -- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [57⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). +- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [67⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). +- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [59⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [374⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Blue](https://github.com/pauldemarco/flutter_blue) [378⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). - [Beacons](https://github.com/loup-v/beacons) [19⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). - [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [44⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). ### Storage -- [Sqflite](https://github.com/tekartik/sqflite) [615⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). -- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [30⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). +- [Sqflite](https://github.com/tekartik/sqflite) [622⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). +- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [31⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). ### Services -- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [156⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). +- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [159⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). - [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [37⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). - [Intercom](https://pub.dartlang.org/packages/intercom) [15⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). -- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [134⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). -- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [112⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). +- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [136⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). +- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [114⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [31⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). - [App Rating](https://github.com/AppleEducate/app_review) [47⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). - [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) [6⭐] Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) @@ -349,103 +350,103 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Bloc -- [Bloc](https://github.com/felangel/bloc) [371⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [Bloc](https://github.com/felangel/bloc) [386⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). ### Redux / ELM / Dependency Injection - [Built redux](https://github.com/davidmarne/flutter_built_redux) [61⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). -- [Redux.dart](https://github.com/johnpryan/redux.dart) [220⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [530⭐] - 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. +- [Redux.dart](https://github.com/johnpryan/redux.dart) [225⭐] - 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). +- [Redux](https://github.com/brianegan/flutter_redux) [536⭐] - 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. - [Dartea](https://github.com/p69/dartea) [55⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). -- [Inject](https://github.com/google/inject.dart) [333⭐] - Compile-time dependency injection by Google. -- [Flux](https://github.com/google/flutter_flux) [271⭐] - Implementation of the Flux framework by Google. - -### State Management - -- [MobX](https://github.com/mobxjs/mobx.dart) - Supercharge the state-management in your Dart and Flutter apps with Transparent Functional Reactive Programming (TFRP). This is a port of MobX from the JavaScript/React land. +- [Inject](https://github.com/google/inject.dart) [335⭐] - Compile-time dependency injection by Google. +- [Flux](https://github.com/google/flutter_flux) [272⭐] - Implementation of the Flux framework by Google. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [274⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [279⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). - [Functional widget](https://github.com/rrousselGit/functional_widget) [53⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [490⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [Graphql](https://github.com/zino-app/graphql-flutter) [494⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). ### Animation -- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [112⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [481⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Villains](https://github.com/Norbert515/flutter_villains) [143⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [186⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [114⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [483⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Villains](https://github.com/Norbert515/flutter_villains) [144⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [189⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [643⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) [521⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). +- [Flame](https://github.com/luanpotter/flame) [648⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) [525⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc -- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [109⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). +- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [110⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). ### Testing -- [Ozzie](https://github.com/jorgecoca/ozzie.flutter) [64⭐] - Ozzie will take an screenshot during integration tests whenever you need by [Jorge Coca](https://github.com/jorgecoca). +- [Ozzie](https://github.com/jorgecoca/ozzie.flutter) [65⭐] - Ozzie will take an screenshot during integration tests whenever you need by [Jorge Coca](https://github.com/jorgecoca). ## Open Source Apps ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2215⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2290⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [1231⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [2400⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). -- [Meme Chat](https://github.com/efortuna/memechat) [318⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. -- [Flitter](https://github.com/dart-flitter/flitter) [140⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. -- [Lime](https://github.com/fablue/lime-flutter) [212⭐] - Lime social network by Sebastian Sellmair. -- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [347⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). -- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [279⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). -- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [361⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [468⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). -- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [347⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [394⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [223⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). -- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [385⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). -- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [156⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [182⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). -- [Taskist](https://github.com/huextrat/Taskist) [126⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). -- [Tourism](https://github.com/bluemix/tourism-demo) [66⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). -- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [125⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). +- [Flutter Team Samples](https://github.com/flutter/samples) [1252⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [2888⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Meme Chat](https://github.com/efortuna/memechat) [319⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. +- [Flitter](https://github.com/dart-flitter/flitter) [141⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. +- [Lime](https://github.com/fablue/lime-flutter) [213⭐] - Lime social network by Sebastian Sellmair. +- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [350⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). +- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [280⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). +- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [362⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [469⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [352⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). +- [FlutterGram](https://github.com/mdanics/fluttergram) [399⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [224⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [389⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). +- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [159⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). +- [Trace](https://github.com/trentpiercy/trace) [185⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Taskist](https://github.com/huextrat/Taskist) [129⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). +- [Tourism](https://github.com/bluemix/tourism-demo) [68⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). +- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [127⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). -- [Deer](https://github.com/aleksanderwozniak/deer) [65⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [Deer](https://github.com/aleksanderwozniak/deer) [68⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). ### Block / Angular / PWA -- [InKino](https://github.com/roughike/inKino) [1674⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [1688⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). + +### State Management + + - [MobX](https://github.com/mobxjs/mobx.dart) [60⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. ### Games -- [Flip](https://github.com/RedBrogdon/flutterflip) [77⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). -- [2048](https://github.com/anuranBarman/2048) [42⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). -- [TRex](https://github.com/renancaraujo/trex-flame) [63⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). -- [Crush](https://github.com/boeledi/flutter_crush) [94⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). +- [Flip](https://github.com/RedBrogdon/flutterflip) [78⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). +- [2048](https://github.com/anuranBarman/2048) [43⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). +- [TRex](https://github.com/renancaraujo/trex-flame) [64⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). +- [Crush](https://github.com/boeledi/flutter_crush) [96⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). - [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [28⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). ## Utilities - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya). - [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). -- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [137⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). -- [FlutterIcon](http://fluttericon.com/) [51⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). +- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [139⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). +- [FlutterIcon](http://fluttericon.com/) [52⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren). ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [3320⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [561⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [3355⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [573⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). ## Books @@ -457,10 +458,16 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Fun -- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [207👍] +- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [209👍] ## Community +### Presentation material + +- [Logo](https://drive.google.com/drive/folders/1GDGdQ0ghrxTNTx6aZLT41eV5sPZvV7bU) - Logo for stickers impressions. + +### Communication + - [Gitter](https://gitter.im/flutter/flutter) - Exchange channel. - [r/FlutterDev Subreddit](https://www.reddit.com/r/FlutterDev/) - Reddit community by [u/JaapVermeulen](https://www.reddit.com/user/JaapVermeulen). - [Dev Discord](https://discord.gg/N7Yshp4) - Discord server to discuss and get help by [Pritykin](https://twitter.com/AndrewPritykin). @@ -492,4 +499,4 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) -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. +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. \ No newline at end of file From 291b32265028e6544f85827399c88ed4be25fb2b Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sat, 19 Jan 2019 16:29:42 +0100 Subject: [PATCH 007/128] Gen > App Store Template --- README.md | 207 +++++++++++++++++++++++++++--------------------------- 1 file changed, 104 insertions(+), 103 deletions(-) diff --git a/README.md b/README.md index 52f1815..9126844 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@

- StackOverflow + StackOverflow - Github Repositories + Github Repositories - Entries + Entries Awesome @@ -80,7 +80,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Beginner - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). -- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [792 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). +- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [793 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). - [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [1.8K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). @@ -89,18 +89,18 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [226👍] - Engine architecture by Adam Barth. - [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [1.7K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). -- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [430 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). +- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [434 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com). -- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [553 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). +- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [554 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). - [Flutter: 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). ### Howtos -- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [449👍] - Firebase live coding. +- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [450👍] - Firebase live coding. - [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [356 claps👏] - By Mehmet Fidanboylu. - [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [400 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). -- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [784 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). +- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [797 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). ## Videos @@ -110,7 +110,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [119🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). - [Udacity](https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905) - Build Native Mobile Apps by Google. - [VoidRealms](https://www.youtube.com/playlist?list=PLUbFnGajtZlX9ubiLzYz_cw92esraiIBi) [43🎬] - Video tutorials, from basic to advanced. -- [Coding With Flutter](https://www.youtube.com/watch?v=u_Lyx8KJWpg&list=PLNnAcB93JKV9iZ2cwk9MEx3_JG8BRikMP) [18🎬] - Video tutorials and live-coding examples by [Andrea Bizzotto](https://medium.com/@biz84). +- [Coding With Flutter](https://www.youtube.com/watch?v=u_Lyx8KJWpg&list=PLNnAcB93JKV9iZ2cwk9MEx3_JG8BRikMP) [19🎬] - Video tutorials and live-coding examples by [Andrea Bizzotto](https://medium.com/@biz84). - [Flutter Crash Course](https://fluttercrashcourse.com) - Free video course by [Nick Manning](https://twitter.com/seenickcode). - [Boring Show](https://www.youtube.com/results?search_query=%23BoringShow) - Exploration with the Flutter Team. @@ -119,23 +119,23 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [1923⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [241⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [1937⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [247⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI - [Contact Picker](https://github.com/goderbauer/contact_picker) [23⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [425⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). -- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [169⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [429⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [171⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). - [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [151⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). - [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [166⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [200⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [373⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [201⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [375⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). - [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [132⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). -- [Side Header List](https://github.com/renefloor/side_header_list_view) [120⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). -- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [129⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). +- [Side Header List](https://github.com/renefloor/side_header_list_view) [119⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). +- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [130⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [79⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [107⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [109⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). - [Stepper Touch](https://github.com/Rahiche/stepper_touch) [60⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). - [Offline](https://github.com/jogboms/flutter_offline) [156⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). - [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [87⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). @@ -143,23 +143,23 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [66⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). - [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [22⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). - [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [9⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). -- [Folding Cell](https://github.com/faob-dev/folding_cell) [63⭐] - Fold your widget by [Faob](https://github.com/faob-dev). +- [Folding Cell](https://github.com/faob-dev/folding_cell) [64⭐] - Fold your widget by [Faob](https://github.com/faob-dev). - [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [24⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [138⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [17⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [142⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [18⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). #### Material Design -- [Material Color Picker](https://github.com/long1eu/material_color_picker) [42⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). +- [Material Color Picker](https://github.com/long1eu/material_color_picker) [43⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). - [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [86⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [391⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [Slidable](https://github.com/letsar/flutter_slidable) [395⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). - [RangeSlider](https://github.com/boeledi/RangeSlider) [82⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [282⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [241⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [283⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [244⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). - [Wave](https://github.com/i-protoss/wave) [72⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar @@ -171,34 +171,34 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [148⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). -- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [95⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). -- [Photo View](https://github.com/renancaraujo/photo_view) [264⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). -- [SVG](https://github.com/dnfield/flutter_svg) [217⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [177⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [307⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [125⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [149⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [96⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). +- [Photo View](https://github.com/renancaraujo/photo_view) [266⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). +- [SVG](https://github.com/dnfield/flutter_svg) [226⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [178⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [313⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [128⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). ### Map - [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [344⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). - [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [35⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [488⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). -- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [172⭐] - Interactive, customizable vector maps by Mapbox. +- [Map](https://github.com/apptreesoftware/flutter_map) [490⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [174⭐] - Interactive, customizable vector maps by Mapbox. ### Charts -- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [159⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/mzimmerm/flutter_charts) [103⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [160⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/mzimmerm/flutter_charts) [104⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). - [Sparkline](https://github.com/xqwzts/flutter_sparkline) [103⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [469⭐] - By Google Charts Team. +- [Charts](https://github.com/google/charts) [472⭐] - By Google Charts Team. - [Flutter Plot](https://github.com/RCHowell/flutter_plot) [15⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). -- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [80⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). -- [FCharts](https://github.com/thekeenant/fcharts) [216⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). +- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [81⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). +- [FCharts](https://github.com/thekeenant/fcharts) [217⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [710⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [Fluro](https://github.com/goposse/fluro) [723⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). - [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [32⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). @@ -208,11 +208,11 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Login](https://github.com/AppleEducate/flutter_login) [225⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. -- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [124⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). +- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [125⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). - [OAuth](https://github.com/hitherejoe/FlutterOAuth) [88⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). - [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [415 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). -- [SimpleAuth](https://github.com/Clancey/simple_auth) [72⭐] - 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). +- [SimpleAuth](https://github.com/Clancey/simple_auth) [73⭐] - 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). ### Text & Rich Content @@ -232,29 +232,29 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Build automation - [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) [39⭐] - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov). -- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [376 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [396 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). - [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) [250 claps👏] - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov). - [BitRise](https://medium.com/@karol.wrotniak/how-to-create-bitrise-step-in-go-flutter-example-668cf4db1fd2) [62 claps👏] - Create Bitrise Step in Go by [Karol Wrótniak](https://medium.com/@karol.wrotniak). - [Code Magic](https://codemagic.io/) - Automate the entire flow, build and distribution by (NeverCode)[https://nevercode.io/]. ### Styling -- [Flutterial](https://github.com/rxlabz/flutterial) [125⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). -- [Pigment](https://github.com/bregydoc/pigment) [62⭐] - Simple but useful package for use colors in flutter. +- [Flutterial](https://github.com/rxlabz/flutterial) [129⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Pigment](https://github.com/bregydoc/pigment) [63⭐] - Simple but useful package for use colors in flutter. ### Media #### Audio -- [Audio Plugin](https://github.com/rxlabz/audioplayer) [212⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Audio Plugin](https://github.com/rxlabz/audioplayer) [217⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). - [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [64⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). - [Stereo](https://github.com/2find/stereo) [44⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). - [Flutter Sound](https://github.com/dooboolab/flutter_sound) [43⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). #### Video -- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [295⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). -- [Chewie](https://github.com/brianegan/chewie) [229⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). +- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [298⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). +- [Chewie](https://github.com/brianegan/chewie) [231⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice @@ -264,7 +264,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Storage - [Firebase Storage](https://github.com/flutter/plugins/tree/master/packages/firebase_storage) - Firebase as data storage. -- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [94⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). +- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [95⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). ### Monetization @@ -272,27 +272,28 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase. - [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [69⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). - [Payments](https://github.com/pplante/flutter_payments) [19⭐] - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co). -- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [138⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). +- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [140⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). - [Admob Flutter](https://github.com/YoussefKababe/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe). ## Templates -- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [203⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). +- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [204⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). - [Mates](https://github.com/CodemateLtd/FlutterMates) [264⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). - [Weather](https://github.com/alessandroaime/Weather) [84⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [1956⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). -- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [342⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [553⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [1975⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [343⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [557⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). - [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [45⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). -- [Music Player](https://github.com/thosakwe/flutter_music_player) [91⭐] - music player component by [Tobe O](https://thosakwe.com/). -- [Dashboard](https://github.com/Ivaskuu/dashboard) [297⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Music Player](https://github.com/thosakwe/flutter_music_player) [90⭐] - music player component by [Tobe O](https://thosakwe.com/). +- [Dashboard](https://github.com/Ivaskuu/dashboard) [299⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). - [Todo](https://github.com/littlemarc2011/FlutterTodo) [208⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). -- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [171⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [1843⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). -- [Book](https://github.com/putraxor/flutter-book-app) [110⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [414⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [172⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [1852⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [Book](https://github.com/putraxor/flutter-book-app) [111⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [415⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). - [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [54⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). -- [DrawApp](https://github.com/SnakeyHips/drawapp) [56⭐] - 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). +- [DrawApp](https://github.com/SnakeyHips/drawapp) [57⭐] - 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). +- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [108⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). ### Machine Learning @@ -303,21 +304,21 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [445⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). -- [Location](https://github.com/Lyokone/flutterlocation) [161⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [451⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [Location](https://github.com/Lyokone/flutterlocation) [162⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). - [Geolocation](https://github.com/loup-v/geolocation) [122⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). -- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [245⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [246⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). - [Get Version](https://github.com/AppleEducate/get_version) [38⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). - [Badger](https://github.com/g123k/flutter_app_badger) [55⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). - [UDID](https://github.com/GigaDroid/flutter_udid) [31⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). - [Downloader](https://github.com/hnvn/flutter_downloader) [108⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). -- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [139⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [140⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [10⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [19⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). -- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [22⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). +- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [23⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). #### Scanner @@ -326,14 +327,14 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [378⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Blue](https://github.com/pauldemarco/flutter_blue) [382⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). - [Beacons](https://github.com/loup-v/beacons) [19⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). -- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [44⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). +- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [45⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). ### Storage -- [Sqflite](https://github.com/tekartik/sqflite) [622⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). -- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [31⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). +- [Sqflite](https://github.com/tekartik/sqflite) [625⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). +- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [32⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). ### Services @@ -341,7 +342,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [37⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). - [Intercom](https://pub.dartlang.org/packages/intercom) [15⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). - [MLKit](https://github.com/azihsoyn/flutter_mlkit) [136⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). -- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [114⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). +- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [115⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [31⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). - [App Rating](https://github.com/AppleEducate/app_review) [47⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). - [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) [6⭐] Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) @@ -350,41 +351,41 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Bloc -- [Bloc](https://github.com/felangel/bloc) [386⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [Bloc](https://github.com/felangel/bloc) [394⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). ### Redux / ELM / Dependency Injection - [Built redux](https://github.com/davidmarne/flutter_built_redux) [61⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). -- [Redux.dart](https://github.com/johnpryan/redux.dart) [225⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [536⭐] - 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. +- [Redux.dart](https://github.com/johnpryan/redux.dart) [229⭐] - 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). +- [Redux](https://github.com/brianegan/flutter_redux) [540⭐] - 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. - [Dartea](https://github.com/p69/dartea) [55⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). -- [Inject](https://github.com/google/inject.dart) [335⭐] - Compile-time dependency injection by Google. +- [Inject](https://github.com/google/inject.dart) [337⭐] - Compile-time dependency injection by Google. - [Flux](https://github.com/google/flutter_flux) [272⭐] - Implementation of the Flux framework by Google. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [279⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [285⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). - [Functional widget](https://github.com/rrousselGit/functional_widget) [53⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [494⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [Graphql](https://github.com/zino-app/graphql-flutter) [498⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). ### Animation - [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [114⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [483⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [488⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). - [Villains](https://github.com/Norbert515/flutter_villains) [144⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [189⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [190⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [648⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) [525⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). +- [Flame](https://github.com/luanpotter/flame) [651⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) [527⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc -- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [110⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). +- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [111⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). ### Testing @@ -394,59 +395,59 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2290⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2332⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [1252⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [2888⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Flutter Team Samples](https://github.com/flutter/samples) [1269⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [3219⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). - [Meme Chat](https://github.com/efortuna/memechat) [319⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. - [Flitter](https://github.com/dart-flitter/flitter) [141⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. - [Lime](https://github.com/fablue/lime-flutter) [213⭐] - Lime social network by Sebastian Sellmair. - [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [350⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). -- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [280⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). -- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [362⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [469⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). -- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [352⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [399⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [224⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). -- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [389⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). -- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [159⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [185⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [282⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). +- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [366⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [470⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [353⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). +- [FlutterGram](https://github.com/mdanics/fluttergram) [401⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [225⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [390⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). +- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [161⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). +- [Trace](https://github.com/trentpiercy/trace) [187⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). - [Taskist](https://github.com/huextrat/Taskist) [129⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). -- [Tourism](https://github.com/bluemix/tourism-demo) [68⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). -- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [127⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). +- [Tourism](https://github.com/bluemix/tourism-demo) [69⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). +- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [128⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). - [Deer](https://github.com/aleksanderwozniak/deer) [68⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). ### Block / Angular / PWA -- [InKino](https://github.com/roughike/inKino) [1688⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [1695⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### State Management - - [MobX](https://github.com/mobxjs/mobx.dart) [60⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. + - [MobX](https://github.com/mobxjs/mobx.dart) [64⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. ### Games - [Flip](https://github.com/RedBrogdon/flutterflip) [78⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). - [2048](https://github.com/anuranBarman/2048) [43⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). - [TRex](https://github.com/renancaraujo/trex-flame) [64⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). -- [Crush](https://github.com/boeledi/flutter_crush) [96⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). +- [Crush](https://github.com/boeledi/flutter_crush) [97⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). - [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [28⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). ## Utilities - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya). - [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). -- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [139⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). +- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [140⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). - [FlutterIcon](http://fluttericon.com/) [52⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren). ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [3355⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [573⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [3433⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [993⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). ## Books @@ -458,7 +459,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Fun -- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [209👍] +- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [212👍] ## Community From 9d946b1f2ac2ab9f747effce679c826e03cecd1e Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Tue, 22 Jan 2019 12:00:54 +0100 Subject: [PATCH 008/128] Thx --- source.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source.md b/source.md index 104266e..5cf3246 100644 --- a/source.md +++ b/source.md @@ -11,6 +11,11 @@ Awesome + + Thanks + + +

Flutter is a mobile app SDK for building high-performance, high-fidelity, apps for iOS and Android, from a single codebase. From ea1c9ad88429d6b74fb2d59d2c592ac02fc05b2b Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Tue, 22 Jan 2019 21:55:15 +0100 Subject: [PATCH 009/128] Gen > Thx --- README.md | 321 +++++++++++++++++++++++++++--------------------------- 1 file changed, 163 insertions(+), 158 deletions(-) diff --git a/README.md b/README.md index 9126844..d7f341e 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,20 @@

- StackOverflow + StackOverflow - Github Repositories + Github Repositories Entries Awesome + + Thanks + + +

Flutter is a mobile app SDK for building high-performance, high-fidelity, apps for iOS and Android, from a single codebase. @@ -80,13 +85,13 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Beginner - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). -- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [793 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). +- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [822 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). -- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [1.8K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). +- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [1.98K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). ### Advanced -- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [226👍] - Engine architecture by Adam Barth. +- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [225👍] - Engine architecture by Adam Barth. - [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [1.7K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). - [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [434 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). @@ -97,10 +102,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Howtos -- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [450👍] - Firebase live coding. +- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [454👍] - Firebase live coding. - [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [356 claps👏] - By Mehmet Fidanboylu. -- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [400 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). -- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [797 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). +- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [450 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). +- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [803 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). ## Videos @@ -119,48 +124,48 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [1937⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [247⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [1961⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [252⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI -- [Contact Picker](https://github.com/goderbauer/contact_picker) [23⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [429⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). -- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [171⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). -- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [151⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). -- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [166⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [201⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [375⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). -- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [132⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). -- [Side Header List](https://github.com/renefloor/side_header_list_view) [119⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). -- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [130⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). -- [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [79⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [109⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). -- [Stepper Touch](https://github.com/Rahiche/stepper_touch) [60⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Offline](https://github.com/jogboms/flutter_offline) [156⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [87⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). -- [Snaplist](https://github.com/ariedov/flutter_snaplist) [88⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). -- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [66⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). -- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [22⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). -- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [9⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). -- [Folding Cell](https://github.com/faob-dev/folding_cell) [64⭐] - Fold your widget by [Faob](https://github.com/faob-dev). -- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [24⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [142⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [18⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Contact Picker](https://github.com/goderbauer/contact_picker) [25⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [437⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [174⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). +- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [153⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). +- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [169⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [204⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [382⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [135⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). +- [Side Header List](https://github.com/renefloor/side_header_list_view) [121⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). +- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [131⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). +- [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [80⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [115⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Stepper Touch](https://github.com/Rahiche/stepper_touch) [62⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). +- [Offline](https://github.com/jogboms/flutter_offline) [159⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [89⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). +- [Snaplist](https://github.com/ariedov/flutter_snaplist) [90⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). +- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [70⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). +- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [24⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). +- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [10⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). +- [Folding Cell](https://github.com/faob-dev/folding_cell) [66⭐] - Fold your widget by [Faob](https://github.com/faob-dev). +- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [26⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [150⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [24⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). #### Material Design -- [Material Color Picker](https://github.com/long1eu/material_color_picker) [43⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). +- [Material Color Picker](https://github.com/long1eu/material_color_picker) [44⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). - [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [86⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [395⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). -- [RangeSlider](https://github.com/boeledi/RangeSlider) [82⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). +- [Slidable](https://github.com/letsar/flutter_slidable) [400⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [RangeSlider](https://github.com/boeledi/RangeSlider) [83⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [283⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [244⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [72⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [287⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [249⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Wave](https://github.com/i-protoss/wave) [74⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar @@ -171,55 +176,55 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [149⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). -- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [96⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). -- [Photo View](https://github.com/renancaraujo/photo_view) [266⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). -- [SVG](https://github.com/dnfield/flutter_svg) [226⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [178⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [313⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [128⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [156⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [98⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). +- [Photo View](https://github.com/renancaraujo/photo_view) [269⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). +- [SVG](https://github.com/dnfield/flutter_svg) [232⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [181⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [318⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [130⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). ### Map -- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [344⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). -- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [35⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [490⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). -- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [174⭐] - Interactive, customizable vector maps by Mapbox. +- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [345⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). +- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [36⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). +- [Map](https://github.com/apptreesoftware/flutter_map) [494⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [176⭐] - Interactive, customizable vector maps by Mapbox. ### Charts -- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [160⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/mzimmerm/flutter_charts) [104⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). -- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [103⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [472⭐] - By Google Charts Team. -- [Flutter Plot](https://github.com/RCHowell/flutter_plot) [15⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). -- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [81⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). -- [FCharts](https://github.com/thekeenant/fcharts) [217⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [161⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/mzimmerm/flutter_charts) [107⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). +- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [104⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/google/charts) [473⭐] - By Google Charts Team. +- [Flutter Plot](https://github.com/RCHowell/flutter_plot) [16⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). +- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [82⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). +- [FCharts](https://github.com/thekeenant/fcharts) [220⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [723⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). -- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [32⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). +- [Fluro](https://github.com/goposse/fluro) [730⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [35⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). ### Auth - [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android. -- [Login](https://github.com/AppleEducate/flutter_login) [225⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). +- [Login](https://github.com/AppleEducate/flutter_login) [229⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. -- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [125⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). -- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [88⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). +- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [128⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). +- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [89⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). -- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [415 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). -- [SimpleAuth](https://github.com/Clancey/simple_auth) [73⭐] - 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). +- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [417 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). +- [SimpleAuth](https://github.com/Clancey/simple_auth) [75⭐] - 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). ### Text & Rich Content -- [Markdown](https://github.com/flutter/flutter_markdown) [166⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. -- [Rich Text Editor](https://github.com/long1eu/rich_editor) [67⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). -- [Masked Text](https://github.com/benhurott/flutter-masked-text) [54⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). -- [Zefyr](https://github.com/memspace/zefyr) [360⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). +- [Markdown](https://github.com/flutter/flutter_markdown) [170⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. +- [Rich Text Editor](https://github.com/long1eu/rich_editor) [69⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). +- [Masked Text](https://github.com/benhurott/flutter-masked-text) [55⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). +- [Zefyr](https://github.com/memspace/zefyr) [365⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). ### Analytics @@ -239,32 +244,32 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Styling -- [Flutterial](https://github.com/rxlabz/flutterial) [129⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). -- [Pigment](https://github.com/bregydoc/pigment) [63⭐] - Simple but useful package for use colors in flutter. +- [Flutterial](https://github.com/rxlabz/flutterial) [136⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Pigment](https://github.com/bregydoc/pigment) [64⭐] - Simple but useful package for use colors in flutter. ### Media #### Audio -- [Audio Plugin](https://github.com/rxlabz/audioplayer) [217⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). -- [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [64⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). +- [Audio Plugin](https://github.com/rxlabz/audioplayer) [218⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [65⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). - [Stereo](https://github.com/2find/stereo) [44⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). -- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [43⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). +- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [47⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). #### Video -- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [298⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). -- [Chewie](https://github.com/brianegan/chewie) [231⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). +- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [305⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). +- [Chewie](https://github.com/brianegan/chewie) [237⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice -- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [98⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [99⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). - [OK Google](https://marcinszalek.pl/flutter/ok-google-flutter/) - Integrate google assistant by [Marcin Szalek](https://marcinszalek.pl/). ### Storage - [Firebase Storage](https://github.com/flutter/plugins/tree/master/packages/firebase_storage) - Firebase as data storage. -- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [95⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). +- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [100⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). ### Monetization @@ -272,28 +277,28 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase. - [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [69⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). - [Payments](https://github.com/pplante/flutter_payments) [19⭐] - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co). -- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [140⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). +- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [141⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). - [Admob Flutter](https://github.com/YoussefKababe/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe). ## Templates -- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [204⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). -- [Mates](https://github.com/CodemateLtd/FlutterMates) [264⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). -- [Weather](https://github.com/alessandroaime/Weather) [84⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [1975⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). -- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [343⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [557⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). -- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [45⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). -- [Music Player](https://github.com/thosakwe/flutter_music_player) [90⭐] - music player component by [Tobe O](https://thosakwe.com/). -- [Dashboard](https://github.com/Ivaskuu/dashboard) [299⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Todo](https://github.com/littlemarc2011/FlutterTodo) [208⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). -- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [172⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [1852⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). -- [Book](https://github.com/putraxor/flutter-book-app) [111⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [415⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). -- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [54⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). -- [DrawApp](https://github.com/SnakeyHips/drawapp) [57⭐] - 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). -- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [108⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). +- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [208⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). +- [Mates](https://github.com/CodemateLtd/FlutterMates) [265⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). +- [Weather](https://github.com/alessandroaime/Weather) [85⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2002⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [345⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [564⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [46⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). +- [Music Player](https://github.com/thosakwe/flutter_music_player) [92⭐] - music player component by [Tobe O](https://thosakwe.com/). +- [Dashboard](https://github.com/Ivaskuu/dashboard) [301⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Todo](https://github.com/littlemarc2011/FlutterTodo) [209⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). +- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [175⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [1866⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [Book](https://github.com/putraxor/flutter-book-app) [113⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [421⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [56⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). +- [DrawApp](https://github.com/SnakeyHips/drawapp) [58⭐] - 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). +- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [126⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). ### Machine Learning @@ -304,45 +309,45 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [451⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). -- [Location](https://github.com/Lyokone/flutterlocation) [162⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [454⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [Location](https://github.com/Lyokone/flutterlocation) [163⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). -- [Geolocation](https://github.com/loup-v/geolocation) [122⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). -- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [246⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Geolocation](https://github.com/loup-v/geolocation) [123⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). +- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [254⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). - [Get Version](https://github.com/AppleEducate/get_version) [38⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). -- [Badger](https://github.com/g123k/flutter_app_badger) [55⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). +- [Badger](https://github.com/g123k/flutter_app_badger) [57⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). - [UDID](https://github.com/GigaDroid/flutter_udid) [31⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). -- [Downloader](https://github.com/hnvn/flutter_downloader) [108⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). -- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [140⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [Downloader](https://github.com/hnvn/flutter_downloader) [110⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). +- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [143⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [10⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). -- [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [19⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). -- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [23⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). +- [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [20⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). +- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [24⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). #### Scanner -- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [67⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). -- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [59⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). +- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [68⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). +- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [60⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [382⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). -- [Beacons](https://github.com/loup-v/beacons) [19⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). -- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [45⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). +- [Blue](https://github.com/pauldemarco/flutter_blue) [386⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Beacons](https://github.com/loup-v/beacons) [20⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). +- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [46⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). ### Storage -- [Sqflite](https://github.com/tekartik/sqflite) [625⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). +- [Sqflite](https://github.com/tekartik/sqflite) [636⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). - [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [32⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). ### Services -- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [159⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). +- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [161⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). - [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [37⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). - [Intercom](https://pub.dartlang.org/packages/intercom) [15⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). -- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [136⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). -- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [115⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). +- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [137⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). +- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [116⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [31⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). - [App Rating](https://github.com/AppleEducate/app_review) [47⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). - [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) [6⭐] Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) @@ -351,103 +356,103 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Bloc -- [Bloc](https://github.com/felangel/bloc) [394⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [Bloc](https://github.com/felangel/bloc) [409⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). ### Redux / ELM / Dependency Injection -- [Built redux](https://github.com/davidmarne/flutter_built_redux) [61⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). -- [Redux.dart](https://github.com/johnpryan/redux.dart) [229⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [540⭐] - 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. +- [Built redux](https://github.com/davidmarne/flutter_built_redux) [63⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). +- [Redux.dart](https://github.com/johnpryan/redux.dart) [231⭐] - 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). +- [Redux](https://github.com/brianegan/flutter_redux) [551⭐] - 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. - [Dartea](https://github.com/p69/dartea) [55⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). -- [Inject](https://github.com/google/inject.dart) [337⭐] - Compile-time dependency injection by Google. -- [Flux](https://github.com/google/flutter_flux) [272⭐] - Implementation of the Flux framework by Google. +- [Inject](https://github.com/google/inject.dart) [338⭐] - Compile-time dependency injection by Google. +- [Flux](https://github.com/google/flutter_flux) [273⭐] - Implementation of the Flux framework by Google. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [285⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). -- [Functional widget](https://github.com/rrousselGit/functional_widget) [53⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [295⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Functional widget](https://github.com/rrousselGit/functional_widget) [58⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [498⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [Graphql](https://github.com/zino-app/graphql-flutter) [510⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). ### Animation -- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [114⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [488⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Villains](https://github.com/Norbert515/flutter_villains) [144⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [190⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [116⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [491⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Villains](https://github.com/Norbert515/flutter_villains) [146⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [193⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [651⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) [527⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). +- [Flame](https://github.com/luanpotter/flame) [668⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) [538⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc -- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [111⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). +- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [115⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). ### Testing -- [Ozzie](https://github.com/jorgecoca/ozzie.flutter) [65⭐] - Ozzie will take an screenshot during integration tests whenever you need by [Jorge Coca](https://github.com/jorgecoca). +- [Ozzie](https://github.com/jorgecoca/ozzie.flutter) [66⭐] - Ozzie will take an screenshot during integration tests whenever you need by [Jorge Coca](https://github.com/jorgecoca). ## Open Source Apps ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2332⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2391⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [1269⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [3219⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). -- [Meme Chat](https://github.com/efortuna/memechat) [319⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. +- [Flutter Team Samples](https://github.com/flutter/samples) [1304⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [3561⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Meme Chat](https://github.com/efortuna/memechat) [322⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. - [Flitter](https://github.com/dart-flitter/flitter) [141⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. -- [Lime](https://github.com/fablue/lime-flutter) [213⭐] - Lime social network by Sebastian Sellmair. -- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [350⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). -- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [282⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). -- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [366⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [470⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). -- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [353⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [401⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [225⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). -- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [390⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). -- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [161⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [187⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). -- [Taskist](https://github.com/huextrat/Taskist) [129⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). -- [Tourism](https://github.com/bluemix/tourism-demo) [69⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). +- [Lime](https://github.com/fablue/lime-flutter) [214⭐] - Lime social network by Sebastian Sellmair. +- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [351⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). +- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [284⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). +- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [367⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [475⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [362⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). +- [FlutterGram](https://github.com/mdanics/fluttergram) [407⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [229⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [394⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). +- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [163⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). +- [Trace](https://github.com/trentpiercy/trace) [191⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Taskist](https://github.com/huextrat/Taskist) [130⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). +- [Tourism](https://github.com/bluemix/tourism-demo) [70⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). - [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [128⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). -- [Deer](https://github.com/aleksanderwozniak/deer) [68⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [Deer](https://github.com/aleksanderwozniak/deer) [74⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). ### Block / Angular / PWA -- [InKino](https://github.com/roughike/inKino) [1695⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [1708⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### State Management - - [MobX](https://github.com/mobxjs/mobx.dart) [64⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. + - [MobX](https://github.com/mobxjs/mobx.dart) [65⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. ### Games -- [Flip](https://github.com/RedBrogdon/flutterflip) [78⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). +- [Flip](https://github.com/RedBrogdon/flutterflip) [79⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). - [2048](https://github.com/anuranBarman/2048) [43⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). -- [TRex](https://github.com/renancaraujo/trex-flame) [64⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). -- [Crush](https://github.com/boeledi/flutter_crush) [97⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). +- [TRex](https://github.com/renancaraujo/trex-flame) [67⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). +- [Crush](https://github.com/boeledi/flutter_crush) [101⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). - [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [28⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). ## Utilities - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya). - [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). -- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [140⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). -- [FlutterIcon](http://fluttericon.com/) [52⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). +- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [142⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). +- [FlutterIcon](http://fluttericon.com/) [53⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren). ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [3433⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [993⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [3486⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [1292⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). ## Books @@ -459,7 +464,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Fun -- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [212👍] +- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [214👍] ## Community From 84df7028fca4fd4b028eef1deccf280015676424 Mon Sep 17 00:00:00 2001 From: Marie Date: Thu, 24 Jan 2019 12:19:28 +0200 Subject: [PATCH 010/128] Add Codemagic CICD for Flutter How to get started with Codemagic and automatic code signing for iOS without Mac --- source.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source.md b/source.md index 5cf3246..8840564 100644 --- a/source.md +++ b/source.md @@ -241,6 +241,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov) - [BitRise](https://medium.com/@karol.wrotniak/how-to-create-bitrise-step-in-go-flutter-example-668cf4db1fd2) - Create Bitrise Step in Go by [Karol Wrótniak](https://medium.com/@karol.wrotniak) - [Code Magic](https://codemagic.io/) - Automate the entire flow, build and distribution by (NeverCode)[https://nevercode.io/] +- [Getting started with Codemagic](https://blog.codemagic.io/getting-started-with-codemagic/) - CI/CD for Flutter by [Shashikant Jagtap](https://github.com/Shashikant86) +- [Automatic code signing for iOS without Mac](https://blog.codemagic.io/automatic-code-signing-for-ios-that-doesnt-require-a-mac/) by Helina Ariva ### Styling From 407d4d5cab7d02f8944f2bee0a66d2977d19b15e Mon Sep 17 00:00:00 2001 From: Muhammed Salih Guler Date: Thu, 24 Jan 2019 21:44:32 +0100 Subject: [PATCH 011/128] Add German community and new blog post about accessibility. --- source.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source.md b/source.md index 5cf3246..62ad5c4 100644 --- a/source.md +++ b/source.md @@ -99,6 +99,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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/) - [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) - [Flutter: 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) +- [A deep dive into Flutter's accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) - Getting a deep dive information about accessibility in Flutter by [Muhammed Salih Güler](https://twitter.com/salihgueler) ### Howtos @@ -500,6 +501,15 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - Meetup [Denmark](https://www.meetup.com/Flutter-Developers-Denmark/) +### 🇩🇪 Germany + +- Meetup [Flutter Berlin](https://www.meetup.com/flutter-berlin/) +- Slack [Flutter Berlin](https://flutterberlin.slack.com/join/shared_invite/enQtMzQ1NDI0NjU4Mjc5LWVjOTg0NmUxZmU4YzZjZjFkMWNjYWYyYTI5NjMyZWE5MDZjNDM0YzgyNWQyM2EzM2E0NDE4ZmQyMzQyMzRlNjI) +- Twitter [Flutter Berlin](https://twitter.com/flutterBerlin) +- Meetup [flutter.school Düsseldorf](https://www.meetup.com/flutter-school/) +- Twitter [flutter.school Düsseldorf](https://twitter.com/flutter_school) +- Meetup [Karlsruhe Flutter Meetup](https://www.meetup.com/Karlsruhe-Flutter-Meetup/) + ## License From 5b5a5c27b05e68164194a9068bdfa9f0cf2b5cb3 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Thu, 24 Jan 2019 22:07:14 +0100 Subject: [PATCH 012/128] Shorten and reorder German Meetups --- source.md | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/source.md b/source.md index 62ad5c4..3d7340d 100644 --- a/source.md +++ b/source.md @@ -98,8 +98,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com) - [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/) - [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) -- [Flutter: 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) -- [A deep dive into Flutter's accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) - Getting a deep dive information about accessibility in Flutter by [Muhammed Salih Güler](https://twitter.com/salihgueler) +- [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) +- [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) ### Howtos @@ -481,13 +481,21 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Flutter Community](https://github.com/fluttercommunity) - Central place for community made packages - [OpenFlutter](https://github.com/OpenFlutter) - Make it easier 让Flutter更简单 +### 🇩🇰 Denmark + +- Meetup [Denmark](https://www.meetup.com/Flutter-Developers-Denmark/) + ### 🇫🇷France +- Meetup [Bordeaux](https://www.meetup.com/fr-FR/Flutter-Bordeaux) - [Paris](https://www.meetup.com/fr-FR/Flutter-Paris) - [Rennes](https://www.meetup.com/fr-FR/Flutter-Rennes) - [Twitter](https://twitter.com/FlutterDev) - Toutes les news et annonces dans votre flux. - [Slack](https://slack.flutter-france.fr) - Slack dédié à la communauté française. -- Meetup [Bordeaux](https://www.meetup.com/fr-FR/Flutter-Bordeaux) - [Paris](https://www.meetup.com/fr-FR/Flutter-Paris) - [Rennes](https://www.meetup.com/fr-FR/Flutter-Rennes) +### 🇩🇪 Germany +- Meetup [Berlin](https://www.meetup.com/flutter-berlin/) - [Düsseldorf](https://www.meetup.com/flutter-school/) - [Karlsruhe](https://www.meetup.com/Karlsruhe-Flutter-Meetup/) +- Twitter [Flutter Berlin](https://twitter.com/flutterBerlin) - [Düsseldorf](https://twitter.com/flutter_school) +- Slack [Flutter Berlin](https://flutterberlin.slack.com/join/shared_invite/enQtMzQ1NDI0NjU4Mjc5LWVjOTg0NmUxZmU4YzZjZjFkMWNjYWYyYTI5NjMyZWE5MDZjNDM0YzgyNWQyM2EzM2E0NDE4ZmQyMzQyMzRlNjI) ### 🇷🇺 Russia @@ -497,18 +505,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - Meetup [Chicago](https://www.meetup.com/Flutter-Chicago/) -### 🇩🇰 Denmark - -- Meetup [Denmark](https://www.meetup.com/Flutter-Developers-Denmark/) - -### 🇩🇪 Germany - -- Meetup [Flutter Berlin](https://www.meetup.com/flutter-berlin/) -- Slack [Flutter Berlin](https://flutterberlin.slack.com/join/shared_invite/enQtMzQ1NDI0NjU4Mjc5LWVjOTg0NmUxZmU4YzZjZjFkMWNjYWYyYTI5NjMyZWE5MDZjNDM0YzgyNWQyM2EzM2E0NDE4ZmQyMzQyMzRlNjI) -- Twitter [Flutter Berlin](https://twitter.com/flutterBerlin) -- Meetup [flutter.school Düsseldorf](https://www.meetup.com/flutter-school/) -- Twitter [flutter.school Düsseldorf](https://twitter.com/flutter_school) -- Meetup [Karlsruhe Flutter Meetup](https://www.meetup.com/Karlsruhe-Flutter-Meetup/) ## License From 843b2da6be9c3bd4485fca6a339444adaf1aa373 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Thu, 24 Jan 2019 22:10:49 +0100 Subject: [PATCH 013/128] Gen > German community and new blog post about accessibility Add German community and new blog post about accessibility. --- README.md | 250 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 128 insertions(+), 122 deletions(-) diff --git a/README.md b/README.md index d7f341e..f97802e 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@

- StackOverflow + StackOverflow - Github Repositories + Github Repositories - Entries + Entries Awesome @@ -87,25 +87,26 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). - [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [822 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). -- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [1.98K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). +- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [1.99K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). ### Advanced -- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [225👍] - Engine architecture by Adam Barth. +- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [229👍] - Engine architecture by Adam Barth. - [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [1.7K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). - [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [434 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com). - [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [554 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). -- [Flutter: 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). +- [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). +- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [460 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). ### Howtos -- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [454👍] - Firebase live coding. +- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [455👍] - Firebase live coding. - [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [356 claps👏] - By Mehmet Fidanboylu. -- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [450 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). -- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [803 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). +- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [451 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). +- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [857 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). ## Videos @@ -124,48 +125,48 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [1961⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [252⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [1982⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [256⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI - [Contact Picker](https://github.com/goderbauer/contact_picker) [25⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [437⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). -- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [174⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). -- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [153⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [445⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [178⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). +- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [155⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). - [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [169⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [204⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [382⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). -- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [135⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). -- [Side Header List](https://github.com/renefloor/side_header_list_view) [121⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). -- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [131⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). +- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [206⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [390⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [136⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). +- [Side Header List](https://github.com/renefloor/side_header_list_view) [122⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). +- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [134⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [80⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [115⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). -- [Stepper Touch](https://github.com/Rahiche/stepper_touch) [62⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Offline](https://github.com/jogboms/flutter_offline) [159⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [89⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). -- [Snaplist](https://github.com/ariedov/flutter_snaplist) [90⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). -- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [70⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [116⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Stepper Touch](https://github.com/Rahiche/stepper_touch) [61⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). +- [Offline](https://github.com/jogboms/flutter_offline) [161⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [91⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). +- [Snaplist](https://github.com/ariedov/flutter_snaplist) [94⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). +- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [72⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). - [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [24⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). - [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [10⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). -- [Folding Cell](https://github.com/faob-dev/folding_cell) [66⭐] - Fold your widget by [Faob](https://github.com/faob-dev). +- [Folding Cell](https://github.com/faob-dev/folding_cell) [69⭐] - Fold your widget by [Faob](https://github.com/faob-dev). - [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [26⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [150⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [24⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [157⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [25⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). #### Material Design - [Material Color Picker](https://github.com/long1eu/material_color_picker) [44⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). -- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [86⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [400⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). -- [RangeSlider](https://github.com/boeledi/RangeSlider) [83⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). +- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [87⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). +- [Slidable](https://github.com/letsar/flutter_slidable) [407⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [RangeSlider](https://github.com/boeledi/RangeSlider) [85⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [287⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [249⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [74⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [291⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [251⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Wave](https://github.com/i-protoss/wave) [77⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar @@ -176,55 +177,55 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [156⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [161⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). - [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [98⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). - [Photo View](https://github.com/renancaraujo/photo_view) [269⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). -- [SVG](https://github.com/dnfield/flutter_svg) [232⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [181⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [318⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [130⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [SVG](https://github.com/dnfield/flutter_svg) [233⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [182⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [320⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [131⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). ### Map -- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [345⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). +- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [346⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). - [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [36⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [494⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). -- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [176⭐] - Interactive, customizable vector maps by Mapbox. +- [Map](https://github.com/apptreesoftware/flutter_map) [495⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [177⭐] - Interactive, customizable vector maps by Mapbox. ### Charts -- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [161⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/mzimmerm/flutter_charts) [107⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [162⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/mzimmerm/flutter_charts) [109⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). - [Sparkline](https://github.com/xqwzts/flutter_sparkline) [104⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [473⭐] - By Google Charts Team. +- [Charts](https://github.com/google/charts) [476⭐] - By Google Charts Team. - [Flutter Plot](https://github.com/RCHowell/flutter_plot) [16⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). -- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [82⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). -- [FCharts](https://github.com/thekeenant/fcharts) [220⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). +- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [85⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). +- [FCharts](https://github.com/thekeenant/fcharts) [221⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [730⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). -- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [35⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). +- [Fluro](https://github.com/goposse/fluro) [741⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [34⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). ### Auth - [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android. -- [Login](https://github.com/AppleEducate/flutter_login) [229⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). +- [Login](https://github.com/AppleEducate/flutter_login) [231⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. -- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [128⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). +- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [130⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). - [OAuth](https://github.com/hitherejoe/FlutterOAuth) [89⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). -- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [417 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). +- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [418 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). - [SimpleAuth](https://github.com/Clancey/simple_auth) [75⭐] - 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). ### Text & Rich Content -- [Markdown](https://github.com/flutter/flutter_markdown) [170⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. +- [Markdown](https://github.com/flutter/flutter_markdown) [172⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. - [Rich Text Editor](https://github.com/long1eu/rich_editor) [69⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). -- [Masked Text](https://github.com/benhurott/flutter-masked-text) [55⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). -- [Zefyr](https://github.com/memspace/zefyr) [365⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). +- [Masked Text](https://github.com/benhurott/flutter-masked-text) [56⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). +- [Zefyr](https://github.com/memspace/zefyr) [371⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). ### Analytics @@ -244,22 +245,22 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Styling -- [Flutterial](https://github.com/rxlabz/flutterial) [136⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). -- [Pigment](https://github.com/bregydoc/pigment) [64⭐] - Simple but useful package for use colors in flutter. +- [Flutterial](https://github.com/rxlabz/flutterial) [138⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Pigment](https://github.com/bregydoc/pigment) [65⭐] - Simple but useful package for use colors in flutter. ### Media #### Audio -- [Audio Plugin](https://github.com/rxlabz/audioplayer) [218⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Audio Plugin](https://github.com/rxlabz/audioplayer) [220⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). - [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [65⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). - [Stereo](https://github.com/2find/stereo) [44⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). - [Flutter Sound](https://github.com/dooboolab/flutter_sound) [47⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). #### Video -- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [305⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). -- [Chewie](https://github.com/brianegan/chewie) [237⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). +- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [308⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). +- [Chewie](https://github.com/brianegan/chewie) [242⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice @@ -269,7 +270,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Storage - [Firebase Storage](https://github.com/flutter/plugins/tree/master/packages/firebase_storage) - Firebase as data storage. -- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [100⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). +- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [101⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). ### Monetization @@ -282,23 +283,23 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ## Templates -- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [208⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). -- [Mates](https://github.com/CodemateLtd/FlutterMates) [265⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). +- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [209⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). +- [Mates](https://github.com/CodemateLtd/FlutterMates) [266⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). - [Weather](https://github.com/alessandroaime/Weather) [85⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2002⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). -- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [345⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [564⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2034⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [347⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [569⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). - [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [46⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). - [Music Player](https://github.com/thosakwe/flutter_music_player) [92⭐] - music player component by [Tobe O](https://thosakwe.com/). - [Dashboard](https://github.com/Ivaskuu/dashboard) [301⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Todo](https://github.com/littlemarc2011/FlutterTodo) [209⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). +- [Todo](https://github.com/littlemarc2011/FlutterTodo) [208⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). - [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [175⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [1866⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). -- [Book](https://github.com/putraxor/flutter-book-app) [113⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [421⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). -- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [56⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). -- [DrawApp](https://github.com/SnakeyHips/drawapp) [58⭐] - 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). -- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [126⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [1878⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [Book](https://github.com/putraxor/flutter-book-app) [115⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [426⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [57⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). +- [DrawApp](https://github.com/SnakeyHips/drawapp) [63⭐] - 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). +- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [134⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). ### Machine Learning @@ -309,30 +310,30 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [454⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). -- [Location](https://github.com/Lyokone/flutterlocation) [163⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [456⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [Location](https://github.com/Lyokone/flutterlocation) [165⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). - [Geolocation](https://github.com/loup-v/geolocation) [123⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). - [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [254⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). - [Get Version](https://github.com/AppleEducate/get_version) [38⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). -- [Badger](https://github.com/g123k/flutter_app_badger) [57⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). +- [Badger](https://github.com/g123k/flutter_app_badger) [58⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). - [UDID](https://github.com/GigaDroid/flutter_udid) [31⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). - [Downloader](https://github.com/hnvn/flutter_downloader) [110⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). -- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [143⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [144⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [10⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [20⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). -- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [24⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). +- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [25⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). #### Scanner -- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [68⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). +- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [69⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). - [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [60⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [386⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Blue](https://github.com/pauldemarco/flutter_blue) [388⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). - [Beacons](https://github.com/loup-v/beacons) [20⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). - [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [46⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). @@ -344,49 +345,49 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Services - [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [161⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). -- [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [37⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). +- [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [39⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). - [Intercom](https://pub.dartlang.org/packages/intercom) [15⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). -- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [137⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). -- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [116⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). +- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [138⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). +- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [120⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [31⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). -- [App Rating](https://github.com/AppleEducate/app_review) [47⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). +- [App Rating](https://github.com/AppleEducate/app_review) [48⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). - [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) [6⭐] Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) ## Frameworks ### Bloc -- [Bloc](https://github.com/felangel/bloc) [409⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [Bloc](https://github.com/felangel/bloc) [430⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). ### Redux / ELM / Dependency Injection - [Built redux](https://github.com/davidmarne/flutter_built_redux) [63⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). -- [Redux.dart](https://github.com/johnpryan/redux.dart) [231⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [551⭐] - 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. +- [Redux.dart](https://github.com/johnpryan/redux.dart) [233⭐] - 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). +- [Redux](https://github.com/brianegan/flutter_redux) [562⭐] - 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. - [Dartea](https://github.com/p69/dartea) [55⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). -- [Inject](https://github.com/google/inject.dart) [338⭐] - Compile-time dependency injection by Google. +- [Inject](https://github.com/google/inject.dart) [340⭐] - Compile-time dependency injection by Google. - [Flux](https://github.com/google/flutter_flux) [273⭐] - Implementation of the Flux framework by Google. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [295⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). -- [Functional widget](https://github.com/rrousselGit/functional_widget) [58⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [303⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Functional widget](https://github.com/rrousselGit/functional_widget) [70⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [510⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [Graphql](https://github.com/zino-app/graphql-flutter) [515⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). ### Animation - [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [116⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [491⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [501⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). - [Villains](https://github.com/Norbert515/flutter_villains) [146⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [193⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [194⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [668⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) [538⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). +- [Flame](https://github.com/luanpotter/flame) [680⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) [544⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc @@ -400,45 +401,45 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2391⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2443⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [1304⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [3561⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). -- [Meme Chat](https://github.com/efortuna/memechat) [322⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. -- [Flitter](https://github.com/dart-flitter/flitter) [141⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. -- [Lime](https://github.com/fablue/lime-flutter) [214⭐] - Lime social network by Sebastian Sellmair. -- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [351⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). +- [Flutter Team Samples](https://github.com/flutter/samples) [1336⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [3973⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Meme Chat](https://github.com/efortuna/memechat) [325⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. +- [Flitter](https://github.com/dart-flitter/flitter) [142⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. +- [Lime](https://github.com/fablue/lime-flutter) [215⭐] - Lime social network by Sebastian Sellmair. +- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [353⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). - [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [284⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). -- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [367⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [475⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). -- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [362⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [407⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [229⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). -- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [394⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). +- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [368⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [478⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [366⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). +- [FlutterGram](https://github.com/mdanics/fluttergram) [410⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [233⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [395⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). - [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [163⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [191⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). -- [Taskist](https://github.com/huextrat/Taskist) [130⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). +- [Trace](https://github.com/trentpiercy/trace) [194⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Taskist](https://github.com/huextrat/Taskist) [134⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). - [Tourism](https://github.com/bluemix/tourism-demo) [70⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). -- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [128⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). +- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [129⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). -- [Deer](https://github.com/aleksanderwozniak/deer) [74⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [Deer](https://github.com/aleksanderwozniak/deer) [76⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). ### Block / Angular / PWA -- [InKino](https://github.com/roughike/inKino) [1708⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [1719⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### State Management - - [MobX](https://github.com/mobxjs/mobx.dart) [65⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. + - [MobX](https://github.com/mobxjs/mobx.dart) [66⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. ### Games - [Flip](https://github.com/RedBrogdon/flutterflip) [79⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). - [2048](https://github.com/anuranBarman/2048) [43⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). -- [TRex](https://github.com/renancaraujo/trex-flame) [67⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). -- [Crush](https://github.com/boeledi/flutter_crush) [101⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). +- [TRex](https://github.com/renancaraujo/trex-flame) [70⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). +- [Crush](https://github.com/boeledi/flutter_crush) [102⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). - [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [28⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). ## Utilities @@ -451,8 +452,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [3486⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [1292⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [3525⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [1367⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). ## Books @@ -480,13 +481,21 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Flutter Community](https://github.com/fluttercommunity) - Central place for community made packages. - [OpenFlutter](https://github.com/OpenFlutter) - Make it easier 让Flutter更简单. +### 🇩🇰 Denmark + +- Meetup [Denmark](https://www.meetup.com/Flutter-Developers-Denmark/) + ### 🇫🇷France +- Meetup [Bordeaux](https://www.meetup.com/fr-FR/Flutter-Bordeaux) - [Paris](https://www.meetup.com/fr-FR/Flutter-Paris) - [Rennes](https://www.meetup.com/fr-FR/Flutter-Rennes) - [Twitter](https://twitter.com/FlutterDev) - Toutes les news et annonces dans votre flux. - [Slack](https://slack.flutter-france.fr) - Slack dédié à la communauté française. -- Meetup [Bordeaux](https://www.meetup.com/fr-FR/Flutter-Bordeaux) - [Paris](https://www.meetup.com/fr-FR/Flutter-Paris) - [Rennes](https://www.meetup.com/fr-FR/Flutter-Rennes) +### 🇩🇪 Germany +- Meetup [Berlin](https://www.meetup.com/flutter-berlin/) - [Düsseldorf](https://www.meetup.com/flutter-school/) - [Karlsruhe](https://www.meetup.com/Karlsruhe-Flutter-Meetup/) +- Twitter [Flutter Berlin](https://twitter.com/flutterBerlin) - [Düsseldorf](https://twitter.com/flutter_school). +- Slack [Flutter Berlin](https://flutterberlin.slack.com/join/shared_invite/enQtMzQ1NDI0NjU4Mjc5LWVjOTg0NmUxZmU4YzZjZjFkMWNjYWYyYTI5NjMyZWE5MDZjNDM0YzgyNWQyM2EzM2E0NDE4ZmQyMzQyMzRlNjI) ### 🇷🇺 Russia @@ -496,9 +505,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - Meetup [Chicago](https://www.meetup.com/Flutter-Chicago/) -### 🇩🇰 Denmark - -- Meetup [Denmark](https://www.meetup.com/Flutter-Developers-Denmark/) ## License From c7a6f099d23a5ab81e9b44da560cc76b2960e69b Mon Sep 17 00:00:00 2001 From: JHBitencourt Date: Mon, 28 Jan 2019 23:00:06 -0200 Subject: [PATCH 014/128] Add brazilian community and a portuguese Flutter talk --- source.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source.md b/source.md index 3d7340d..b7fe67d 100644 --- a/source.md +++ b/source.md @@ -481,6 +481,11 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Flutter Community](https://github.com/fluttercommunity) - Central place for community made packages - [OpenFlutter](https://github.com/OpenFlutter) - Make it easier 让Flutter更简单 +### 🇧🇷 Brazil + +- [Flutter talk](https://github.com/JHBitencourt/flutter_talk) de introdução ao Flutter em português by [Julio Bitencourt](http://juliobitencourt.com) +- Slack [Flutter Brasil](https://flutterbr.slack.com) + ### 🇩🇰 Denmark - Meetup [Denmark](https://www.meetup.com/Flutter-Developers-Denmark/) From 01f02ac204fe9d95667f03a4608b3d05534d82ac Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 30 Jan 2019 00:11:03 +0100 Subject: [PATCH 015/128] Gen > Brazilian community and a portuguese Flutter talk Add brazilian community and a portuguese Flutter talk --- README.md | 281 +++++++++++++++++++++++++++--------------------------- 1 file changed, 143 insertions(+), 138 deletions(-) diff --git a/README.md b/README.md index f97802e..a442897 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@

- StackOverflow + StackOverflow - Github Repositories + Github Repositories Entries @@ -87,36 +87,36 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). - [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [822 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). -- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [1.99K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). +- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [2.1K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). ### Advanced -- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [229👍] - Engine architecture by Adam Barth. +- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [231👍] - Engine architecture by Adam Barth. - [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [1.7K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). - [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [434 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com). -- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [554 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). +- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [606 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). - [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). -- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [460 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). +- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [532 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). ### Howtos -- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [455👍] - Firebase live coding. +- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [458👍] - Firebase live coding. - [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [356 claps👏] - By Mehmet Fidanboylu. -- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [451 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). -- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [857 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). +- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [466 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). +- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [901 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). ## Videos -- [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) [73🎬] - Very rich content by [Tensor Programming](http://tensor-programming.com/). +- [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) [74🎬] - Very rich content by [Tensor Programming](http://tensor-programming.com/). - [Fluttery](https://www.youtube.com/channel/UCtWyVkPpb8An90SNDTNF0Pg) - High-production value and in-depth challenges. - [Brandon Donnelson](https://www.youtube.com/playlist?list=PLBbgqtDgdc_RUWUCInIqxpY--C94C6Xjh) [55🎬] - Videos on layout, database and tips by Brandon Donnelson. - [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [119🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). - [Udacity](https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905) - Build Native Mobile Apps by Google. - [VoidRealms](https://www.youtube.com/playlist?list=PLUbFnGajtZlX9ubiLzYz_cw92esraiIBi) [43🎬] - Video tutorials, from basic to advanced. -- [Coding With Flutter](https://www.youtube.com/watch?v=u_Lyx8KJWpg&list=PLNnAcB93JKV9iZ2cwk9MEx3_JG8BRikMP) [19🎬] - Video tutorials and live-coding examples by [Andrea Bizzotto](https://medium.com/@biz84). +- [Coding With Flutter](https://www.youtube.com/watch?v=u_Lyx8KJWpg&list=PLNnAcB93JKV9iZ2cwk9MEx3_JG8BRikMP) [20🎬] - Video tutorials and live-coding examples by [Andrea Bizzotto](https://medium.com/@biz84). - [Flutter Crash Course](https://fluttercrashcourse.com) - Free video course by [Nick Manning](https://twitter.com/seenickcode). - [Boring Show](https://www.youtube.com/results?search_query=%23BoringShow) - Exploration with the Flutter Team. @@ -125,107 +125,107 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [1982⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [256⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2018⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [269⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI -- [Contact Picker](https://github.com/goderbauer/contact_picker) [25⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [445⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Contact Picker](https://github.com/goderbauer/contact_picker) [26⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [452⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). - [Sticky Header](https://github.com/letsar/flutter_sticky_header) [178⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). -- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [155⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). +- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [156⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). - [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [169⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). - [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [206⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [390⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). -- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [136⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). -- [Side Header List](https://github.com/renefloor/side_header_list_view) [122⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). -- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [134⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). -- [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [80⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [116⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [399⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [139⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). +- [Side Header List](https://github.com/renefloor/side_header_list_view) [123⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). +- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [135⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). +- [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [82⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [125⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). - [Stepper Touch](https://github.com/Rahiche/stepper_touch) [61⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Offline](https://github.com/jogboms/flutter_offline) [161⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [91⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). +- [Offline](https://github.com/jogboms/flutter_offline) [163⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [92⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). - [Snaplist](https://github.com/ariedov/flutter_snaplist) [94⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). - [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [72⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). - [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [24⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). - [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [10⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). -- [Folding Cell](https://github.com/faob-dev/folding_cell) [69⭐] - Fold your widget by [Faob](https://github.com/faob-dev). +- [Folding Cell](https://github.com/faob-dev/folding_cell) [70⭐] - Fold your widget by [Faob](https://github.com/faob-dev). - [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [26⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [157⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [167⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). - [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [25⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). #### Material Design - [Material Color Picker](https://github.com/long1eu/material_color_picker) [44⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). -- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [87⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [407⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). -- [RangeSlider](https://github.com/boeledi/RangeSlider) [85⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). +- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [90⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). +- [Slidable](https://github.com/letsar/flutter_slidable) [413⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [RangeSlider](https://github.com/boeledi/RangeSlider) [86⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [291⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [251⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [77⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [295⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [256⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Wave](https://github.com/i-protoss/wave) [78⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar -- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [53⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). +- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [55⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh). ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [161⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [166⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). - [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [98⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). -- [Photo View](https://github.com/renancaraujo/photo_view) [269⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). -- [SVG](https://github.com/dnfield/flutter_svg) [233⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [182⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [320⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [131⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Photo View](https://github.com/renancaraujo/photo_view) [274⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). +- [SVG](https://github.com/dnfield/flutter_svg) [240⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [188⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [325⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [133⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). ### Map - [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [346⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). - [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [36⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [495⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). -- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [177⭐] - Interactive, customizable vector maps by Mapbox. +- [Map](https://github.com/apptreesoftware/flutter_map) [500⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [181⭐] - Interactive, customizable vector maps by Mapbox. ### Charts -- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [162⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/mzimmerm/flutter_charts) [109⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). -- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [104⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [476⭐] - By Google Charts Team. +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [163⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/mzimmerm/flutter_charts) [110⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). +- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [105⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/google/charts) [485⭐] - By Google Charts Team. - [Flutter Plot](https://github.com/RCHowell/flutter_plot) [16⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). -- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [85⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). -- [FCharts](https://github.com/thekeenant/fcharts) [221⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). +- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [89⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). +- [FCharts](https://github.com/thekeenant/fcharts) [222⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [741⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [Fluro](https://github.com/goposse/fluro) [760⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). - [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [34⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). ### Auth - [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android. -- [Login](https://github.com/AppleEducate/flutter_login) [231⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). +- [Login](https://github.com/AppleEducate/flutter_login) [234⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. -- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [130⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). -- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [89⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). +- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [137⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). +- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [88⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). -- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [418 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). -- [SimpleAuth](https://github.com/Clancey/simple_auth) [75⭐] - 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). +- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [420 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). +- [SimpleAuth](https://github.com/Clancey/simple_auth) [76⭐] - 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). ### Text & Rich Content -- [Markdown](https://github.com/flutter/flutter_markdown) [172⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. +- [Markdown](https://github.com/flutter/flutter_markdown) [175⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. - [Rich Text Editor](https://github.com/long1eu/rich_editor) [69⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). -- [Masked Text](https://github.com/benhurott/flutter-masked-text) [56⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). -- [Zefyr](https://github.com/memspace/zefyr) [371⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). +- [Masked Text](https://github.com/benhurott/flutter-masked-text) [57⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). +- [Zefyr](https://github.com/memspace/zefyr) [375⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). ### Analytics @@ -238,39 +238,39 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Build automation - [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) [39⭐] - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov). -- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [396 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [397 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). - [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) [250 claps👏] - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov). - [BitRise](https://medium.com/@karol.wrotniak/how-to-create-bitrise-step-in-go-flutter-example-668cf4db1fd2) [62 claps👏] - Create Bitrise Step in Go by [Karol Wrótniak](https://medium.com/@karol.wrotniak). - [Code Magic](https://codemagic.io/) - Automate the entire flow, build and distribution by (NeverCode)[https://nevercode.io/]. ### Styling -- [Flutterial](https://github.com/rxlabz/flutterial) [138⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Flutterial](https://github.com/rxlabz/flutterial) [148⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). - [Pigment](https://github.com/bregydoc/pigment) [65⭐] - Simple but useful package for use colors in flutter. ### Media #### Audio -- [Audio Plugin](https://github.com/rxlabz/audioplayer) [220⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). -- [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [65⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). +- [Audio Plugin](https://github.com/rxlabz/audioplayer) [225⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [66⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). - [Stereo](https://github.com/2find/stereo) [44⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). -- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [47⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). +- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [52⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). #### Video -- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [308⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). -- [Chewie](https://github.com/brianegan/chewie) [242⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). +- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [328⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). +- [Chewie](https://github.com/brianegan/chewie) [244⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice -- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [99⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [101⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). - [OK Google](https://marcinszalek.pl/flutter/ok-google-flutter/) - Integrate google assistant by [Marcin Szalek](https://marcinszalek.pl/). ### Storage - [Firebase Storage](https://github.com/flutter/plugins/tree/master/packages/firebase_storage) - Firebase as data storage. -- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [101⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). +- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [104⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). ### Monetization @@ -278,28 +278,28 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase. - [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [69⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). - [Payments](https://github.com/pplante/flutter_payments) [19⭐] - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co). -- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [141⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). +- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [144⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). - [Admob Flutter](https://github.com/YoussefKababe/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe). ## Templates -- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [209⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). -- [Mates](https://github.com/CodemateLtd/FlutterMates) [266⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). +- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [213⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). +- [Mates](https://github.com/CodemateLtd/FlutterMates) [269⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). - [Weather](https://github.com/alessandroaime/Weather) [85⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2034⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). -- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [347⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [569⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2087⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [348⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [575⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). - [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [46⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). - [Music Player](https://github.com/thosakwe/flutter_music_player) [92⭐] - music player component by [Tobe O](https://thosakwe.com/). -- [Dashboard](https://github.com/Ivaskuu/dashboard) [301⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Todo](https://github.com/littlemarc2011/FlutterTodo) [208⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). -- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [175⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [1878⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). -- [Book](https://github.com/putraxor/flutter-book-app) [115⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [426⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). -- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [57⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). -- [DrawApp](https://github.com/SnakeyHips/drawapp) [63⭐] - 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). -- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [134⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). +- [Dashboard](https://github.com/Ivaskuu/dashboard) [304⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Todo](https://github.com/littlemarc2011/FlutterTodo) [210⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). +- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [174⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [1900⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [Book](https://github.com/putraxor/flutter-book-app) [116⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [433⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [58⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). +- [DrawApp](https://github.com/SnakeyHips/drawapp) [65⭐] - 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). +- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [146⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). ### Machine Learning @@ -310,45 +310,45 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [456⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). -- [Location](https://github.com/Lyokone/flutterlocation) [165⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [464⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [Location](https://github.com/Lyokone/flutterlocation) [167⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). - [Geolocation](https://github.com/loup-v/geolocation) [123⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). -- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [254⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [261⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). - [Get Version](https://github.com/AppleEducate/get_version) [38⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). - [Badger](https://github.com/g123k/flutter_app_badger) [58⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). - [UDID](https://github.com/GigaDroid/flutter_udid) [31⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). -- [Downloader](https://github.com/hnvn/flutter_downloader) [110⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). -- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [144⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). -- [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [10⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [Downloader](https://github.com/hnvn/flutter_downloader) [112⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). +- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [146⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [11⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [20⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). -- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [25⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). +- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [26⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). #### Scanner - [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [69⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). -- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [60⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). +- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [63⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [388⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). -- [Beacons](https://github.com/loup-v/beacons) [20⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). -- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [46⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). +- [Blue](https://github.com/pauldemarco/flutter_blue) [394⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Beacons](https://github.com/loup-v/beacons) [22⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). +- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [47⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). ### Storage -- [Sqflite](https://github.com/tekartik/sqflite) [636⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). -- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [32⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). +- [Sqflite](https://github.com/tekartik/sqflite) [652⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). +- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [33⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). ### Services -- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [161⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). +- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [163⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). - [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [39⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). - [Intercom](https://pub.dartlang.org/packages/intercom) [15⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). -- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [138⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). -- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [120⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). +- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [139⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). +- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [121⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [31⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). - [App Rating](https://github.com/AppleEducate/app_review) [48⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). - [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) [6⭐] Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) @@ -357,37 +357,37 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Bloc -- [Bloc](https://github.com/felangel/bloc) [430⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [Bloc](https://github.com/felangel/bloc) [458⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). ### Redux / ELM / Dependency Injection -- [Built redux](https://github.com/davidmarne/flutter_built_redux) [63⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). -- [Redux.dart](https://github.com/johnpryan/redux.dart) [233⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [562⭐] - 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. +- [Built redux](https://github.com/davidmarne/flutter_built_redux) [64⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). +- [Redux.dart](https://github.com/johnpryan/redux.dart) [237⭐] - 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). +- [Redux](https://github.com/brianegan/flutter_redux) [571⭐] - 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. - [Dartea](https://github.com/p69/dartea) [55⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). -- [Inject](https://github.com/google/inject.dart) [340⭐] - Compile-time dependency injection by Google. -- [Flux](https://github.com/google/flutter_flux) [273⭐] - Implementation of the Flux framework by Google. +- [Inject](https://github.com/google/inject.dart) [343⭐] - Compile-time dependency injection by Google. +- [Flux](https://github.com/google/flutter_flux) [275⭐] - Implementation of the Flux framework by Google. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [303⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). -- [Functional widget](https://github.com/rrousselGit/functional_widget) [70⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [314⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Functional widget](https://github.com/rrousselGit/functional_widget) [71⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [515⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [Graphql](https://github.com/zino-app/graphql-flutter) [533⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). ### Animation -- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [116⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [501⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Villains](https://github.com/Norbert515/flutter_villains) [146⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [194⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [118⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [513⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Villains](https://github.com/Norbert515/flutter_villains) [147⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [195⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [680⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) [544⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). +- [Flame](https://github.com/luanpotter/flame) [699⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) [551⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc @@ -395,65 +395,65 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Testing -- [Ozzie](https://github.com/jorgecoca/ozzie.flutter) [66⭐] - Ozzie will take an screenshot during integration tests whenever you need by [Jorge Coca](https://github.com/jorgecoca). +- [Ozzie](https://github.com/jorgecoca/ozzie.flutter) [65⭐] - Ozzie will take an screenshot during integration tests whenever you need by [Jorge Coca](https://github.com/jorgecoca). ## Open Source Apps ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2443⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2521⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [1336⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [3973⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). -- [Meme Chat](https://github.com/efortuna/memechat) [325⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. +- [Flutter Team Samples](https://github.com/flutter/samples) [1397⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [4659⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Meme Chat](https://github.com/efortuna/memechat) [327⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. - [Flitter](https://github.com/dart-flitter/flitter) [142⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. - [Lime](https://github.com/fablue/lime-flutter) [215⭐] - Lime social network by Sebastian Sellmair. -- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [353⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). -- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [284⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). +- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [362⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). +- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [287⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). - [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [368⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [478⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). -- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [366⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [410⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [233⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). -- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [395⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). -- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [163⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [194⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [483⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [369⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). +- [FlutterGram](https://github.com/mdanics/fluttergram) [420⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [236⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [402⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). +- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [166⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). +- [Trace](https://github.com/trentpiercy/trace) [200⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). - [Taskist](https://github.com/huextrat/Taskist) [134⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). - [Tourism](https://github.com/bluemix/tourism-demo) [70⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). -- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [129⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). +- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [136⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). -- [Deer](https://github.com/aleksanderwozniak/deer) [76⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [Deer](https://github.com/aleksanderwozniak/deer) [78⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). ### Block / Angular / PWA -- [InKino](https://github.com/roughike/inKino) [1719⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [1743⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### State Management - - [MobX](https://github.com/mobxjs/mobx.dart) [66⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. + - [MobX](https://github.com/mobxjs/mobx.dart) [87⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. ### Games - [Flip](https://github.com/RedBrogdon/flutterflip) [79⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). -- [2048](https://github.com/anuranBarman/2048) [43⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). -- [TRex](https://github.com/renancaraujo/trex-flame) [70⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). -- [Crush](https://github.com/boeledi/flutter_crush) [102⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). -- [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [28⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). +- [2048](https://github.com/anuranBarman/2048) [44⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). +- [TRex](https://github.com/renancaraujo/trex-flame) [74⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). +- [Crush](https://github.com/boeledi/flutter_crush) [104⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). +- [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [31⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). ## Utilities - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya). - [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). -- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [142⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). -- [FlutterIcon](http://fluttericon.com/) [53⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). +- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [143⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). +- [FlutterIcon](http://fluttericon.com/) [54⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren). ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [3525⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [1367⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [3616⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [1467⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). ## Books @@ -465,7 +465,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Fun -- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [214👍] +- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [216👍] ## Community @@ -481,6 +481,11 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Flutter Community](https://github.com/fluttercommunity) - Central place for community made packages. - [OpenFlutter](https://github.com/OpenFlutter) - Make it easier 让Flutter更简单. +### 🇧🇷 Brazil + +- [Flutter talk](https://github.com/JHBitencourt/flutter_talk) de introdução ao Flutter em português by [Julio Bitencourt](http://juliobitencourt.com) +- Slack [Flutter Brasil](https://flutterbr.slack.com) + ### 🇩🇰 Denmark - Meetup [Denmark](https://www.meetup.com/Flutter-Developers-Denmark/) From 111ea1d3fab1d5b79548a4f0aa664ed266dad16d Mon Sep 17 00:00:00 2001 From: juju Date: Thu, 31 Jan 2019 09:19:25 +0800 Subject: [PATCH 016/128] Added flutter desktop embedder in rust --- source.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source.md b/source.md index b7fe67d..d8b8054 100644 --- a/source.md +++ b/source.md @@ -454,6 +454,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) - Desktop implementations of the Flutter embedding API by Google - [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus) +- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) - Rust embedder for desktop by [juju](https://github.com/gliheng). + ## Books From 9b9357ac9e2095874e982e8b5fb88fc2ebe1e9bb Mon Sep 17 00:00:00 2001 From: Andrei Lesnitsky Date: Fri, 1 Feb 2019 17:13:59 +0300 Subject: [PATCH 017/128] add stargazers to todolist --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index d8b8054..0e59b40 100644 --- a/source.md +++ b/source.md @@ -80,7 +80,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Animated Chat](https://codelabs.developers.google.com/codelabs/flutter/#0) - Building beautiful UIs by Google Code Labs - [Firebase Chat](https://codelabs.developers.google.com/codelabs/flutter-firebase/#0) - Firebase integration by Google Code Labs - [Planets-Flutter: from design to app](http://sergiandreplace.com/2017/09/planets-flutter-from-design-to-app) - Detailed planets design tutorial -- [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_a) +- [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_a) ### Beginner From 7e434abd572804578e566fb35888c29c81d8c397 Mon Sep 17 00:00:00 2001 From: Andrei Lesnitsky Date: Fri, 1 Feb 2019 17:15:11 +0300 Subject: [PATCH 018/128] add howtodothisinflutter --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 0e59b40..7c602d5 100644 --- a/source.md +++ b/source.md @@ -107,6 +107,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) - By Mehmet Fidanboylu - [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam) - [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo) +- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) ## Videos From 259de18de3c2749f5d77d074d51caea488aaf83a Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Mon, 4 Feb 2019 01:08:59 +0100 Subject: [PATCH 019/128] Gen > Desktop embedder in rust Added flutter desktop embedder in rust --- README.md | 298 +++++++++++++++++++++++++++--------------------------- 1 file changed, 150 insertions(+), 148 deletions(-) diff --git a/README.md b/README.md index a442897..88f2c3c 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ StackOverflow - Github Repositories + Github Repositories - Entries + Entries Awesome @@ -85,28 +85,28 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Beginner - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). -- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [822 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). +- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [857 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). -- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [2.1K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). +- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [2.2K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). ### Advanced -- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [231👍] - Engine architecture by Adam Barth. -- [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [1.7K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). +- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [233👍] - Engine architecture by Adam Barth. +- [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [1.8K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). -- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [434 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). +- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [435 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com). -- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [606 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). +- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [607 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). - [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). -- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [532 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). +- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [538 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). ### Howtos - [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [458👍] - Firebase live coding. -- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [356 claps👏] - By Mehmet Fidanboylu. +- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [357 claps👏] - By Mehmet Fidanboylu. - [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [466 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). -- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [901 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). +- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [903 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). ## Videos @@ -116,7 +116,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [119🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). - [Udacity](https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905) - Build Native Mobile Apps by Google. - [VoidRealms](https://www.youtube.com/playlist?list=PLUbFnGajtZlX9ubiLzYz_cw92esraiIBi) [43🎬] - Video tutorials, from basic to advanced. -- [Coding With Flutter](https://www.youtube.com/watch?v=u_Lyx8KJWpg&list=PLNnAcB93JKV9iZ2cwk9MEx3_JG8BRikMP) [20🎬] - Video tutorials and live-coding examples by [Andrea Bizzotto](https://medium.com/@biz84). +- [Coding With Flutter](https://www.youtube.com/watch?v=u_Lyx8KJWpg&list=PLNnAcB93JKV9iZ2cwk9MEx3_JG8BRikMP) [21🎬] - Video tutorials and live-coding examples by [Andrea Bizzotto](https://medium.com/@biz84). - [Flutter Crash Course](https://fluttercrashcourse.com) - Free video course by [Nick Manning](https://twitter.com/seenickcode). - [Boring Show](https://www.youtube.com/results?search_query=%23BoringShow) - Exploration with the Flutter Team. @@ -125,114 +125,114 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2018⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [269⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2055⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [279⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI - [Contact Picker](https://github.com/goderbauer/contact_picker) [26⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [452⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). -- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [178⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). -- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [156⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). -- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [169⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [206⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [399⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). -- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [139⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). -- [Side Header List](https://github.com/renefloor/side_header_list_view) [123⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). -- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [135⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [459⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [180⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). +- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [157⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). +- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [173⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [208⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [405⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [140⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). +- [Side Header List](https://github.com/renefloor/side_header_list_view) [124⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). +- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [137⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [82⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [125⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [130⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). - [Stepper Touch](https://github.com/Rahiche/stepper_touch) [61⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Offline](https://github.com/jogboms/flutter_offline) [163⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [92⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). -- [Snaplist](https://github.com/ariedov/flutter_snaplist) [94⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). -- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [72⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). -- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [24⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). +- [Offline](https://github.com/jogboms/flutter_offline) [170⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [95⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). +- [Snaplist](https://github.com/ariedov/flutter_snaplist) [95⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). +- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [73⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). +- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [25⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). - [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [10⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). -- [Folding Cell](https://github.com/faob-dev/folding_cell) [70⭐] - Fold your widget by [Faob](https://github.com/faob-dev). -- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [26⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [167⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [25⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Folding Cell](https://github.com/faob-dev/folding_cell) [73⭐] - Fold your widget by [Faob](https://github.com/faob-dev). +- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [27⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [172⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [28⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). #### Material Design -- [Material Color Picker](https://github.com/long1eu/material_color_picker) [44⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). +- [Material Color Picker](https://github.com/long1eu/material_color_picker) [45⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). - [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [90⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [413⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). -- [RangeSlider](https://github.com/boeledi/RangeSlider) [86⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). +- [Slidable](https://github.com/letsar/flutter_slidable) [425⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [RangeSlider](https://github.com/boeledi/RangeSlider) [90⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [295⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [256⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [78⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [299⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [261⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Wave](https://github.com/i-protoss/wave) [85⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar -- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [55⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). +- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [56⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh). ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [166⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). -- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [98⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). -- [Photo View](https://github.com/renancaraujo/photo_view) [274⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). -- [SVG](https://github.com/dnfield/flutter_svg) [240⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [188⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [325⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [133⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [171⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [101⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). +- [Photo View](https://github.com/renancaraujo/photo_view) [278⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). +- [SVG](https://github.com/dnfield/flutter_svg) [245⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [191⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [332⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [136⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). ### Map -- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [346⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). +- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [348⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). - [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [36⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [500⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). -- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [181⭐] - Interactive, customizable vector maps by Mapbox. +- [Map](https://github.com/apptreesoftware/flutter_map) [505⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [183⭐] - Interactive, customizable vector maps by Mapbox. ### Charts -- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [163⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/mzimmerm/flutter_charts) [110⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). -- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [105⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [485⭐] - By Google Charts Team. +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [167⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/mzimmerm/flutter_charts) [111⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). +- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [106⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/google/charts) [493⭐] - By Google Charts Team. - [Flutter Plot](https://github.com/RCHowell/flutter_plot) [16⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). -- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [89⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). -- [FCharts](https://github.com/thekeenant/fcharts) [222⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). +- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [93⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). +- [FCharts](https://github.com/thekeenant/fcharts) [224⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [760⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). -- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [34⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). +- [Fluro](https://github.com/goposse/fluro) [777⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [36⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). ### Auth - [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android. -- [Login](https://github.com/AppleEducate/flutter_login) [234⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). +- [Login](https://github.com/AppleEducate/flutter_login) [239⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. -- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [137⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). -- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [88⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). +- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [140⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). +- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [91⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). -- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [420 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). -- [SimpleAuth](https://github.com/Clancey/simple_auth) [76⭐] - 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). +- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [435 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). +- [SimpleAuth](https://github.com/Clancey/simple_auth) [78⭐] - 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). ### Text & Rich Content -- [Markdown](https://github.com/flutter/flutter_markdown) [175⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. +- [Markdown](https://github.com/flutter/flutter_markdown) [179⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. - [Rich Text Editor](https://github.com/long1eu/rich_editor) [69⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). -- [Masked Text](https://github.com/benhurott/flutter-masked-text) [57⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). -- [Zefyr](https://github.com/memspace/zefyr) [375⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). +- [Masked Text](https://github.com/benhurott/flutter-masked-text) [58⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). +- [Zefyr](https://github.com/memspace/zefyr) [383⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). ### Analytics - [Usage](https://github.com/dart-lang/usage) [47⭐] - Google Analytics wrapper for command-line, web, and Flutter apps. - [Firebase Analytics](https://github.com/flutter/plugins/tree/master/packages/firebase_analytics) - Connect to Firebase Analytics API. - [Segment.com Analytics](https://github.com/FaisalAbid/segment-analytics-flutter) [5⭐] - Make your Segment.com analytics a breeze! by [Faisal Abid](https://twitter.com/FaisalAbid). -- [Pure Mixpanel](https://github.com/seenickcode/pure_mixpanel) [5⭐] - Analytics for the popular [Mixpanel.com](https://mixpanel.com) [Nick Manning](https://twitter.com/seenickcode). +- [Pure Mixpanel](https://github.com/seenickcode/pure_mixpanel) [6⭐] - Analytics for the popular [Mixpanel.com](https://mixpanel.com) [Nick Manning](https://twitter.com/seenickcode). ### Build automation @@ -245,32 +245,32 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Styling -- [Flutterial](https://github.com/rxlabz/flutterial) [148⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). -- [Pigment](https://github.com/bregydoc/pigment) [65⭐] - Simple but useful package for use colors in flutter. +- [Flutterial](https://github.com/rxlabz/flutterial) [151⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Pigment](https://github.com/bregydoc/pigment) [66⭐] - Simple but useful package for use colors in flutter. ### Media #### Audio -- [Audio Plugin](https://github.com/rxlabz/audioplayer) [225⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). -- [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [66⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). +- [Audio Plugin](https://github.com/rxlabz/audioplayer) [227⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [67⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). - [Stereo](https://github.com/2find/stereo) [44⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). -- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [52⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). +- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [54⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). #### Video -- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [328⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). -- [Chewie](https://github.com/brianegan/chewie) [244⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). +- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [334⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). +- [Chewie](https://github.com/brianegan/chewie) [251⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice -- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [101⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [103⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). - [OK Google](https://marcinszalek.pl/flutter/ok-google-flutter/) - Integrate google assistant by [Marcin Szalek](https://marcinszalek.pl/). ### Storage - [Firebase Storage](https://github.com/flutter/plugins/tree/master/packages/firebase_storage) - Firebase as data storage. -- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [104⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). +- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [105⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). ### Monetization @@ -278,28 +278,28 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase. - [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [69⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). - [Payments](https://github.com/pplante/flutter_payments) [19⭐] - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co). -- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [144⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). +- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [147⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). - [Admob Flutter](https://github.com/YoussefKababe/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe). ## Templates -- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [213⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). -- [Mates](https://github.com/CodemateLtd/FlutterMates) [269⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). -- [Weather](https://github.com/alessandroaime/Weather) [85⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2087⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). -- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [348⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [575⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). -- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [46⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). -- [Music Player](https://github.com/thosakwe/flutter_music_player) [92⭐] - music player component by [Tobe O](https://thosakwe.com/). -- [Dashboard](https://github.com/Ivaskuu/dashboard) [304⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Todo](https://github.com/littlemarc2011/FlutterTodo) [210⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). -- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [174⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [1900⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). -- [Book](https://github.com/putraxor/flutter-book-app) [116⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [433⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). -- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [58⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). +- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [214⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). +- [Mates](https://github.com/CodemateLtd/FlutterMates) [271⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). +- [Weather](https://github.com/alessandroaime/Weather) [86⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2129⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [350⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [581⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [48⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). +- [Music Player](https://github.com/thosakwe/flutter_music_player) [96⭐] - music player component by [Tobe O](https://thosakwe.com/). +- [Dashboard](https://github.com/Ivaskuu/dashboard) [308⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Todo](https://github.com/littlemarc2011/FlutterTodo) [217⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). +- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [180⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [1961⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [Book](https://github.com/putraxor/flutter-book-app) [120⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [443⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [61⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). - [DrawApp](https://github.com/SnakeyHips/drawapp) [65⭐] - 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). -- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [146⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). +- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [158⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). ### Machine Learning @@ -310,45 +310,45 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [464⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). -- [Location](https://github.com/Lyokone/flutterlocation) [167⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [473⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [Location](https://github.com/Lyokone/flutterlocation) [172⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). -- [Geolocation](https://github.com/loup-v/geolocation) [123⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). -- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [261⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Geolocation](https://github.com/loup-v/geolocation) [124⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). +- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [267⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). -- [Get Version](https://github.com/AppleEducate/get_version) [38⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). +- [Get Version](https://github.com/AppleEducate/get_version) [39⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). - [Badger](https://github.com/g123k/flutter_app_badger) [58⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). - [UDID](https://github.com/GigaDroid/flutter_udid) [31⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). - [Downloader](https://github.com/hnvn/flutter_downloader) [112⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). -- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [146⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [150⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [11⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [20⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). - [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [26⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). #### Scanner -- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [69⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). -- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [63⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). +- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [70⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). +- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [64⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [394⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Blue](https://github.com/pauldemarco/flutter_blue) [399⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). - [Beacons](https://github.com/loup-v/beacons) [22⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). - [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [47⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). ### Storage -- [Sqflite](https://github.com/tekartik/sqflite) [652⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). -- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [33⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). +- [Sqflite](https://github.com/tekartik/sqflite) [660⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). +- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [34⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). ### Services -- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [163⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). -- [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [39⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). +- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [164⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). +- [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [40⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). - [Intercom](https://pub.dartlang.org/packages/intercom) [15⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). -- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [139⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). -- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [121⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). +- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [142⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). +- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [125⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [31⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). - [App Rating](https://github.com/AppleEducate/app_review) [48⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). - [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) [6⭐] Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) @@ -357,88 +357,88 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Bloc -- [Bloc](https://github.com/felangel/bloc) [458⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [Bloc](https://github.com/felangel/bloc) [492⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). ### Redux / ELM / Dependency Injection - [Built redux](https://github.com/davidmarne/flutter_built_redux) [64⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). -- [Redux.dart](https://github.com/johnpryan/redux.dart) [237⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [571⭐] - 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. +- [Redux.dart](https://github.com/johnpryan/redux.dart) [239⭐] - 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). +- [Redux](https://github.com/brianegan/flutter_redux) [579⭐] - 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. - [Dartea](https://github.com/p69/dartea) [55⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). -- [Inject](https://github.com/google/inject.dart) [343⭐] - Compile-time dependency injection by Google. -- [Flux](https://github.com/google/flutter_flux) [275⭐] - Implementation of the Flux framework by Google. +- [Inject](https://github.com/google/inject.dart) [347⭐] - Compile-time dependency injection by Google. +- [Flux](https://github.com/google/flutter_flux) [277⭐] - Implementation of the Flux framework by Google. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [314⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). -- [Functional widget](https://github.com/rrousselGit/functional_widget) [71⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [325⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Functional widget](https://github.com/rrousselGit/functional_widget) [76⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [533⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [Graphql](https://github.com/zino-app/graphql-flutter) [544⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). ### Animation -- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [118⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [513⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [122⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [525⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). - [Villains](https://github.com/Norbert515/flutter_villains) [147⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [195⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [201⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [699⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) [551⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). +- [Flame](https://github.com/luanpotter/flame) [723⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) [557⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc -- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [115⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). +- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [118⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). ### Testing -- [Ozzie](https://github.com/jorgecoca/ozzie.flutter) [65⭐] - Ozzie will take an screenshot during integration tests whenever you need by [Jorge Coca](https://github.com/jorgecoca). +- [Ozzie](https://github.com/jorgecoca/ozzie.flutter) [67⭐] - Ozzie will take an screenshot during integration tests whenever you need by [Jorge Coca](https://github.com/jorgecoca). ## Open Source Apps ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2521⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2568⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [1397⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [4659⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Flutter Team Samples](https://github.com/flutter/samples) [1441⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [5064⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). - [Meme Chat](https://github.com/efortuna/memechat) [327⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. - [Flitter](https://github.com/dart-flitter/flitter) [142⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. - [Lime](https://github.com/fablue/lime-flutter) [215⭐] - Lime social network by Sebastian Sellmair. -- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [362⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). -- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [287⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). -- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [368⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [483⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). -- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [369⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [420⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [236⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). -- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [402⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). -- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [166⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [200⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). -- [Taskist](https://github.com/huextrat/Taskist) [134⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). -- [Tourism](https://github.com/bluemix/tourism-demo) [70⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). -- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [136⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). +- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [366⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). +- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [288⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). +- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [372⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [491⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [376⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). +- [FlutterGram](https://github.com/mdanics/fluttergram) [430⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [237⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [404⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). +- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [170⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). +- [Trace](https://github.com/trentpiercy/trace) [202⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Taskist](https://github.com/huextrat/Taskist) [140⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). +- [Tourism](https://github.com/bluemix/tourism-demo) [72⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). +- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [138⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). -- [Deer](https://github.com/aleksanderwozniak/deer) [78⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [Deer](https://github.com/aleksanderwozniak/deer) [79⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). ### Block / Angular / PWA -- [InKino](https://github.com/roughike/inKino) [1743⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [1760⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### State Management - - [MobX](https://github.com/mobxjs/mobx.dart) [87⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. + - [MobX](https://github.com/mobxjs/mobx.dart) [114⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. ### Games -- [Flip](https://github.com/RedBrogdon/flutterflip) [79⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). +- [Flip](https://github.com/RedBrogdon/flutterflip) [82⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). - [2048](https://github.com/anuranBarman/2048) [44⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). -- [TRex](https://github.com/renancaraujo/trex-flame) [74⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). +- [TRex](https://github.com/renancaraujo/trex-flame) [77⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). - [Crush](https://github.com/boeledi/flutter_crush) [104⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). - [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [31⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). @@ -446,14 +446,16 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya). - [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). -- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [143⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). -- [FlutterIcon](http://fluttericon.com/) [54⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). +- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [149⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). +- [FlutterIcon](http://fluttericon.com/) [59⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren). ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [3616⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [1467⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [3689⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [1483⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [31⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). + ## Books From 31d576955090bfee7ea93cb55662a20a95d088fa Mon Sep 17 00:00:00 2001 From: Jeremiah Ogbomo Date: Mon, 4 Feb 2019 11:22:59 +0100 Subject: [PATCH 020/128] chore: added TailorMade (#1) You've read [How to contribute](https://github.com/Solido/awesome-flutter/blob/master/contributing.md) right ? Yes So tell me more about your awesome contribution and add the badge to your repo after it's accepted :D Can be found at [TailorMade](https://github.com/jogboms/tailor_made). Awesome Flutter ``` Awesome Flutter ``` --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index d8b8054..d186da9 100644 --- a/source.md +++ b/source.md @@ -425,6 +425,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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) - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT) - [Deer](https://github.com/aleksanderwozniak/deer) - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak) +- [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) ### Block / Angular / PWA From 2d6b179d46c588ddac6d986c8c87ec348f256944 Mon Sep 17 00:00:00 2001 From: Hendrik Haandrikman Date: Tue, 5 Feb 2019 17:06:47 +0100 Subject: [PATCH 021/128] Updated link to Bitrise Now points towards the getting-started guide in the Devcenter --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index b0c72ed..1f4e398 100644 --- a/source.md +++ b/source.md @@ -233,7 +233,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) [38⭐] - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov). - [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [370 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). -- [Bitrise for Flutter](https://go.bitrise.io/flutter-ci) - Free Flutter ci (continuous integration, test and distribution automation for solo devs, teams and enterprises). +- [Bitrise for Flutter](https://devcenter.bitrise.io/getting-started/getting-started-with-flutter-apps/) - Flutter build, test and deployment automation, free for Open Source and smaller projects. - [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) [241 claps👏] - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov). - [Flutter step in Go](https://medium.com/@karol.wrotniak/how-to-create-bitrise-step-in-go-flutter-example-668cf4db1fd2) [62 claps👏] - Create Bitrise Step in Go by [Karol Wrótniak](https://medium.com/@karol.wrotniak). - [Code Magic](https://codemagic.io/) - Automate the entire flow, build and distribution by (NeverCode)[https://nevercode.io/]. From 7ccddc81949d866c314078f398ae665e4f01101e Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Tue, 5 Feb 2019 18:54:57 +0100 Subject: [PATCH 022/128] Gen > Added Bitrise Flutter build automation Added Bitrise Flutter build automation --- README.md | 185 +++++++++++++++++++++++++++--------------------------- 1 file changed, 94 insertions(+), 91 deletions(-) diff --git a/README.md b/README.md index 88f2c3c..b87d732 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ StackOverflow - Github Repositories + Github Repositories - Entries + Entries Awesome @@ -85,28 +85,28 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Beginner - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). -- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [857 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). +- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [866 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). - [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [2.2K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). ### Advanced -- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [233👍] - Engine architecture by Adam Barth. +- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [234👍] - Engine architecture by Adam Barth. - [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [1.8K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). -- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [435 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). +- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [436 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com). - [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [607 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). - [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). -- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [538 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). +- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [562 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). ### Howtos -- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [458👍] - Firebase live coding. +- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [459👍] - Firebase live coding. - [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [357 claps👏] - By Mehmet Fidanboylu. -- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [466 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). -- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [903 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). +- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [482 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). +- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [904 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). ## Videos @@ -125,25 +125,25 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2055⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [279⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2065⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [284⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI -- [Contact Picker](https://github.com/goderbauer/contact_picker) [26⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [459⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Contact Picker](https://github.com/goderbauer/contact_picker) [27⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [461⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). - [Sticky Header](https://github.com/letsar/flutter_sticky_header) [180⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). -- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [157⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). +- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [158⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). - [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [173⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). - [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [208⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [405⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [406⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). - [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [140⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). - [Side Header List](https://github.com/renefloor/side_header_list_view) [124⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). -- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [137⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). +- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [138⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [82⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). - [Flushbar](https://github.com/AndreHaueisen/flushbar) [130⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). - [Stepper Touch](https://github.com/Rahiche/stepper_touch) [61⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Offline](https://github.com/jogboms/flutter_offline) [170⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Offline](https://github.com/jogboms/flutter_offline) [180⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). - [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [95⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). - [Snaplist](https://github.com/ariedov/flutter_snaplist) [95⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). - [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [73⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). @@ -152,25 +152,25 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Folding Cell](https://github.com/faob-dev/folding_cell) [73⭐] - Fold your widget by [Faob](https://github.com/faob-dev). - [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [27⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). - [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [172⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [28⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [30⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). #### Material Design - [Material Color Picker](https://github.com/long1eu/material_color_picker) [45⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). - [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [90⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [425⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). -- [RangeSlider](https://github.com/boeledi/RangeSlider) [90⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). +- [Slidable](https://github.com/letsar/flutter_slidable) [427⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [RangeSlider](https://github.com/boeledi/RangeSlider) [91⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [299⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [261⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [85⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [300⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [264⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Wave](https://github.com/i-protoss/wave) [86⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar -- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [56⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). +- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [57⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh). @@ -179,32 +179,32 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). - [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [171⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). - [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [101⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). -- [Photo View](https://github.com/renancaraujo/photo_view) [278⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). -- [SVG](https://github.com/dnfield/flutter_svg) [245⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). +- [Photo View](https://github.com/renancaraujo/photo_view) [279⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). +- [SVG](https://github.com/dnfield/flutter_svg) [248⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). - [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [191⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). - [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [332⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [136⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [137⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). ### Map -- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [348⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). +- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [349⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). - [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [36⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [505⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [Map](https://github.com/apptreesoftware/flutter_map) [508⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). - [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [183⭐] - Interactive, customizable vector maps by Mapbox. ### Charts - [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [167⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). - [Charts](https://github.com/mzimmerm/flutter_charts) [111⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). -- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [106⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [493⭐] - By Google Charts Team. +- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [107⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/google/charts) [492⭐] - By Google Charts Team. - [Flutter Plot](https://github.com/RCHowell/flutter_plot) [16⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). - [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [93⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). - [FCharts](https://github.com/thekeenant/fcharts) [224⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [777⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [Fluro](https://github.com/goposse/fluro) [779⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). - [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [36⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). @@ -214,7 +214,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Login](https://github.com/AppleEducate/flutter_login) [239⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. -- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [140⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). +- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [141⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). - [OAuth](https://github.com/hitherejoe/FlutterOAuth) [91⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). - [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [435 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). @@ -222,10 +222,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Text & Rich Content -- [Markdown](https://github.com/flutter/flutter_markdown) [179⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. +- [Markdown](https://github.com/flutter/flutter_markdown) [180⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. - [Rich Text Editor](https://github.com/long1eu/rich_editor) [69⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). - [Masked Text](https://github.com/benhurott/flutter-masked-text) [58⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). -- [Zefyr](https://github.com/memspace/zefyr) [383⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). +- [Zefyr](https://github.com/memspace/zefyr) [386⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). ### Analytics @@ -237,10 +237,12 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Build automation -- [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) [39⭐] - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov). -- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [397 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). -- [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) [250 claps👏] - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov). -- [BitRise](https://medium.com/@karol.wrotniak/how-to-create-bitrise-step-in-go-flutter-example-668cf4db1fd2) [62 claps👏] - Create Bitrise Step in Go by [Karol Wrótniak](https://medium.com/@karol.wrotniak). + +- [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) [38⭐] - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [370 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Bitrise for Flutter](https://devcenter.bitrise.io/getting-started/getting-started-with-flutter-apps/) - Flutter build, test and deployment automation, free for Open Source and smaller projects. +- [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) [241 claps👏] - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Flutter step in Go](https://medium.com/@karol.wrotniak/how-to-create-bitrise-step-in-go-flutter-example-668cf4db1fd2) [62 claps👏] - Create Bitrise Step in Go by [Karol Wrótniak](https://medium.com/@karol.wrotniak). - [Code Magic](https://codemagic.io/) - Automate the entire flow, build and distribution by (NeverCode)[https://nevercode.io/]. ### Styling @@ -252,15 +254,15 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Audio -- [Audio Plugin](https://github.com/rxlabz/audioplayer) [227⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Audio Plugin](https://github.com/rxlabz/audioplayer) [229⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). - [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [67⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). - [Stereo](https://github.com/2find/stereo) [44⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). -- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [54⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). +- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [56⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). #### Video -- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [334⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). -- [Chewie](https://github.com/brianegan/chewie) [251⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). +- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [336⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). +- [Chewie](https://github.com/brianegan/chewie) [252⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice @@ -276,9 +278,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Admob](https://pub.dartlang.org/packages/admob) - GoogleAdmob supports interstitial ads in both iOS and Android by Brett Nesbitt. - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase. -- [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [69⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). +- [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [71⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). - [Payments](https://github.com/pplante/flutter_payments) [19⭐] - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co). -- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [147⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). +- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [149⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). - [Admob Flutter](https://github.com/YoussefKababe/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe). ## Templates @@ -286,20 +288,20 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [214⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). - [Mates](https://github.com/CodemateLtd/FlutterMates) [271⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). - [Weather](https://github.com/alessandroaime/Weather) [86⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2129⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2146⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). - [Restaurant Menu](https://github.com/braulio94/menu_flutter) [350⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). - [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [581⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). -- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [48⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). -- [Music Player](https://github.com/thosakwe/flutter_music_player) [96⭐] - music player component by [Tobe O](https://thosakwe.com/). +- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [49⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). +- [Music Player](https://github.com/thosakwe/flutter_music_player) [97⭐] - music player component by [Tobe O](https://thosakwe.com/). - [Dashboard](https://github.com/Ivaskuu/dashboard) [308⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). - [Todo](https://github.com/littlemarc2011/FlutterTodo) [217⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). -- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [180⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [1961⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [181⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [1967⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). - [Book](https://github.com/putraxor/flutter-book-app) [120⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [443⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [447⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). - [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [61⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). -- [DrawApp](https://github.com/SnakeyHips/drawapp) [65⭐] - 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). -- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [158⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). +- [DrawApp](https://github.com/SnakeyHips/drawapp) [67⭐] - 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). +- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [159⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). ### Machine Learning @@ -310,18 +312,18 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [473⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). -- [Location](https://github.com/Lyokone/flutterlocation) [172⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [474⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [Location](https://github.com/Lyokone/flutterlocation) [173⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). - [Geolocation](https://github.com/loup-v/geolocation) [124⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). -- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [267⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [269⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). - [Get Version](https://github.com/AppleEducate/get_version) [39⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). - [Badger](https://github.com/g123k/flutter_app_badger) [58⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). -- [UDID](https://github.com/GigaDroid/flutter_udid) [31⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). +- [UDID](https://github.com/GigaDroid/flutter_udid) [32⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). - [Downloader](https://github.com/hnvn/flutter_downloader) [112⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). -- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [150⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [152⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [11⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [20⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). - [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [26⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). @@ -333,13 +335,13 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [399⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Blue](https://github.com/pauldemarco/flutter_blue) [401⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). - [Beacons](https://github.com/loup-v/beacons) [22⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). -- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [47⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). +- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [48⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). ### Storage -- [Sqflite](https://github.com/tekartik/sqflite) [660⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). +- [Sqflite](https://github.com/tekartik/sqflite) [662⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). - [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [34⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). ### Services @@ -347,8 +349,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [164⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). - [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [40⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). - [Intercom](https://pub.dartlang.org/packages/intercom) [15⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). -- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [142⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). -- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [125⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). +- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [141⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). +- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [127⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [31⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). - [App Rating](https://github.com/AppleEducate/app_review) [48⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). - [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) [6⭐] Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) @@ -357,82 +359,83 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Bloc -- [Bloc](https://github.com/felangel/bloc) [492⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [Bloc](https://github.com/felangel/bloc) [506⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). ### Redux / ELM / Dependency Injection - [Built redux](https://github.com/davidmarne/flutter_built_redux) [64⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). -- [Redux.dart](https://github.com/johnpryan/redux.dart) [239⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [579⭐] - 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. +- [Redux.dart](https://github.com/johnpryan/redux.dart) [240⭐] - 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). +- [Redux](https://github.com/brianegan/flutter_redux) [581⭐] - 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. - [Dartea](https://github.com/p69/dartea) [55⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). - [Inject](https://github.com/google/inject.dart) [347⭐] - Compile-time dependency injection by Google. - [Flux](https://github.com/google/flutter_flux) [277⭐] - Implementation of the Flux framework by Google. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [325⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [332⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). - [Functional widget](https://github.com/rrousselGit/functional_widget) [76⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [544⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [Graphql](https://github.com/zino-app/graphql-flutter) [545⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). ### Animation - [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [122⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [525⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [528⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). - [Villains](https://github.com/Norbert515/flutter_villains) [147⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). - [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [201⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [723⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) [557⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). +- [Flame](https://github.com/luanpotter/flame) [730⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) [559⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc -- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [118⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). +- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [119⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). ### Testing -- [Ozzie](https://github.com/jorgecoca/ozzie.flutter) [67⭐] - Ozzie will take an screenshot during integration tests whenever you need by [Jorge Coca](https://github.com/jorgecoca). +- [Ozzie](https://github.com/jorgecoca/ozzie.flutter) [69⭐] - Ozzie will take an screenshot during integration tests whenever you need by [Jorge Coca](https://github.com/jorgecoca). ## Open Source Apps ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2568⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2580⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [1441⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [5064⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Flutter Team Samples](https://github.com/flutter/samples) [1451⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [5106⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). - [Meme Chat](https://github.com/efortuna/memechat) [327⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. -- [Flitter](https://github.com/dart-flitter/flitter) [142⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. -- [Lime](https://github.com/fablue/lime-flutter) [215⭐] - Lime social network by Sebastian Sellmair. -- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [366⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). +- [Flitter](https://github.com/dart-flitter/flitter) [143⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. +- [Lime](https://github.com/fablue/lime-flutter) [216⭐] - Lime social network by Sebastian Sellmair. +- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [368⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). - [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [288⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). -- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [372⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [491⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [373⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [492⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). - [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [376⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [430⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [237⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [FlutterGram](https://github.com/mdanics/fluttergram) [434⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [239⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). - [Cinematic](https://github.com/aaronoe/FlutterCinematic) [404⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). - [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [170⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [202⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). -- [Taskist](https://github.com/huextrat/Taskist) [140⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). -- [Tourism](https://github.com/bluemix/tourism-demo) [72⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). +- [Trace](https://github.com/trentpiercy/trace) [203⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Taskist](https://github.com/huextrat/Taskist) [142⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). +- [Tourism](https://github.com/bluemix/tourism-demo) [73⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). - [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [138⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). -- [Deer](https://github.com/aleksanderwozniak/deer) [79⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [Deer](https://github.com/aleksanderwozniak/deer) [81⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [TailorMade](https://github.com/jogboms/tailor_made) [79⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). ### Block / Angular / PWA -- [InKino](https://github.com/roughike/inKino) [1760⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [1768⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### State Management - - [MobX](https://github.com/mobxjs/mobx.dart) [114⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. + - [MobX](https://github.com/mobxjs/mobx.dart) [118⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. ### Games @@ -452,9 +455,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [3689⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [3708⭐] - Desktop implementations of the Flutter embedding API by Google. - [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [1483⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). -- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [31⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). +- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [34⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). ## Books From 12db904365fa1bc9356005e55a373e8042c8ba55 Mon Sep 17 00:00:00 2001 From: Jeremiah Ogbomo Date: Wed, 6 Feb 2019 07:53:29 +0100 Subject: [PATCH 023/128] chore: add lagos(Nigeria) community --- source.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source.md b/source.md index 1560eb8..30013f7 100644 --- a/source.md +++ b/source.md @@ -515,7 +515,11 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - Meetup [Chicago](https://www.meetup.com/Flutter-Chicago/) +### 🇳🇬Nigeria +- Slack [DevCenter Square](https://devcenter-square-slack.herokuapp.com) - Square Team's #flutter community channel +- [WhatsApp](https://chat.whatsapp.com/FR2G7r33KjKAVQrB3AKp0H) - Dart & Flutter community +- Twitter [FlutterLagos](https://twitter.com/FlutterLagos) - Dart & Flutter community (Lagos) ## License From 2f4e007cdac466d2b386268444cde94a5efbec2d Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 6 Feb 2019 11:42:42 +0100 Subject: [PATCH 024/128] Nigeria Community Nigeria Community --- source.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source.md b/source.md index 30013f7..c56dcb6 100644 --- a/source.md +++ b/source.md @@ -507,6 +507,12 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - Twitter [Flutter Berlin](https://twitter.com/flutterBerlin) - [Düsseldorf](https://twitter.com/flutter_school) - Slack [Flutter Berlin](https://flutterberlin.slack.com/join/shared_invite/enQtMzQ1NDI0NjU4Mjc5LWVjOTg0NmUxZmU4YzZjZjFkMWNjYWYyYTI5NjMyZWE5MDZjNDM0YzgyNWQyM2EzM2E0NDE4ZmQyMzQyMzRlNjI) +### 🇳🇬Nigeria + +- Slack [DevCenter Square](https://devcenter-square-slack.herokuapp.com) - Square Team's #flutter community channel +- [WhatsApp](https://chat.whatsapp.com/FR2G7r33KjKAVQrB3AKp0H) - Dart & Flutter community +- Twitter [FlutterLagos](https://twitter.com/FlutterLagos) - Dart & Flutter community (Lagos) + ### 🇷🇺 Russia - [Telegram](https://t.me/rudart) - Russian speaking Dart & Flutter community. @@ -515,12 +521,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - Meetup [Chicago](https://www.meetup.com/Flutter-Chicago/) -### 🇳🇬Nigeria - -- Slack [DevCenter Square](https://devcenter-square-slack.herokuapp.com) - Square Team's #flutter community channel -- [WhatsApp](https://chat.whatsapp.com/FR2G7r33KjKAVQrB3AKp0H) - Dart & Flutter community -- Twitter [FlutterLagos](https://twitter.com/FlutterLagos) - Dart & Flutter community (Lagos) - ## License [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) From b638073c9ca130d42754fbf4580b33c97ca1798b Mon Sep 17 00:00:00 2001 From: Frideos Date: Wed, 6 Feb 2019 12:34:05 +0100 Subject: [PATCH 025/128] added frideos library --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index c56dcb6..0b1a81a 100644 --- a/source.md +++ b/source.md @@ -394,6 +394,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Misc - [Cache Manager](https://github.com/renefloor/flutter_cache_manager) - Generic cache manager by [Rene Floor](https://github.com/renefloor) +- [Frideos](https://github.com/frideosapps/frideos_flutter) - A set of helpers to simplify the using of streams and BLoC pattern, and various widgets (blur, transitions, timed widgets, etc.). by [Francesco Mineo](https://github.com/frideosapps) ### Testing From 4a89d8fc1c81c520e56211f71d9f767eac0f65fe Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 6 Feb 2019 13:32:06 +0100 Subject: [PATCH 026/128] Shorten Frideos desc --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 0b1a81a..9a13fb6 100644 --- a/source.md +++ b/source.md @@ -394,7 +394,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Misc - [Cache Manager](https://github.com/renefloor/flutter_cache_manager) - Generic cache manager by [Rene Floor](https://github.com/renefloor) -- [Frideos](https://github.com/frideosapps/frideos_flutter) - A set of helpers to simplify the using of streams and BLoC pattern, and various widgets (blur, transitions, timed widgets, etc.). by [Francesco Mineo](https://github.com/frideosapps) +- [Frideos](https://github.com/frideosapps/frideos_flutter) - Helpers for streams, BLoC pattern and various widgets (blur, transitions, timed widgets, ...) by [Francesco Mineo](https://github.com/frideosapps) ### Testing From 89c556fe294b0d129a4d491babf9c56bc91fcba2 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Thu, 7 Feb 2019 19:19:08 +0100 Subject: [PATCH 027/128] cleanup --- source.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/source.md b/source.md index 9a13fb6..4e09a6c 100644 --- a/source.md +++ b/source.md @@ -237,13 +237,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Build automation - -- [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) [38⭐] - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov). -- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [370 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). - [Bitrise for Flutter](https://devcenter.bitrise.io/getting-started/getting-started-with-flutter-apps/) - Flutter build, test and deployment automation, free for Open Source and smaller projects. -- [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) [241 claps👏] - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov). -- [Flutter step in Go](https://medium.com/@karol.wrotniak/how-to-create-bitrise-step-in-go-flutter-example-668cf4db1fd2) [62 claps👏] - Create Bitrise Step in Go by [Karol Wrótniak](https://medium.com/@karol.wrotniak). -- [Code Magic](https://codemagic.io/) - Automate the entire flow, build and distribution by (NeverCode)[https://nevercode.io/]. +- [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Code Magic](https://codemagic.io/) - Automate build and distribution by [NeverCode](https://nevercode.io). ### Styling From a6be060c824587ac21fc088d92e37f7b5e308778 Mon Sep 17 00:00:00 2001 From: Michael Bui <25263378+MaikuB@users.noreply.github.com> Date: Fri, 8 Feb 2019 21:55:08 +1100 Subject: [PATCH 028/128] add flutter_appauth plugin --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 5ca953d..5386ea2 100644 --- a/source.md +++ b/source.md @@ -219,6 +219,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/) - [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) - [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) +[Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo) - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). - [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) - +- [Catcher](https://github.com/jhomlala/catcher) - A plugin which automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala) #### Scanner - [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) - QR Code reader plugin by [Matheus Villela](https://github.com/villela) From b47c54946af8a9162eb17d94e9dc13bf8717190f Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Mon, 11 Feb 2019 19:57:26 +0100 Subject: [PATCH 033/128] Cleanup --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 5386ea2..fdbd39c 100644 --- a/source.md +++ b/source.md @@ -219,7 +219,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/) - [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) - [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) -[Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo) - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). - [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) -- [Catcher](https://github.com/jhomlala/catcher) - A plugin which automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala) + #### Scanner - [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) - QR Code reader plugin by [Matheus Villela](https://github.com/villela) @@ -360,6 +360,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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) - [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) +### Log / Tracing + +- [Catcher](https://github.com/jhomlala/catcher) - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala) + ## Frameworks ### Bloc From 40bc338166aec26c6251accd58fa710e0f7955b9 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Mon, 11 Feb 2019 22:15:13 +0100 Subject: [PATCH 035/128] Gen > howtodothisinflutter for react devs Add howtodothisinflutter --- README.md | 227 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 116 insertions(+), 111 deletions(-) diff --git a/README.md b/README.md index b228f8f..9780f60 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ StackOverflow - Github Repositories + Github Repositories - Entries + Entries Awesome @@ -80,12 +80,12 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Animated Chat](https://codelabs.developers.google.com/codelabs/flutter/#0) - Building beautiful UIs by Google Code Labs. - [Firebase Chat](https://codelabs.developers.google.com/codelabs/flutter-firebase/#0) - Firebase integration by Google Code Labs. - [Planets-Flutter: from design to app](http://sergiandreplace.com/2017/09/planets-flutter-from-design-to-app) - Detailed planets design tutorial. -- [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_a) +- [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_a). ### Beginner - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). -- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [873 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). +- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [887 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). - [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [2.2K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). @@ -96,24 +96,25 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). - [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [437 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com). -- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [607 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). +- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [608 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). - [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). - [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [564 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). ### Howtos -- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [464👍] - Firebase live coding. +- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [466👍] - Firebase live coding. - [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [358 claps👏] - By Mehmet Fidanboylu. - [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [483 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). - [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [905 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). +- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [70⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) ## Videos - [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) [74🎬] - Very rich content by [Tensor Programming](http://tensor-programming.com/). - [Fluttery](https://www.youtube.com/channel/UCtWyVkPpb8An90SNDTNF0Pg) - High-production value and in-depth challenges. - [Brandon Donnelson](https://www.youtube.com/playlist?list=PLBbgqtDgdc_RUWUCInIqxpY--C94C6Xjh) [55🎬] - Videos on layout, database and tips by Brandon Donnelson. -- [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [119🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). +- [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [122🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). - [Udacity](https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905) - Build Native Mobile Apps by Google. - [VoidRealms](https://www.youtube.com/playlist?list=PLUbFnGajtZlX9ubiLzYz_cw92esraiIBi) [43🎬] - Video tutorials, from basic to advanced. - [Coding With Flutter](https://www.youtube.com/watch?v=u_Lyx8KJWpg&list=PLNnAcB93JKV9iZ2cwk9MEx3_JG8BRikMP) [22🎬] - Video tutorials and live-coding examples by [Andrea Bizzotto](https://medium.com/@biz84). @@ -125,34 +126,34 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2077⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [290⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2091⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [293⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI -- [Contact Picker](https://github.com/goderbauer/contact_picker) [27⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [463⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Contact Picker](https://github.com/goderbauer/contact_picker) [28⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [464⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). - [Sticky Header](https://github.com/letsar/flutter_sticky_header) [181⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). -- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [158⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). -- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [174⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [159⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). +- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [175⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). - [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [209⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [410⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). -- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [141⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [411⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [143⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). - [Side Header List](https://github.com/renefloor/side_header_list_view) [124⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). -- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [139⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). +- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [140⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [85⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [131⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [132⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). - [Stepper Touch](https://github.com/Rahiche/stepper_touch) [63⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Offline](https://github.com/jogboms/flutter_offline) [187⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [97⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). -- [Snaplist](https://github.com/ariedov/flutter_snaplist) [96⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). +- [Offline](https://github.com/jogboms/flutter_offline) [189⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [99⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). +- [Snaplist](https://github.com/ariedov/flutter_snaplist) [97⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). - [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [75⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). - [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [26⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). - [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [12⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). - [Folding Cell](https://github.com/faob-dev/folding_cell) [73⭐] - Fold your widget by [Faob](https://github.com/faob-dev). - [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [27⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [176⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [35⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [179⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [36⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). #### Material Design @@ -164,9 +165,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [301⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [271⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [86⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [302⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [274⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Wave](https://github.com/i-protoss/wave) [89⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar @@ -177,49 +178,49 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [173⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [174⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). - [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [104⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). - [Photo View](https://github.com/renancaraujo/photo_view) [280⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). -- [SVG](https://github.com/dnfield/flutter_svg) [253⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [193⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [337⭐] - Show images from the internet and keep them in the cache directory by. +- [SVG](https://github.com/dnfield/flutter_svg) [254⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [194⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [339⭐] - Show images from the internet and keep them in the cache directory by. - [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [143⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). ### Map -- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [350⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). +- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [349⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). - [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [36⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [514⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). -- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [186⭐] - Interactive, customizable vector maps by Mapbox. +- [Map](https://github.com/apptreesoftware/flutter_map) [516⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [188⭐] - Interactive, customizable vector maps by Mapbox. ### Charts -- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [168⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/mzimmerm/flutter_charts) [111⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [169⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/mzimmerm/flutter_charts) [112⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). - [Sparkline](https://github.com/xqwzts/flutter_sparkline) [107⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [500⭐] - By Google Charts Team. +- [Charts](https://github.com/google/charts) [501⭐] - By Google Charts Team. - [Flutter Plot](https://github.com/RCHowell/flutter_plot) [16⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). - [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [93⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). - [FCharts](https://github.com/thekeenant/fcharts) [230⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [785⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). -- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [37⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). +- [Fluro](https://github.com/goposse/fluro) [788⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [38⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). ### Auth - [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android. -- [Login](https://github.com/AppleEducate/flutter_login) [242⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). +- [Login](https://github.com/AppleEducate/flutter_login) [243⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. -- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [144⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). +- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [145⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). - [OAuth](https://github.com/hitherejoe/FlutterOAuth) [94⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). - [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [436 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). -- [SimpleAuth](https://github.com/Clancey/simple_auth) [81⭐] - 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). -[Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984) - [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) - [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) +- [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) ### Machine Learning From 95fa588e9cb2d007e2bc0fe7878b6341bd226bb6 Mon Sep 17 00:00:00 2001 From: Jakub Date: Wed, 13 Feb 2019 22:12:14 +0100 Subject: [PATCH 037/128] Added Feather --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 810d137..2103f60 100644 --- a/source.md +++ b/source.md @@ -308,7 +308,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984) - [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) - [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) -- [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) +- [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) ### Machine Learning From fe33c3a21ad4ccb8cc7f778d81e87ca5abec894c Mon Sep 17 00:00:00 2001 From: Carl Hauck Date: Thu, 14 Feb 2019 16:00:21 -0200 Subject: [PATCH 038/128] Added drawing animation library --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index d438bb3..f065782 100644 --- a/source.md +++ b/source.md @@ -395,6 +395,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [SpinKit](https://github.com/jogboms/flutter_spinkit) - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms) - [Villains](https://github.com/Norbert515/flutter_villains) - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir) - [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/) +- [Drawing Animation](https://github.com/biocarl/drawing_animation) - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks) ### Game Engine From c5c19c1dbfd9e7db7564efbd9155fd0dc454a169 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Fri, 15 Feb 2019 01:06:58 +0100 Subject: [PATCH 039/128] Gen > drawing animation library drawing animation library --- README.md | 266 +++++++++++++++++++++++++++--------------------------- 1 file changed, 134 insertions(+), 132 deletions(-) diff --git a/README.md b/README.md index 9780f60..59941fe 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ StackOverflow - Github Repositories + Github Repositories - Entries + Entries Awesome @@ -85,36 +85,36 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Beginner - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). -- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [887 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). +- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [937 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). -- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [2.2K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). +- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [2.3K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). ### Advanced -- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [234👍] - Engine architecture by Adam Barth. -- [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [1.8K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). +- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [236👍] - Engine architecture by Adam Barth. +- [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [1.91K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). - [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [437 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com). - [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [608 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). - [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). -- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [564 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). +- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [565 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). ### Howtos -- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [466👍] - Firebase live coding. +- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [469👍] - Firebase live coding. - [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [358 claps👏] - By Mehmet Fidanboylu. -- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [483 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). +- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [533 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). - [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [905 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). -- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [70⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [83⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) ## Videos - [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) [74🎬] - Very rich content by [Tensor Programming](http://tensor-programming.com/). - [Fluttery](https://www.youtube.com/channel/UCtWyVkPpb8An90SNDTNF0Pg) - High-production value and in-depth challenges. - [Brandon Donnelson](https://www.youtube.com/playlist?list=PLBbgqtDgdc_RUWUCInIqxpY--C94C6Xjh) [55🎬] - Videos on layout, database and tips by Brandon Donnelson. -- [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [122🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). +- [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [123🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). - [Udacity](https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905) - Build Native Mobile Apps by Google. - [VoidRealms](https://www.youtube.com/playlist?list=PLUbFnGajtZlX9ubiLzYz_cw92esraiIBi) [43🎬] - Video tutorials, from basic to advanced. - [Coding With Flutter](https://www.youtube.com/watch?v=u_Lyx8KJWpg&list=PLNnAcB93JKV9iZ2cwk9MEx3_JG8BRikMP) [22🎬] - Video tutorials and live-coding examples by [Andrea Bizzotto](https://medium.com/@biz84). @@ -126,86 +126,86 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2091⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [293⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2116⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [297⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI - [Contact Picker](https://github.com/goderbauer/contact_picker) [28⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [464⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [468⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). - [Sticky Header](https://github.com/letsar/flutter_sticky_header) [181⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). - [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [159⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). - [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [175⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). - [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [209⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). - [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [411⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). -- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [143⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). +- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [147⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). - [Side Header List](https://github.com/renefloor/side_header_list_view) [124⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). -- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [140⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). +- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [142⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [85⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [132⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [136⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). - [Stepper Touch](https://github.com/Rahiche/stepper_touch) [63⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). - [Offline](https://github.com/jogboms/flutter_offline) [189⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [99⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). -- [Snaplist](https://github.com/ariedov/flutter_snaplist) [97⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). -- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [75⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). -- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [26⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). -- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [12⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). -- [Folding Cell](https://github.com/faob-dev/folding_cell) [73⭐] - Fold your widget by [Faob](https://github.com/faob-dev). -- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [27⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [179⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [36⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [100⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). +- [Snaplist](https://github.com/ariedov/flutter_snaplist) [98⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). +- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [76⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). +- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [27⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). +- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [13⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). +- [Folding Cell](https://github.com/faob-dev/folding_cell) [75⭐] - Fold your widget by [Faob](https://github.com/faob-dev). +- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [28⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [185⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [38⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). #### Material Design - [Material Color Picker](https://github.com/long1eu/material_color_picker) [45⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). -- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [90⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [433⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). -- [RangeSlider](https://github.com/boeledi/RangeSlider) [97⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). +- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [91⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). +- [Slidable](https://github.com/letsar/flutter_slidable) [436⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [RangeSlider](https://github.com/boeledi/RangeSlider) [98⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [302⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [274⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [89⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [304⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [276⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Wave](https://github.com/i-protoss/wave) [91⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar -- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [57⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). +- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [58⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh). ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [174⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [179⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). - [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [104⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). -- [Photo View](https://github.com/renancaraujo/photo_view) [280⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). -- [SVG](https://github.com/dnfield/flutter_svg) [254⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [194⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [339⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [143⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Photo View](https://github.com/renancaraujo/photo_view) [282⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). +- [SVG](https://github.com/dnfield/flutter_svg) [258⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [197⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [344⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [146⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). ### Map - [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [349⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). -- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [36⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [516⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). -- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [188⭐] - Interactive, customizable vector maps by Mapbox. +- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [37⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). +- [Map](https://github.com/apptreesoftware/flutter_map) [517⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [189⭐] - Interactive, customizable vector maps by Mapbox. ### Charts -- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [169⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [170⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). - [Charts](https://github.com/mzimmerm/flutter_charts) [112⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). -- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [107⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [501⭐] - By Google Charts Team. +- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [109⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/google/charts) [505⭐] - By Google Charts Team. - [Flutter Plot](https://github.com/RCHowell/flutter_plot) [16⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). -- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [93⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). +- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [95⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). - [FCharts](https://github.com/thekeenant/fcharts) [230⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [788⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [Fluro](https://github.com/goposse/fluro) [810⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). - [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [38⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). @@ -216,24 +216,24 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. - [Facebook Login](https://github.com/roughike/flutter_facebook_login) [145⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). -- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [94⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). +- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [95⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). -- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [436 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). +- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [462 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). - [SimpleAuth](https://github.com/Clancey/simple_auth) [82⭐] - 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). - [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app) +- [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/) ### Animation From 356319e9fad38d7d950f4bf3636237a135bb3a5d Mon Sep 17 00:00:00 2001 From: imaNNeoFighT Date: Sat, 16 Feb 2019 23:55:13 +0330 Subject: [PATCH 041/128] add Circular Bottom Navigation on source.md (Ui section) --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 4c64f86..e6c98f9 100644 --- a/source.md +++ b/source.md @@ -154,6 +154,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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). - [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/). - [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Circular Bottom Navigation](https://github.com/imaNNeoFighT/circular_bottom_navigation) - Beautiful animated bottom navigation bar by [Iman Khoshabi](https://github.com/imaNNeoFighT). #### Material Design From 837f6fcb0a816e129ac12f62617432e3aedadfb1 Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Sun, 17 Feb 2019 11:32:20 +0800 Subject: [PATCH 042/128] Add GitTouch - Open source GitHub client --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 9803398..921ce1a 100644 --- a/source.md +++ b/source.md @@ -442,6 +442,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT) - [Deer](https://github.com/aleksanderwozniak/deer) - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak) - [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) +- [GitTouch](https://github.com/pd4d10/git-touch) - Open source GitHub client by [Rongjian Zhang](https://github.com/pd4d10) ### Block / Angular / PWA From 28712ee48cfdf9d44ae2750204b59a5cc40892bd Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sun, 17 Feb 2019 19:26:44 +0100 Subject: [PATCH 043/128] Cleanup --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 9803398..5e3a4ac 100644 --- a/source.md +++ b/source.md @@ -80,7 +80,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Animated Chat](https://codelabs.developers.google.com/codelabs/flutter/#0) - Building beautiful UIs by Google Code Labs - [Firebase Chat](https://codelabs.developers.google.com/codelabs/flutter-firebase/#0) - Firebase integration by Google Code Labs - [Planets-Flutter: from design to app](http://sergiandreplace.com/2017/09/planets-flutter-from-design-to-app) - Detailed planets design tutorial -- [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_a) +- [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_a) ### Beginner From e9f20302ede029054557b448b4613e5864e42a1e Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sun, 17 Feb 2019 19:29:13 +0100 Subject: [PATCH 044/128] Clone section --- source.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source.md b/source.md index 921ce1a..ae1330d 100644 --- a/source.md +++ b/source.md @@ -310,6 +310,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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) - [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) +### Clone + +- [GitTouch](https://github.com/pd4d10/git-touch) - Open source GitHub client by [Rongjian Zhang](https://github.com/pd4d10) + ### Machine Learning ## Plugins @@ -442,7 +446,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT) - [Deer](https://github.com/aleksanderwozniak/deer) - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak) - [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) -- [GitTouch](https://github.com/pd4d10/git-touch) - Open source GitHub client by [Rongjian Zhang](https://github.com/pd4d10) ### Block / Angular / PWA From 6ac7e4966873c748e0fb4b17235e648d826d5eca Mon Sep 17 00:00:00 2001 From: Simon Leier Date: Sun, 24 Feb 2019 12:05:39 +0100 Subject: [PATCH 045/128] Add AutoSizeText --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index e98ae59..504f93e 100644 --- a/source.md +++ b/source.md @@ -228,6 +228,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Rich Text Editor](https://github.com/long1eu/rich_editor) - Text editor with style by [Lung Razvan](https://github.com/long1eu) - [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) - [Zefyr](https://github.com/memspace/zefyr) - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr) +- [AutoSizeText](https://github.com/leisim/auto_size_text) - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). ### Analytics From 2d2095e53b43c98a9ab8f80c4685d7f012c5e3f5 Mon Sep 17 00:00:00 2001 From: Cameron Smith <30812529+CameronStuartSmith@users.noreply.github.com> Date: Wed, 27 Feb 2019 18:58:25 -0700 Subject: [PATCH 046/128] Added Lottie plugin under images --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 504f93e..88e9813 100644 --- a/source.md +++ b/source.md @@ -185,6 +185,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Image Cropper](https://github.com/hnvn/flutter_image_cropper) - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn) - [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) - Show images from the internet and keep them in the cache directory by - [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w) +- [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) in Flutter by [Cameron Smith](https://github.com/CameronStuartSmith) ### Map From 3f38e81fe452aa8472aa90af48328cb12c0bacdd Mon Sep 17 00:00:00 2001 From: JianyingLi Date: Thu, 28 Feb 2019 16:45:07 +0800 Subject: [PATCH 047/128] Add flutter_flipperkit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59941fe..6a5d790 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Log / Tracing - [Catcher](https://github.com/jhomlala/catcher) [73⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). +- [flutter_flipperkit](https://github.com/blankapp/flutter_flipperkit) [50⭐] - Use Flipper debug your Flutter apps running in an emulator/simulator or connected physical development devices by [JianyingLi](https://github.com/lijy91). ## Frameworks @@ -538,4 +539,4 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) -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. \ No newline at end of file +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. From f00d759c8489023e351664eeb0737fd0cfe4a1c6 Mon Sep 17 00:00:00 2001 From: JianyingLi Date: Thu, 28 Feb 2019 22:41:41 +0800 Subject: [PATCH 048/128] Update source.md --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 504f93e..6801253 100644 --- a/source.md +++ b/source.md @@ -370,6 +370,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Log / Tracing - [Catcher](https://github.com/jhomlala/catcher) - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala) +- [flutter_flipperkit](https://github.com/blankapp/flutter_flipperkit) [50⭐] - Use Flipper debug your Flutter apps running in an emulator/simulator or connected physical development devices by [JianyingLi](https://github.com/lijy91). ## Frameworks From 89913d08cac7e0bb2b765a61c8ea807b6498f5ca Mon Sep 17 00:00:00 2001 From: JianyingLi Date: Thu, 28 Feb 2019 22:44:20 +0800 Subject: [PATCH 049/128] Revert "Add flutter_flipperkit" This reverts commit 3f38e81fe452aa8472aa90af48328cb12c0bacdd. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a5d790..59941fe 100644 --- a/README.md +++ b/README.md @@ -365,7 +365,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Log / Tracing - [Catcher](https://github.com/jhomlala/catcher) [73⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). -- [flutter_flipperkit](https://github.com/blankapp/flutter_flipperkit) [50⭐] - Use Flipper debug your Flutter apps running in an emulator/simulator or connected physical development devices by [JianyingLi](https://github.com/lijy91). ## Frameworks @@ -539,4 +538,4 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) -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. +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. \ No newline at end of file From 971451e1d577d3fe0a83260188ea962f68b710db Mon Sep 17 00:00:00 2001 From: Ali-Azmoud Date: Fri, 1 Mar 2019 04:30:34 -0800 Subject: [PATCH 050/128] Added flutter_xlider package A material design slider and range slider with RTL support and lots of options and customization for flutter --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 5386ea2..2c7f0de 100644 --- a/source.md +++ b/source.md @@ -160,6 +160,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins) - [Slidable](https://github.com/letsar/flutter_slidable) - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar) - [RangeSlider](https://github.com/boeledi/RangeSlider) - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com) +- [FlutterXlider](https://github.com/Ali-Azmoud/flutter_xlider) - A material design slider and range slider with RTL support by [Ali-Azmoud](https://github.com/Ali-Azmoud) #### Effect From 863dca698d1935608851b66be2c36f9dced47c40 Mon Sep 17 00:00:00 2001 From: Ali-Azmoud Date: Fri, 1 Mar 2019 04:32:51 -0800 Subject: [PATCH 051/128] Added flutter_xlider to list ( edited title ) --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 2c7f0de..43ac01f 100644 --- a/source.md +++ b/source.md @@ -153,6 +153,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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). - [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/). - [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Flutter Xlider](https://github.com/Ali-Azmoud/flutter_xlider) - A material design slider and range slider with RTL support by [Ali-Azmoud](https://github.com/Ali-Azmoud) #### Material Design @@ -160,7 +161,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins) - [Slidable](https://github.com/letsar/flutter_slidable) - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar) - [RangeSlider](https://github.com/boeledi/RangeSlider) - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com) -- [FlutterXlider](https://github.com/Ali-Azmoud/flutter_xlider) - A material design slider and range slider with RTL support by [Ali-Azmoud](https://github.com/Ali-Azmoud) #### Effect From e04e7de4a9391d11a1bd1c8efb9eca3c6fc076a2 Mon Sep 17 00:00:00 2001 From: Ali-Azmoud Date: Fri, 1 Mar 2019 04:40:08 -0800 Subject: [PATCH 052/128] Changed stargazers link --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 43ac01f..81dba22 100644 --- a/source.md +++ b/source.md @@ -153,7 +153,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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). - [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/). - [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). -- [Flutter Xlider](https://github.com/Ali-Azmoud/flutter_xlider) - A material design slider and range slider with RTL support by [Ali-Azmoud](https://github.com/Ali-Azmoud) +- [Flutter Xlider](https://github.com/Ali-Azmoud/flutter_xlider) - A material design slider and range slider with RTL support by [Ali-Azmoud](https://github.com/Ali-Azmoud) #### Material Design From 1963cacba43fc1d458efe99d0e2ffd1213860e89 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Fri, 1 Mar 2019 23:20:35 +0100 Subject: [PATCH 053/128] Profiling w/ Timeline Profiling w/ Timeline --- source.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source.md b/source.md index 6801253..3a90be3 100644 --- a/source.md +++ b/source.md @@ -99,7 +99,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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/) - [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) - [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) -- [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) +- [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) +- [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) ### Howtos @@ -220,7 +221,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/) - [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) - [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) -- [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB) ### Text & Rich Content From fe9fcb4e02361e295ede006dd1353a7f2b966577 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Fri, 1 Mar 2019 23:25:07 +0100 Subject: [PATCH 054/128] Gen > Profiling w/ Timeline Profiling w/ Timeline --- README.md | 378 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 193 insertions(+), 185 deletions(-) diff --git a/README.md b/README.md index 59941fe..62957cf 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@

- StackOverflow + StackOverflow - Github Repositories + Github Repositories - Entries + Entries Awesome @@ -80,41 +80,42 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Animated Chat](https://codelabs.developers.google.com/codelabs/flutter/#0) - Building beautiful UIs by Google Code Labs. - [Firebase Chat](https://codelabs.developers.google.com/codelabs/flutter-firebase/#0) - Firebase integration by Google Code Labs. - [Planets-Flutter: from design to app](http://sergiandreplace.com/2017/09/planets-flutter-from-design-to-app) - Detailed planets design tutorial. -- [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_a). +- [Todo List](https://github.com/lesnitsky/todolist_flutter) [50⭐] – Step by step tutorial how to build Todo List with Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) ### Beginner - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). -- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [937 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). +- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [965 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). -- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [2.3K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). +- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [2.7K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). ### Advanced -- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [236👍] - Engine architecture by Adam Barth. -- [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [1.91K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). +- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [249👍] - Engine architecture by Adam Barth. +- [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [2K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). -- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [437 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). +- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [490 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com). -- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [608 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). +- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [614 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). - [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). -- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [565 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). +- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [607 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). +- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [183 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). ### Howtos -- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [469👍] - Firebase live coding. -- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [358 claps👏] - By Mehmet Fidanboylu. -- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [533 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). -- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [905 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). -- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [83⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [477👍] - Firebase live coding. +- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [365 claps👏] - By Mehmet Fidanboylu. +- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [536 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). +- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [931 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). +- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [86⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) ## Videos -- [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) [74🎬] - Very rich content by [Tensor Programming](http://tensor-programming.com/). +- [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) [75🎬] - Very rich content by [Tensor Programming](http://tensor-programming.com/). - [Fluttery](https://www.youtube.com/channel/UCtWyVkPpb8An90SNDTNF0Pg) - High-production value and in-depth challenges. - [Brandon Donnelson](https://www.youtube.com/playlist?list=PLBbgqtDgdc_RUWUCInIqxpY--C94C6Xjh) [55🎬] - Videos on layout, database and tips by Brandon Donnelson. -- [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [123🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). +- [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [125🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). - [Udacity](https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905) - Build Native Mobile Apps by Google. - [VoidRealms](https://www.youtube.com/playlist?list=PLUbFnGajtZlX9ubiLzYz_cw92esraiIBi) [43🎬] - Video tutorials, from basic to advanced. - [Coding With Flutter](https://www.youtube.com/watch?v=u_Lyx8KJWpg&list=PLNnAcB93JKV9iZ2cwk9MEx3_JG8BRikMP) [22🎬] - Video tutorials and live-coding examples by [Andrea Bizzotto](https://medium.com/@biz84). @@ -126,112 +127,113 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2116⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [297⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2204⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [331⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI - [Contact Picker](https://github.com/goderbauer/contact_picker) [28⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [468⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). -- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [181⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). -- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [159⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). -- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [175⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [209⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [411⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). -- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [147⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). -- [Side Header List](https://github.com/renefloor/side_header_list_view) [124⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). -- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [142⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). -- [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [85⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [136⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). -- [Stepper Touch](https://github.com/Rahiche/stepper_touch) [63⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Offline](https://github.com/jogboms/flutter_offline) [189⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [100⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). -- [Snaplist](https://github.com/ariedov/flutter_snaplist) [98⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). -- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [76⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). -- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [27⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). -- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [13⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). -- [Folding Cell](https://github.com/faob-dev/folding_cell) [75⭐] - Fold your widget by [Faob](https://github.com/faob-dev). -- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [28⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [185⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [38⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [504⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [196⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). +- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [172⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). +- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [182⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [213⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [431⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [157⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). +- [Side Header List](https://github.com/renefloor/side_header_list_view) [126⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). +- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [154⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). +- [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [88⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [146⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Stepper Touch](https://github.com/Rahiche/stepper_touch) [67⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). +- [Offline](https://github.com/jogboms/flutter_offline) [206⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [110⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). +- [Snaplist](https://github.com/ariedov/flutter_snaplist) [104⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). +- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [82⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). +- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [29⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). +- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [17⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). +- [Folding Cell](https://github.com/faob-dev/folding_cell) [83⭐] - Fold your widget by [Faob](https://github.com/faob-dev). +- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [31⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [202⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [56⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). #### Material Design -- [Material Color Picker](https://github.com/long1eu/material_color_picker) [45⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). -- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [91⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [436⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). -- [RangeSlider](https://github.com/boeledi/RangeSlider) [98⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). +- [Material Color Picker](https://github.com/long1eu/material_color_picker) [46⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). +- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [98⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). +- [Slidable](https://github.com/letsar/flutter_slidable) [471⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [RangeSlider](https://github.com/boeledi/RangeSlider) [105⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [304⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [276⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [91⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [319⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [301⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Wave](https://github.com/i-protoss/wave) [113⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar -- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [58⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). +- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [61⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh). ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [179⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). -- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [104⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). -- [Photo View](https://github.com/renancaraujo/photo_view) [282⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). -- [SVG](https://github.com/dnfield/flutter_svg) [258⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [197⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [344⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [146⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [200⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [110⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). +- [Photo View](https://github.com/renancaraujo/photo_view) [303⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). +- [SVG](https://github.com/dnfield/flutter_svg) [276⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [211⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [385⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [162⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). ### Map -- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [349⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). -- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [37⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [517⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). -- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [189⭐] - Interactive, customizable vector maps by Mapbox. +- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [356⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). +- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [40⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). +- [Map](https://github.com/apptreesoftware/flutter_map) [538⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [192⭐] - Interactive, customizable vector maps by Mapbox. ### Charts -- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [170⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/mzimmerm/flutter_charts) [112⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). -- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [109⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [505⭐] - By Google Charts Team. +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [176⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/mzimmerm/flutter_charts) [115⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). +- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [113⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/google/charts) [540⭐] - By Google Charts Team. - [Flutter Plot](https://github.com/RCHowell/flutter_plot) [16⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). -- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [95⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). -- [FCharts](https://github.com/thekeenant/fcharts) [230⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). +- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [98⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). +- [FCharts](https://github.com/thekeenant/fcharts) [233⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [810⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [Fluro](https://github.com/goposse/fluro) [873⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). - [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [38⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). ### Auth - [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android. -- [Login](https://github.com/AppleEducate/flutter_login) [243⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). +- [Login](https://github.com/AppleEducate/flutter_login) [251⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. -- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [145⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). -- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [95⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). +- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [153⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). +- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [99⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). -- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [462 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). -- [SimpleAuth](https://github.com/Clancey/simple_auth) [82⭐] - 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). -- [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn) - [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) - Show images from the internet and keep them in the cache directory by - [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w) -- [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) in Flutter by [Cameron Smith](https://github.com/CameronStuartSmith) +- [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith) ### Map From aecf6fa7dcbb8cf1442971915d50a0addfdb5146 Mon Sep 17 00:00:00 2001 From: Hansheng <17819084+hanshengchiu@users.noreply.github.com> Date: Sun, 3 Mar 2019 14:21:59 +0800 Subject: [PATCH 057/128] Add Reorderables to UI --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 4741afc..7f28745 100644 --- a/source.md +++ b/source.md @@ -155,6 +155,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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). - [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/). - [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Reorderables](https://github.com/hanshengchiu/reorderables) - Drag and drop Table rows, Row/Column elements, and Wrap(Grid) elements by [Hansheng Chiu](https://github.com/hanshengchiu) #### Material Design From d21b0b0b31730007c2be703534622c74be940b33 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sun, 3 Mar 2019 09:04:11 +0100 Subject: [PATCH 058/128] UI Helpers --- source.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/source.md b/source.md index 7f28745..ed8ce58 100644 --- a/source.md +++ b/source.md @@ -139,23 +139,25 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu) - [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/) - [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika) -- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515) - [Side Header List](https://github.com/renefloor/side_header_list_view) - Listview with sticky headers by [Rene Floor](https://github.com/renefloor) - [Flip Panel](https://github.com/hnvn/flutter_flip_panel) - Flip panel with built-in animation by [HungHD](https://github.com/hnvn) - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) - Facebook reactions widget by [Duy Tran](https://github.com/duytq94) - [Flushbar](https://github.com/AndreHaueisen/flushbar) - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen) - [Stepper Touch](https://github.com/Rahiche/stepper_touch) - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Offline](https://github.com/jogboms/flutter_offline) - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). - [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali) - [Snaplist](https://github.com/ariedov/flutter_snaplist) - Create snappable list views by [David Leibovych](https://github.com/ariedov) - [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) -- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot) - [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) - [Folding Cell](https://github.com/faob-dev/folding_cell) - Fold your widget by [Faob](https://github.com/faob-dev) - [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). -- [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/). - [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). -- [Reorderables](https://github.com/hanshengchiu/reorderables) - Drag and drop Table rows, Row/Column elements, and Wrap(Grid) elements by [Hansheng Chiu](https://github.com/hanshengchiu) + +#### UI Helpers + +- [Reorderables](https://github.com/hanshengchiu/reorderables) - Drag and drop Table rows, Row/Column elements, and Wrap(Grid) elements by [Hansheng Chiu](https://github.com/hanshengchiu). +- [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/). +- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot) +- [Offline](https://github.com/jogboms/flutter_offline) - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). #### Material Design From 768f97dfdbdf5de15afb9d010990cbcd6eafe852 Mon Sep 17 00:00:00 2001 From: yang bin Date: Sun, 3 Mar 2019 19:16:59 +0800 Subject: [PATCH 059/128] add Tetris to Games --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index ed8ce58..17fb505 100644 --- a/source.md +++ b/source.md @@ -469,6 +469,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [TRex](https://github.com/renancaraujo/trex-flame) - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo) - [Crush](https://github.com/boeledi/flutter_crush) - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com) - [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo) +- [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01) ## Utilities From c6ecc6cd84bbaa68739007b8587cf24e0b0aee41 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sun, 3 Mar 2019 17:33:12 +0100 Subject: [PATCH 060/128] Gen > Reorderables to UI Helpers Reorderables to UI Helpers --- README.md | 207 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 108 insertions(+), 99 deletions(-) diff --git a/README.md b/README.md index 62957cf..eb797db 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ StackOverflow - Github Repositories + Github Repositories - Entries + Entries Awesome @@ -80,7 +80,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Animated Chat](https://codelabs.developers.google.com/codelabs/flutter/#0) - Building beautiful UIs by Google Code Labs. - [Firebase Chat](https://codelabs.developers.google.com/codelabs/flutter-firebase/#0) - Firebase integration by Google Code Labs. - [Planets-Flutter: from design to app](http://sergiandreplace.com/2017/09/planets-flutter-from-design-to-app) - Detailed planets design tutorial. -- [Todo List](https://github.com/lesnitsky/todolist_flutter) [50⭐] – Step by step tutorial how to build Todo List with Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [Todo List](https://github.com/lesnitsky/todolist_flutter) [51⭐] – Step by step tutorial how to build Todo List with Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) ### Beginner @@ -94,28 +94,28 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [249👍] - Engine architecture by Adam Barth. - [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [2K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). -- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [490 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). +- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [518 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com). - [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [614 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). - [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). -- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [607 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). -- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [183 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). +- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [620 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). +- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [212 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). ### Howtos - [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [477👍] - Firebase live coding. -- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [365 claps👏] - By Mehmet Fidanboylu. +- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [366 claps👏] - By Mehmet Fidanboylu. - [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [536 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). - [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [931 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). -- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [86⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [87⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) ## Videos - [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) [75🎬] - Very rich content by [Tensor Programming](http://tensor-programming.com/). - [Fluttery](https://www.youtube.com/channel/UCtWyVkPpb8An90SNDTNF0Pg) - High-production value and in-depth challenges. - [Brandon Donnelson](https://www.youtube.com/playlist?list=PLBbgqtDgdc_RUWUCInIqxpY--C94C6Xjh) [55🎬] - Videos on layout, database and tips by Brandon Donnelson. -- [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [125🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). +- [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [126🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). - [Udacity](https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905) - Build Native Mobile Apps by Google. - [VoidRealms](https://www.youtube.com/playlist?list=PLUbFnGajtZlX9ubiLzYz_cw92esraiIBi) [43🎬] - Video tutorials, from basic to advanced. - [Coding With Flutter](https://www.youtube.com/watch?v=u_Lyx8KJWpg&list=PLNnAcB93JKV9iZ2cwk9MEx3_JG8BRikMP) [22🎬] - Video tutorials and live-coding examples by [Andrea Bizzotto](https://medium.com/@biz84). @@ -127,48 +127,51 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2204⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [331⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2216⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [332⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI - [Contact Picker](https://github.com/goderbauer/contact_picker) [28⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). - [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [504⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). -- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [196⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). +- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [198⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). - [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [172⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). - [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [182⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [213⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [431⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). -- [List Drag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [157⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). -- [Side Header List](https://github.com/renefloor/side_header_list_view) [126⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). -- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [154⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). +- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [216⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [432⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [Side Header List](https://github.com/renefloor/side_header_list_view) [128⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). +- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [155⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [88⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [146⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [147⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). - [Stepper Touch](https://github.com/Rahiche/stepper_touch) [67⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Offline](https://github.com/jogboms/flutter_offline) [206⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). - [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [110⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). -- [Snaplist](https://github.com/ariedov/flutter_snaplist) [104⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). +- [Snaplist](https://github.com/ariedov/flutter_snaplist) [105⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). - [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [82⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). -- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [29⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). - [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [17⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). - [Folding Cell](https://github.com/faob-dev/folding_cell) [83⭐] - Fold your widget by [Faob](https://github.com/faob-dev). -- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [31⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [202⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [32⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). - [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [56⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +#### UI Helpers + +- [Reorderables](https://github.com/hanshengchiu/reorderables) [7⭐] - Drag and drop Table rows, Row/Column elements, and Wrap(Grid) elements by [Hansheng Chiu](https://github.com/hanshengchiu). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [203⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [29⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). +- [Offline](https://github.com/jogboms/flutter_offline) [206⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). + #### Material Design - [Material Color Picker](https://github.com/long1eu/material_color_picker) [46⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). - [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [98⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [471⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [Slidable](https://github.com/letsar/flutter_slidable) [472⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). - [RangeSlider](https://github.com/boeledi/RangeSlider) [105⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [319⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [301⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [113⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [320⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [303⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Wave](https://github.com/i-protoss/wave) [114⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar @@ -179,56 +182,57 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [200⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [202⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). - [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [110⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). -- [Photo View](https://github.com/renancaraujo/photo_view) [303⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). +- [Photo View](https://github.com/renancaraujo/photo_view) [304⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). - [SVG](https://github.com/dnfield/flutter_svg) [276⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [211⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [385⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [162⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [213⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [386⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [163⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [4⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith). ### Map - [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [356⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). - [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [40⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [538⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). -- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [192⭐] - Interactive, customizable vector maps by Mapbox. +- [Map](https://github.com/apptreesoftware/flutter_map) [546⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [193⭐] - Interactive, customizable vector maps by Mapbox. ### Charts -- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [176⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [177⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). - [Charts](https://github.com/mzimmerm/flutter_charts) [115⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). - [Sparkline](https://github.com/xqwzts/flutter_sparkline) [113⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [540⭐] - By Google Charts Team. +- [Charts](https://github.com/google/charts) [546⭐] - By Google Charts Team. - [Flutter Plot](https://github.com/RCHowell/flutter_plot) [16⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). - [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [98⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). - [FCharts](https://github.com/thekeenant/fcharts) [233⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [873⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [Fluro](https://github.com/goposse/fluro) [875⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). - [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [38⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). ### Auth - [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android. -- [Login](https://github.com/AppleEducate/flutter_login) [251⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). +- [Login](https://github.com/AppleEducate/flutter_login) [252⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. - [Facebook Login](https://github.com/roughike/flutter_facebook_login) [153⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). -- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [99⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). +- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [100⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). -- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [500 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). +- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [502 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). - [SimpleAuth](https://github.com/Clancey/simple_auth) [89⭐] - 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). -- [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) [6⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) [8⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). ### Text & Rich Content - [Markdown](https://github.com/flutter/flutter_markdown) [195⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. - [Rich Text Editor](https://github.com/long1eu/rich_editor) [71⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). - [Masked Text](https://github.com/benhurott/flutter-masked-text) [63⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). -- [Zefyr](https://github.com/memspace/zefyr) [422⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). +- [Zefyr](https://github.com/memspace/zefyr) [424⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). - [AutoSizeText](https://github.com/leisim/auto_size_text) [210⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). ### Analytics @@ -256,7 +260,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Styling - [Flutterial](https://github.com/rxlabz/flutterial) [181⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). -- [Pigment](https://github.com/bregydoc/pigment) [70⭐] - Simple but useful package for use colors in flutter. +- [Pigment](https://github.com/bregydoc/pigment) [71⭐] - Simple but useful package for use colors in flutter. ### Media @@ -269,8 +273,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Video -- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [384⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). -- [Chewie](https://github.com/brianegan/chewie) [288⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). +- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [388⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). +- [Chewie](https://github.com/brianegan/chewie) [290⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice @@ -280,7 +284,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Storage - [Firebase Storage](https://github.com/flutter/plugins/tree/master/packages/firebase_storage) - Firebase as data storage. -- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [112⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). +- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [113⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). ### Monetization @@ -296,21 +300,21 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [223⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). - [Mates](https://github.com/CodemateLtd/FlutterMates) [282⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). - [Weather](https://github.com/alessandroaime/Weather) [92⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2372⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). -- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [363⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [611⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2378⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [364⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [612⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). - [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [58⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). - [Music Player](https://github.com/thosakwe/flutter_music_player) [100⭐] - music player component by [Tobe O](https://thosakwe.com/). -- [Dashboard](https://github.com/Ivaskuu/dashboard) [320⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Todo](https://github.com/littlemarc2011/FlutterTodo) [231⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). +- [Dashboard](https://github.com/Ivaskuu/dashboard) [321⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Todo](https://github.com/littlemarc2011/FlutterTodo) [233⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). - [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [188⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2112⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). -- [Book](https://github.com/putraxor/flutter-book-app) [129⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [484⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2129⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [Book](https://github.com/putraxor/flutter-book-app) [130⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [487⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). - [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [71⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). -- [DrawApp](https://github.com/SnakeyHips/drawapp) [70⭐] - 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). -- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [191⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). -- [Feather](https://github.com/jhomlala/feather) [131⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala). +- [DrawApp](https://github.com/SnakeyHips/drawapp) [71⭐] - 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). +- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [193⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). +- [Feather](https://github.com/jhomlala/feather) [133⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala). ### Clone @@ -325,36 +329,36 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [508⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). -- [Location](https://github.com/Lyokone/flutterlocation) [189⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [511⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [Location](https://github.com/Lyokone/flutterlocation) [190⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). - [Geolocation](https://github.com/loup-v/geolocation) [124⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). -- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [298⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [301⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). - [Get Version](https://github.com/AppleEducate/get_version) [40⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). - [Badger](https://github.com/g123k/flutter_app_badger) [62⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). - [UDID](https://github.com/GigaDroid/flutter_udid) [38⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). -- [Downloader](https://github.com/hnvn/flutter_downloader) [125⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). -- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [169⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [Downloader](https://github.com/hnvn/flutter_downloader) [127⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). +- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [171⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [11⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [20⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). - [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [33⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). #### Scanner -- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [83⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). +- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [84⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). - [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [78⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). #### Bluetooth / NFC / Beacon - [Blue](https://github.com/pauldemarco/flutter_blue) [443⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). -- [Beacons](https://github.com/loup-v/beacons) [24⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). -- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [60⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). +- [Beacons](https://github.com/loup-v/beacons) [25⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). +- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [61⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). ### Storage -- [Sqflite](https://github.com/tekartik/sqflite) [716⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). +- [Sqflite](https://github.com/tekartik/sqflite) [718⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). - [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [45⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). ### Services @@ -362,7 +366,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [172⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). - [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [46⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). - [Intercom](https://pub.dartlang.org/packages/intercom) [17⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). -- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [146⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). +- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [147⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). - [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [141⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [35⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). - [App Rating](https://github.com/AppleEducate/app_review) [53⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). @@ -377,43 +381,43 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Bloc -- [Bloc](https://github.com/felangel/bloc) [728⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [Bloc](https://github.com/felangel/bloc) [738⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). ### Redux / ELM / Dependency Injection - [Built redux](https://github.com/davidmarne/flutter_built_redux) [64⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). -- [Redux.dart](https://github.com/johnpryan/redux.dart) [251⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [635⭐] - 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. +- [Redux.dart](https://github.com/johnpryan/redux.dart) [252⭐] - 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). +- [Redux](https://github.com/brianegan/flutter_redux) [638⭐] - 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. - [Dartea](https://github.com/p69/dartea) [55⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). -- [Inject](https://github.com/google/inject.dart) [367⭐] - Compile-time dependency injection by Google. +- [Inject](https://github.com/google/inject.dart) [368⭐] - Compile-time dependency injection by Google. - [Flux](https://github.com/google/flutter_flux) [285⭐] - Implementation of the Flux framework by Google. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [386⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [391⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). - [Functional widget](https://github.com/rrousselGit/functional_widget) [82⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [608⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). -- [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [29⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/). +- [Graphql](https://github.com/zino-app/graphql-flutter) [611⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [30⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/). ### Animation - [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [133⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [564⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [569⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). - [Villains](https://github.com/Norbert515/flutter_villains) [160⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [223⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [226⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). - [Drawing Animation](https://github.com/biocarl/drawing_animation) [66⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [820⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) [609⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). +- [Flame](https://github.com/luanpotter/flame) [824⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) [611⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc -- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [134⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). +- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [135⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). - [Frideos](https://github.com/frideosapps/frideos_flutter) - Helpers for streams, BLoC pattern and various widgets (blur, transitions, timed widgets, ...) by [Francesco Mineo](https://github.com/frideosapps). ### Testing @@ -424,26 +428,26 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2834⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2846⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [1661⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [8554⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Flutter Team Samples](https://github.com/flutter/samples) [1679⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [8604⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). - [Meme Chat](https://github.com/efortuna/memechat) [338⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. - [Flitter](https://github.com/dart-flitter/flitter) [146⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. - [Lime](https://github.com/fablue/lime-flutter) [226⭐] - Lime social network by Sebastian Sellmair. -- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [385⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). -- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [298⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). -- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [381⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [518⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). -- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [402⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [474⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [252⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [387⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). +- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [299⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). +- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [382⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [522⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [404⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). +- [FlutterGram](https://github.com/mdanics/fluttergram) [478⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [253⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). - [Cinematic](https://github.com/aaronoe/FlutterCinematic) [421⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). - [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [175⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [224⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). -- [Taskist](https://github.com/huextrat/Taskist) [168⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). +- [Trace](https://github.com/trentpiercy/trace) [225⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Taskist](https://github.com/huextrat/Taskist) [171⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). - [Tourism](https://github.com/bluemix/tourism-demo) [85⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). - [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [148⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). @@ -452,33 +456,33 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Block / Angular / PWA -- [InKino](https://github.com/roughike/inKino) [1853⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [1861⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### State Management - - [MobX](https://github.com/mobxjs/mobx.dart) [259⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. + - [MobX](https://github.com/mobxjs/mobx.dart) [266⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. ### Games - [Flip](https://github.com/RedBrogdon/flutterflip) [86⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). - [2048](https://github.com/anuranBarman/2048) [48⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). - [TRex](https://github.com/renancaraujo/trex-flame) [90⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). -- [Crush](https://github.com/boeledi/flutter_crush) [115⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). +- [Crush](https://github.com/boeledi/flutter_crush) [116⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). - [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [35⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). ## Utilities - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya). - [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). -- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [161⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). +- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [163⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). - [FlutterIcon](http://fluttericon.com/) [66⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren). ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4015⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [11⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). -- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [256⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4034⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [13⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [263⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). ## Books @@ -491,7 +495,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Fun -- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [225👍] +- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [226👍] ## Community @@ -512,6 +516,11 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Flutter talk](https://github.com/JHBitencourt/flutter_talk) de introdução ao Flutter em português by [Julio Bitencourt](http://juliobitencourt.com) - Slack [Flutter Brasil](https://flutterbr.slack.com) +### 🇨🇮 Côte d'Ivoire (Ivory Coast) + +- Facebook [Page](https://web.facebook.com/flutterci/) +- Facebook [Group](https://web.facebook.com/groups/1725273507587759/) + ### 🇩🇰 Denmark - Meetup [Denmark](https://www.meetup.com/Flutter-Developers-Denmark/) From f17c7654052ac0290ce2a97279749ef4d578d501 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sun, 3 Mar 2019 17:35:29 +0100 Subject: [PATCH 061/128] Gen > Merge pull request #339 from boyan01/master add Tetris to Games --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb797db..04ba85b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Github Repositories - Entries + Entries Awesome @@ -469,6 +469,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [TRex](https://github.com/renancaraujo/trex-flame) [90⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). - [Crush](https://github.com/boeledi/flutter_crush) [116⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). - [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [35⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). +- [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01). ## Utilities From 237b8b6c6229e6b0d15f44e9ed33dfe464f9b5b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksander=20Wo=C5=BAniak?= Date: Sun, 3 Mar 2019 21:41:00 +0100 Subject: [PATCH 062/128] Add table_calendar package to Components --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 17fb505..96bc3e8 100644 --- a/source.md +++ b/source.md @@ -178,6 +178,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Calendar Widget](https://github.com/pinkfish/flutter_calendar) - Calendar widget by [David Bennett](https://github.com/pinkfish) - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh) +- [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) ### Image From 4e9739a6fb4e78b3f314ae32359a839a3add0d32 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Mon, 4 Mar 2019 21:44:40 +0100 Subject: [PATCH 063/128] Gen > Add table_calendar Add table_calendar package to Components --- README.md | 203 +++++++++++++++++++++++++++--------------------------- 1 file changed, 102 insertions(+), 101 deletions(-) diff --git a/README.md b/README.md index 04ba85b..2d42b4b 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ StackOverflow - Github Repositories + Github Repositories - Entries + Entries Awesome @@ -85,7 +85,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Beginner - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). -- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [965 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). +- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [1K claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). - [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [2.7K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). @@ -94,20 +94,20 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [249👍] - Engine architecture by Adam Barth. - [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [2K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). -- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [518 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). +- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [519 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com). - [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [614 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). - [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). - [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [620 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). -- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [212 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). +- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [277 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). ### Howtos - [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [477👍] - Firebase live coding. - [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [366 claps👏] - By Mehmet Fidanboylu. - [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [536 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). -- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [931 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). +- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [932 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). - [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [87⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) ## Videos @@ -127,100 +127,101 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2216⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [332⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2221⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [334⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI -- [Contact Picker](https://github.com/goderbauer/contact_picker) [28⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [504⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). -- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [198⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). +- [Contact Picker](https://github.com/goderbauer/contact_picker) [29⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [512⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [199⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). - [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [172⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). -- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [182⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [184⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). - [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [216⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [432⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). -- [Side Header List](https://github.com/renefloor/side_header_list_view) [128⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [433⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [Side Header List](https://github.com/renefloor/side_header_list_view) [129⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). - [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [155⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [88⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [147⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [148⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). - [Stepper Touch](https://github.com/Rahiche/stepper_touch) [67⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [110⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). -- [Snaplist](https://github.com/ariedov/flutter_snaplist) [105⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). +- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [111⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). +- [Snaplist](https://github.com/ariedov/flutter_snaplist) [106⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). - [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [82⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). - [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [17⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). -- [Folding Cell](https://github.com/faob-dev/folding_cell) [83⭐] - Fold your widget by [Faob](https://github.com/faob-dev). +- [Folding Cell](https://github.com/faob-dev/folding_cell) [84⭐] - Fold your widget by [Faob](https://github.com/faob-dev). - [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [32⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). - [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [56⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). #### UI Helpers -- [Reorderables](https://github.com/hanshengchiu/reorderables) [7⭐] - Drag and drop Table rows, Row/Column elements, and Wrap(Grid) elements by [Hansheng Chiu](https://github.com/hanshengchiu). +- [Reorderables](https://github.com/hanshengchiu/reorderables) [12⭐] - Drag and drop Table rows, Row/Column elements, and Wrap(Grid) elements by [Hansheng Chiu](https://github.com/hanshengchiu). - [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [203⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [29⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). -- [Offline](https://github.com/jogboms/flutter_offline) [206⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [31⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). +- [Offline](https://github.com/jogboms/flutter_offline) [211⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). #### Material Design - [Material Color Picker](https://github.com/long1eu/material_color_picker) [46⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). -- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [98⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [472⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). -- [RangeSlider](https://github.com/boeledi/RangeSlider) [105⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). +- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [99⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). +- [Slidable](https://github.com/letsar/flutter_slidable) [475⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [RangeSlider](https://github.com/boeledi/RangeSlider) [106⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). #### Effect - [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). - [Parallax](https://github.com/FlutterRocks/page-transformer) [320⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [303⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [114⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [305⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Wave](https://github.com/i-protoss/wave) [116⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar -- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [61⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). +- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [62⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh). +- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [29⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [202⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [203⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). - [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [110⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). -- [Photo View](https://github.com/renancaraujo/photo_view) [304⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). +- [Photo View](https://github.com/renancaraujo/photo_view) [309⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). - [SVG](https://github.com/dnfield/flutter_svg) [276⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [213⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [386⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [163⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [215⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [387⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [167⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). - [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [4⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith). ### Map -- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [356⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). -- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [40⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [546⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). -- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [193⭐] - Interactive, customizable vector maps by Mapbox. +- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [355⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). +- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [41⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). +- [Map](https://github.com/apptreesoftware/flutter_map) [549⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [195⭐] - Interactive, customizable vector maps by Mapbox. ### Charts - [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [177⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). - [Charts](https://github.com/mzimmerm/flutter_charts) [115⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). - [Sparkline](https://github.com/xqwzts/flutter_sparkline) [113⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [546⭐] - By Google Charts Team. +- [Charts](https://github.com/google/charts) [550⭐] - By Google Charts Team. - [Flutter Plot](https://github.com/RCHowell/flutter_plot) [16⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). -- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [98⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). -- [FCharts](https://github.com/thekeenant/fcharts) [233⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). +- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [100⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). +- [FCharts](https://github.com/thekeenant/fcharts) [234⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [875⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). -- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [38⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). +- [Fluro](https://github.com/goposse/fluro) [879⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [39⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). ### Auth - [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android. -- [Login](https://github.com/AppleEducate/flutter_login) [252⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). +- [Login](https://github.com/AppleEducate/flutter_login) [253⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. -- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [153⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). +- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [154⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). - [OAuth](https://github.com/hitherejoe/FlutterOAuth) [100⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). - [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [502 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). @@ -230,10 +231,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Text & Rich Content - [Markdown](https://github.com/flutter/flutter_markdown) [195⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. -- [Rich Text Editor](https://github.com/long1eu/rich_editor) [71⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). -- [Masked Text](https://github.com/benhurott/flutter-masked-text) [63⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). -- [Zefyr](https://github.com/memspace/zefyr) [424⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). -- [AutoSizeText](https://github.com/leisim/auto_size_text) [210⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). +- [Rich Text Editor](https://github.com/long1eu/rich_editor) [72⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). +- [Masked Text](https://github.com/benhurott/flutter-masked-text) [64⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). +- [Zefyr](https://github.com/memspace/zefyr) [426⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). +- [AutoSizeText](https://github.com/leisim/auto_size_text) [213⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). ### Analytics @@ -259,7 +260,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Styling -- [Flutterial](https://github.com/rxlabz/flutterial) [181⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Flutterial](https://github.com/rxlabz/flutterial) [185⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). - [Pigment](https://github.com/bregydoc/pigment) [71⭐] - Simple but useful package for use colors in flutter. ### Media @@ -268,12 +269,12 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Audio Plugin](https://github.com/rxlabz/audioplayer) [238⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). - [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [71⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). -- [Stereo](https://github.com/2find/stereo) [44⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). +- [Stereo](https://github.com/2find/stereo) [45⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). - [Flutter Sound](https://github.com/dooboolab/flutter_sound) [64⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). #### Video -- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [388⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). +- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [390⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). - [Chewie](https://github.com/brianegan/chewie) [290⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice @@ -292,25 +293,25 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase. - [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [75⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). - [Payments](https://github.com/pplante/flutter_payments) [19⭐] - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co). -- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [164⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). +- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [167⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). - [Admob Flutter](https://github.com/YoussefKababe/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe). ## Templates -- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [223⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). +- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [224⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). - [Mates](https://github.com/CodemateLtd/FlutterMates) [282⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). - [Weather](https://github.com/alessandroaime/Weather) [92⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2378⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2398⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). - [Restaurant Menu](https://github.com/braulio94/menu_flutter) [364⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [612⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [614⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). - [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [58⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). - [Music Player](https://github.com/thosakwe/flutter_music_player) [100⭐] - music player component by [Tobe O](https://thosakwe.com/). - [Dashboard](https://github.com/Ivaskuu/dashboard) [321⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Todo](https://github.com/littlemarc2011/FlutterTodo) [233⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). -- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [188⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2129⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). -- [Book](https://github.com/putraxor/flutter-book-app) [130⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [487⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [Todo](https://github.com/littlemarc2011/FlutterTodo) [234⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). +- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [190⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2137⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [Book](https://github.com/putraxor/flutter-book-app) [131⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [489⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). - [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [71⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). - [DrawApp](https://github.com/SnakeyHips/drawapp) [71⭐] - 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). - [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [193⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). @@ -329,36 +330,36 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [511⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). -- [Location](https://github.com/Lyokone/flutterlocation) [190⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [512⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [Location](https://github.com/Lyokone/flutterlocation) [191⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). - [Geolocation](https://github.com/loup-v/geolocation) [124⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). -- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [301⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [305⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). - [Get Version](https://github.com/AppleEducate/get_version) [40⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). - [Badger](https://github.com/g123k/flutter_app_badger) [62⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). - [UDID](https://github.com/GigaDroid/flutter_udid) [38⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). - [Downloader](https://github.com/hnvn/flutter_downloader) [127⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). -- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [171⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [173⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [11⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [20⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). - [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [33⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). #### Scanner -- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [84⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). +- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [83⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). - [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [78⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [443⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Blue](https://github.com/pauldemarco/flutter_blue) [445⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). - [Beacons](https://github.com/loup-v/beacons) [25⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). -- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [61⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). +- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [62⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). ### Storage -- [Sqflite](https://github.com/tekartik/sqflite) [718⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). +- [Sqflite](https://github.com/tekartik/sqflite) [724⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). - [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [45⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). ### Services @@ -367,53 +368,53 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [46⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). - [Intercom](https://pub.dartlang.org/packages/intercom) [17⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). - [MLKit](https://github.com/azihsoyn/flutter_mlkit) [147⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). -- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [141⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). +- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [143⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [35⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). - [App Rating](https://github.com/AppleEducate/app_review) [53⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). - [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) [7⭐] Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) ### Log / Tracing -- [Catcher](https://github.com/jhomlala/catcher) [88⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). +- [Catcher](https://github.com/jhomlala/catcher) [90⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). - [flutter_flipperkit](https://github.com/blankapp/flutter_flipperkit) [50⭐] - Use Flipper debug your Flutter apps running in an emulator/simulator or connected physical development devices by [JianyingLi](https://github.com/lijy91). ## Frameworks ### Bloc -- [Bloc](https://github.com/felangel/bloc) [738⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [Bloc](https://github.com/felangel/bloc) [747⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). ### Redux / ELM / Dependency Injection - [Built redux](https://github.com/davidmarne/flutter_built_redux) [64⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). - [Redux.dart](https://github.com/johnpryan/redux.dart) [252⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [638⭐] - 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. +- [Redux](https://github.com/brianegan/flutter_redux) [641⭐] - 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. - [Dartea](https://github.com/p69/dartea) [55⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). -- [Inject](https://github.com/google/inject.dart) [368⭐] - Compile-time dependency injection by Google. +- [Inject](https://github.com/google/inject.dart) [370⭐] - Compile-time dependency injection by Google. - [Flux](https://github.com/google/flutter_flux) [285⭐] - Implementation of the Flux framework by Google. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [391⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [392⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). - [Functional widget](https://github.com/rrousselGit/functional_widget) [82⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [611⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [Graphql](https://github.com/zino-app/graphql-flutter) [613⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). - [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [30⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/). ### Animation - [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [133⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [569⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Villains](https://github.com/Norbert515/flutter_villains) [160⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [573⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Villains](https://github.com/Norbert515/flutter_villains) [161⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). - [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [226⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). - [Drawing Animation](https://github.com/biocarl/drawing_animation) [66⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [824⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) [611⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). +- [Flame](https://github.com/luanpotter/flame) [829⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) [613⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc @@ -428,39 +429,39 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2846⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2855⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [1679⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [8604⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). -- [Meme Chat](https://github.com/efortuna/memechat) [338⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. -- [Flitter](https://github.com/dart-flitter/flitter) [146⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. -- [Lime](https://github.com/fablue/lime-flutter) [226⭐] - Lime social network by Sebastian Sellmair. -- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [387⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). +- [Flutter Team Samples](https://github.com/flutter/samples) [1695⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [8668⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Meme Chat](https://github.com/efortuna/memechat) [339⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. +- [Flitter](https://github.com/dart-flitter/flitter) [147⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. +- [Lime](https://github.com/fablue/lime-flutter) [229⭐] - Lime social network by Sebastian Sellmair. +- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [389⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). - [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [299⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). - [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [382⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [522⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). -- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [404⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [478⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [253⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). -- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [421⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). -- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [175⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [225⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). -- [Taskist](https://github.com/huextrat/Taskist) [171⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). -- [Tourism](https://github.com/bluemix/tourism-demo) [85⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). -- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [148⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [523⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [405⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). +- [FlutterGram](https://github.com/mdanics/fluttergram) [479⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [255⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [422⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). +- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [177⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). +- [Trace](https://github.com/trentpiercy/trace) [227⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Taskist](https://github.com/huextrat/Taskist) [173⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). +- [Tourism](https://github.com/bluemix/tourism-demo) [86⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). +- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [150⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). - [Deer](https://github.com/aleksanderwozniak/deer) [89⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). - [TailorMade](https://github.com/jogboms/tailor_made) [82⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). ### Block / Angular / PWA -- [InKino](https://github.com/roughike/inKino) [1861⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [1863⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### State Management - - [MobX](https://github.com/mobxjs/mobx.dart) [266⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. + - [MobX](https://github.com/mobxjs/mobx.dart) [268⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. ### Games @@ -476,14 +477,14 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya). - [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). - [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [163⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). -- [FlutterIcon](http://fluttericon.com/) [66⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). +- [FlutterIcon](http://fluttericon.com/) [67⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren). ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4034⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [13⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). -- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [263⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4059⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [15⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [272⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). ## Books From 71e4b8c1037365749fb436f477abe408f67c0ce9 Mon Sep 17 00:00:00 2001 From: Neevash Ramdial Date: Mon, 4 Mar 2019 21:43:14 -0400 Subject: [PATCH 064/128] Added Awesome Flutter Snippets --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 96bc3e8..e72af17 100644 --- a/source.md +++ b/source.md @@ -479,6 +479,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren) - [FlutterIcon](http://fluttericon.com/) - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots) - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren) +- [Awesome Flutter Snippets](https://marketplace.visualstudio.com/items?itemName=Nash.awesome-flutter-snippets) - A collection of commonly used Flutter classes and methods by [Nash](https://twitter.com/Nash0x7E2) ### Desktop From ec1c83dc9bdc6c8af272859e97f7a4d46bedadc7 Mon Sep 17 00:00:00 2001 From: Hansheng <17819084+hanshengchiu@users.noreply.github.com> Date: Tue, 5 Mar 2019 15:30:31 +0800 Subject: [PATCH 065/128] Update description of the reorderables package. --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 96bc3e8..b1ded2b 100644 --- a/source.md +++ b/source.md @@ -154,7 +154,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### UI Helpers -- [Reorderables](https://github.com/hanshengchiu/reorderables) - Drag and drop Table rows, Row/Column elements, and Wrap(Grid) elements by [Hansheng Chiu](https://github.com/hanshengchiu). +- [Reorderables](https://github.com/hanshengchiu/reorderables) - Drag and drop Table rows, Row/Column elements, Wrap(Grid) elements, and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu). - [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/). - [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot) - [Offline](https://github.com/jogboms/flutter_offline) - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). From 0262c9bfb771cb49dfd27a87d74e829ff414123a Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Tue, 5 Mar 2019 09:37:14 +0100 Subject: [PATCH 066/128] Awesome Snippets for VSCode --- source.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source.md b/source.md index e72af17..c53eaa3 100644 --- a/source.md +++ b/source.md @@ -479,7 +479,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren) - [FlutterIcon](http://fluttericon.com/) - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots) - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren) -- [Awesome Flutter Snippets](https://marketplace.visualstudio.com/items?itemName=Nash.awesome-flutter-snippets) - A collection of commonly used Flutter classes and methods by [Nash](https://twitter.com/Nash0x7E2) + +### VSCode + +- [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) ### Desktop From bd18d570c9578f2f9b0bc45c766b4cd54bc13bab Mon Sep 17 00:00:00 2001 From: Zaiste Date: Tue, 5 Mar 2019 15:29:48 +0100 Subject: [PATCH 067/128] Added `Flutter in Practice` Video Course `Flutter in Practice` is a free video course for beginners & non-programmers about Flutter & Dart. It's hosted on YouTube for convenience. --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index c53eaa3..ae58494 100644 --- a/source.md +++ b/source.md @@ -121,6 +121,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Coding With Flutter](https://www.youtube.com/watch?v=u_Lyx8KJWpg&list=PLNnAcB93JKV9iZ2cwk9MEx3_JG8BRikMP) - Video tutorials and live-coding examples by [Andrea Bizzotto](https://medium.com/@biz84). - [Flutter Crash Course](https://fluttercrashcourse.com) - Free video course by [Nick Manning](https://twitter.com/seenickcode). - [Boring Show](https://www.youtube.com/results?search_query=%23BoringShow) - Exploration with the Flutter Team. +- [Flutter in Practice](https://www.youtube.com/playlist?list=PLhXZp00uXBk5TSY6YOdmpzp1yG3QbFvrN) - Free video course for beginners & non-programmers by [Zaiste](https://zaiste.net/) ## Components From c0737c05ff4b8e3efc99a8ea440727b93fb9c289 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 6 Mar 2019 00:31:18 +0100 Subject: [PATCH 068/128] Gen > Awesome Flutter Snippets --- README.md | 168 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 86 insertions(+), 82 deletions(-) diff --git a/README.md b/README.md index 2d42b4b..619d92f 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ StackOverflow - Github Repositories + Github Repositories - Entries + Entries Awesome @@ -80,7 +80,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Animated Chat](https://codelabs.developers.google.com/codelabs/flutter/#0) - Building beautiful UIs by Google Code Labs. - [Firebase Chat](https://codelabs.developers.google.com/codelabs/flutter-firebase/#0) - Firebase integration by Google Code Labs. - [Planets-Flutter: from design to app](http://sergiandreplace.com/2017/09/planets-flutter-from-design-to-app) - Detailed planets design tutorial. -- [Todo List](https://github.com/lesnitsky/todolist_flutter) [51⭐] – Step by step tutorial how to build Todo List with Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [Todo List](https://github.com/lesnitsky/todolist_flutter) [52⭐] – Step by step tutorial how to build Todo List with Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) ### Beginner @@ -91,7 +91,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Advanced -- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [249👍] - Engine architecture by Adam Barth. +- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [250👍] - Engine architecture by Adam Barth. - [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [2K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). - [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [519 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). @@ -99,16 +99,16 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [614 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). - [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). -- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [620 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). -- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [277 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). +- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [634 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). +- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [352 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). ### Howtos - [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [477👍] - Firebase live coding. - [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [366 claps👏] - By Mehmet Fidanboylu. -- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [536 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). +- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [537 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). - [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [932 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). -- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [87⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [88⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) ## Videos @@ -127,18 +127,18 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2221⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2232⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). - [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [334⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI -- [Contact Picker](https://github.com/goderbauer/contact_picker) [29⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [512⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Contact Picker](https://github.com/goderbauer/contact_picker) [31⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [515⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). - [Sticky Header](https://github.com/letsar/flutter_sticky_header) [199⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). -- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [172⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). -- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [184⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [173⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). +- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [186⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). - [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [216⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [433⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [434⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). - [Side Header List](https://github.com/renefloor/side_header_list_view) [129⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). - [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [155⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [88⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). @@ -147,15 +147,15 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [111⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). - [Snaplist](https://github.com/ariedov/flutter_snaplist) [106⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). - [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [82⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). -- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [17⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). +- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [18⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). - [Folding Cell](https://github.com/faob-dev/folding_cell) [84⭐] - Fold your widget by [Faob](https://github.com/faob-dev). - [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [32⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [56⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [57⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). #### UI Helpers - [Reorderables](https://github.com/hanshengchiu/reorderables) [12⭐] - Drag and drop Table rows, Row/Column elements, and Wrap(Grid) elements by [Hansheng Chiu](https://github.com/hanshengchiu). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [203⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [205⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). - [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [31⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). - [Offline](https://github.com/jogboms/flutter_offline) [211⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). @@ -163,22 +163,22 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Material Color Picker](https://github.com/long1eu/material_color_picker) [46⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). - [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [99⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [475⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [Slidable](https://github.com/letsar/flutter_slidable) [478⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). - [RangeSlider](https://github.com/boeledi/RangeSlider) [106⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [320⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [305⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [116⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [324⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [306⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Wave](https://github.com/i-protoss/wave) [117⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar - [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [62⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh). -- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [29⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [30⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). ### Image @@ -186,42 +186,42 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [203⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). - [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [110⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). - [Photo View](https://github.com/renancaraujo/photo_view) [309⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). -- [SVG](https://github.com/dnfield/flutter_svg) [276⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [215⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [387⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [167⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [SVG](https://github.com/dnfield/flutter_svg) [277⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [216⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [389⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [171⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). - [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [4⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith). ### Map -- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [355⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). +- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [356⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). - [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [41⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). - [Map](https://github.com/apptreesoftware/flutter_map) [549⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). - [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [195⭐] - Interactive, customizable vector maps by Mapbox. ### Charts -- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [177⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [178⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). - [Charts](https://github.com/mzimmerm/flutter_charts) [115⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). - [Sparkline](https://github.com/xqwzts/flutter_sparkline) [113⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [550⭐] - By Google Charts Team. +- [Charts](https://github.com/google/charts) [553⭐] - By Google Charts Team. - [Flutter Plot](https://github.com/RCHowell/flutter_plot) [16⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). - [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [100⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). -- [FCharts](https://github.com/thekeenant/fcharts) [234⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). +- [FCharts](https://github.com/thekeenant/fcharts) [235⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [879⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [Fluro](https://github.com/goposse/fluro) [881⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). - [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [39⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). ### Auth - [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android. -- [Login](https://github.com/AppleEducate/flutter_login) [253⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). +- [Login](https://github.com/AppleEducate/flutter_login) [256⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. -- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [154⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). +- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [155⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). - [OAuth](https://github.com/hitherejoe/FlutterOAuth) [100⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). - [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [502 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). @@ -275,7 +275,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Video - [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [390⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). -- [Chewie](https://github.com/brianegan/chewie) [290⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). +- [Chewie](https://github.com/brianegan/chewie) [291⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice @@ -293,7 +293,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase. - [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [75⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). - [Payments](https://github.com/pplante/flutter_payments) [19⭐] - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co). -- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [167⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). +- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [171⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). - [Admob Flutter](https://github.com/YoussefKababe/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe). ## Templates @@ -301,25 +301,25 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [224⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). - [Mates](https://github.com/CodemateLtd/FlutterMates) [282⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). - [Weather](https://github.com/alessandroaime/Weather) [92⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2398⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2408⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). - [Restaurant Menu](https://github.com/braulio94/menu_flutter) [364⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [614⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [615⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). - [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [58⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). - [Music Player](https://github.com/thosakwe/flutter_music_player) [100⭐] - music player component by [Tobe O](https://thosakwe.com/). -- [Dashboard](https://github.com/Ivaskuu/dashboard) [321⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Todo](https://github.com/littlemarc2011/FlutterTodo) [234⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). -- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [190⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2137⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [Dashboard](https://github.com/Ivaskuu/dashboard) [322⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Todo](https://github.com/littlemarc2011/FlutterTodo) [236⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). +- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [192⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2149⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). - [Book](https://github.com/putraxor/flutter-book-app) [131⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [489⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). -- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [71⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [493⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [78⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). - [DrawApp](https://github.com/SnakeyHips/drawapp) [71⭐] - 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). -- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [193⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). +- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [196⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). - [Feather](https://github.com/jhomlala/feather) [133⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala). ### Clone -- [GitTouch](https://github.com/pd4d10/git-touch) [40⭐] - Open source GitHub client by [Rongjian Zhang](https://github.com/pd4d10). +- [GitTouch](https://github.com/pd4d10/git-touch) [42⭐] - Open source GitHub client by [Rongjian Zhang](https://github.com/pd4d10). ### Machine Learning @@ -330,14 +330,14 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [512⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [514⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). - [Location](https://github.com/Lyokone/flutterlocation) [191⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). - [Geolocation](https://github.com/loup-v/geolocation) [124⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). -- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [305⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [309⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). -- [Get Version](https://github.com/AppleEducate/get_version) [40⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). +- [Get Version](https://github.com/AppleEducate/get_version) [39⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). - [Badger](https://github.com/g123k/flutter_app_badger) [62⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). - [UDID](https://github.com/GigaDroid/flutter_udid) [38⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). - [Downloader](https://github.com/hnvn/flutter_downloader) [127⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). @@ -348,27 +348,27 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Scanner -- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [83⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). +- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [86⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). - [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [78⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [445⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Blue](https://github.com/pauldemarco/flutter_blue) [446⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). - [Beacons](https://github.com/loup-v/beacons) [25⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). -- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [62⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). +- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [64⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). ### Storage -- [Sqflite](https://github.com/tekartik/sqflite) [724⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). +- [Sqflite](https://github.com/tekartik/sqflite) [727⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). - [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [45⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). ### Services - [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [172⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). -- [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [46⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). +- [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [47⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). - [Intercom](https://pub.dartlang.org/packages/intercom) [17⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). - [MLKit](https://github.com/azihsoyn/flutter_mlkit) [147⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). -- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [143⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). +- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [144⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [35⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). - [App Rating](https://github.com/AppleEducate/app_review) [53⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). - [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) [7⭐] Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) @@ -382,38 +382,38 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Bloc -- [Bloc](https://github.com/felangel/bloc) [747⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [Bloc](https://github.com/felangel/bloc) [753⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). ### Redux / ELM / Dependency Injection -- [Built redux](https://github.com/davidmarne/flutter_built_redux) [64⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). -- [Redux.dart](https://github.com/johnpryan/redux.dart) [252⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [641⭐] - 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. +- [Built redux](https://github.com/davidmarne/flutter_built_redux) [65⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). +- [Redux.dart](https://github.com/johnpryan/redux.dart) [253⭐] - 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). +- [Redux](https://github.com/brianegan/flutter_redux) [645⭐] - 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. - [Dartea](https://github.com/p69/dartea) [55⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). -- [Inject](https://github.com/google/inject.dart) [370⭐] - Compile-time dependency injection by Google. +- [Inject](https://github.com/google/inject.dart) [371⭐] - Compile-time dependency injection by Google. - [Flux](https://github.com/google/flutter_flux) [285⭐] - Implementation of the Flux framework by Google. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [392⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [401⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). - [Functional widget](https://github.com/rrousselGit/functional_widget) [82⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [613⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [Graphql](https://github.com/zino-app/graphql-flutter) [614⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). - [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [30⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/). ### Animation - [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [133⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [573⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [575⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). - [Villains](https://github.com/Norbert515/flutter_villains) [161⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [226⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [227⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). - [Drawing Animation](https://github.com/biocarl/drawing_animation) [66⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [829⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [Flame](https://github.com/luanpotter/flame) [837⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). - [SpriteWidget](https://github.com/spritewidget/spritewidget) [613⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc @@ -429,46 +429,46 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2855⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2867⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [1695⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [8668⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Flutter Team Samples](https://github.com/flutter/samples) [1708⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [8736⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). - [Meme Chat](https://github.com/efortuna/memechat) [339⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. - [Flitter](https://github.com/dart-flitter/flitter) [147⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. - [Lime](https://github.com/fablue/lime-flutter) [229⭐] - Lime social network by Sebastian Sellmair. -- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [389⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). +- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [390⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). - [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [299⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). - [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [382⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [523⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [524⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). - [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [405⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [479⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [255⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). -- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [422⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). +- [FlutterGram](https://github.com/mdanics/fluttergram) [481⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [256⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [425⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). - [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [177⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [227⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Trace](https://github.com/trentpiercy/trace) [228⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). - [Taskist](https://github.com/huextrat/Taskist) [173⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). - [Tourism](https://github.com/bluemix/tourism-demo) [86⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). - [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [150⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). -- [Deer](https://github.com/aleksanderwozniak/deer) [89⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [Deer](https://github.com/aleksanderwozniak/deer) [90⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). - [TailorMade](https://github.com/jogboms/tailor_made) [82⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). ### Block / Angular / PWA -- [InKino](https://github.com/roughike/inKino) [1863⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [1870⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### State Management - - [MobX](https://github.com/mobxjs/mobx.dart) [268⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. + - [MobX](https://github.com/mobxjs/mobx.dart) [269⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. ### Games -- [Flip](https://github.com/RedBrogdon/flutterflip) [86⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). +- [Flip](https://github.com/RedBrogdon/flutterflip) [87⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). - [2048](https://github.com/anuranBarman/2048) [48⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). - [TRex](https://github.com/renancaraujo/trex-flame) [90⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). -- [Crush](https://github.com/boeledi/flutter_crush) [116⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). +- [Crush](https://github.com/boeledi/flutter_crush) [117⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). - [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [35⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). - [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01). @@ -476,15 +476,19 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya). - [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). -- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [163⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). +- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [162⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). - [FlutterIcon](http://fluttericon.com/) [67⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren). +### VSCode + +- [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). + ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4059⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [15⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). -- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [272⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4080⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [18⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [275⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). ## Books From 26f5318411d8c72a96927e9b8c6f1013c915dcb0 Mon Sep 17 00:00:00 2001 From: Geert-Johan Riemer Date: Wed, 6 Mar 2019 13:42:19 +0100 Subject: [PATCH 069/128] Change URL for go-flutter-desktop Project was moved to an organization. --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index c53eaa3..5fe8482 100644 --- a/source.md +++ b/source.md @@ -487,7 +487,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Desktop - [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) - Desktop implementations of the Flutter embedding API by Google -- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus) +- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus) - [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) - Rust embedder for desktop by [juju](https://github.com/gliheng). From ca5445ee264f6a4ff7d1abb96288180f17a735e8 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 6 Mar 2019 16:07:45 +0100 Subject: [PATCH 070/128] Shorten Reorderables description --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index b1ded2b..87a9cf2 100644 --- a/source.md +++ b/source.md @@ -154,7 +154,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### UI Helpers -- [Reorderables](https://github.com/hanshengchiu/reorderables) - Drag and drop Table rows, Row/Column elements, Wrap(Grid) elements, and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu). +- [Reorderables](https://github.com/hanshengchiu/reorderables) - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu). - [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/). - [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot) - [Offline](https://github.com/jogboms/flutter_offline) - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). From c96dae3753053f654f8afc38d52395c4a1f1e290 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 6 Mar 2019 19:32:51 +0100 Subject: [PATCH 071/128] Gen > Update reorderables package Update description of the reorderables package. --- README.md | 174 +++++++++++++++++++++++++++--------------------------- 1 file changed, 87 insertions(+), 87 deletions(-) diff --git a/README.md b/README.md index 619d92f..eaccab4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ StackOverflow - Github Repositories + Github Repositories Entries @@ -80,14 +80,14 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Animated Chat](https://codelabs.developers.google.com/codelabs/flutter/#0) - Building beautiful UIs by Google Code Labs. - [Firebase Chat](https://codelabs.developers.google.com/codelabs/flutter-firebase/#0) - Firebase integration by Google Code Labs. - [Planets-Flutter: from design to app](http://sergiandreplace.com/2017/09/planets-flutter-from-design-to-app) - Detailed planets design tutorial. -- [Todo List](https://github.com/lesnitsky/todolist_flutter) [52⭐] – Step by step tutorial how to build Todo List with Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [Todo List](https://github.com/lesnitsky/todolist_flutter) [53⭐] – Step by step tutorial how to build Todo List with Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) ### Beginner - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). - [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [1K claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). -- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [2.7K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). +- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [2.8K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). ### Advanced @@ -96,11 +96,11 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). - [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [519 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com). -- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [614 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). +- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [665 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). - [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). -- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [634 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). -- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [352 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). +- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [635 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). +- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [378 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). ### Howtos @@ -108,7 +108,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [366 claps👏] - By Mehmet Fidanboylu. - [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [537 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). - [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [932 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). -- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [88⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [90⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) ## Videos @@ -127,91 +127,91 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2232⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [334⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2238⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [337⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI - [Contact Picker](https://github.com/goderbauer/contact_picker) [31⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [515⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). -- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [199⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [519⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [201⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). - [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [173⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). -- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [186⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [216⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). +- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [187⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [217⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). - [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [434⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). - [Side Header List](https://github.com/renefloor/side_header_list_view) [129⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). - [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [155⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [88⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). - [Flushbar](https://github.com/AndreHaueisen/flushbar) [148⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). - [Stepper Touch](https://github.com/Rahiche/stepper_touch) [67⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [111⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). +- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [112⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). - [Snaplist](https://github.com/ariedov/flutter_snaplist) [106⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). -- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [82⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). -- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [18⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). +- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [83⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). +- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [19⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). - [Folding Cell](https://github.com/faob-dev/folding_cell) [84⭐] - Fold your widget by [Faob](https://github.com/faob-dev). - [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [32⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [57⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [59⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). #### UI Helpers -- [Reorderables](https://github.com/hanshengchiu/reorderables) [12⭐] - Drag and drop Table rows, Row/Column elements, and Wrap(Grid) elements by [Hansheng Chiu](https://github.com/hanshengchiu). +- [Reorderables](https://github.com/hanshengchiu/reorderables) [12⭐] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu). - [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [205⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [31⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). -- [Offline](https://github.com/jogboms/flutter_offline) [211⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [32⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). +- [Offline](https://github.com/jogboms/flutter_offline) [214⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). #### Material Design - [Material Color Picker](https://github.com/long1eu/material_color_picker) [46⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). - [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [99⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [478⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [Slidable](https://github.com/letsar/flutter_slidable) [479⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). - [RangeSlider](https://github.com/boeledi/RangeSlider) [106⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [324⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [326⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). - [Shimmer](https://github.com/hnvn/flutter_shimmer) [306⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [117⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Wave](https://github.com/i-protoss/wave) [118⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar - [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [62⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh). -- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [30⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [31⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [203⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). -- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [110⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [204⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [112⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). - [Photo View](https://github.com/renancaraujo/photo_view) [309⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). - [SVG](https://github.com/dnfield/flutter_svg) [277⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). - [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [216⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [389⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [171⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). -- [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [4⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [391⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [172⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [6⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith). ### Map - [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [356⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). -- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [41⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). +- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [42⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). - [Map](https://github.com/apptreesoftware/flutter_map) [549⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). -- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [195⭐] - Interactive, customizable vector maps by Mapbox. +- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [196⭐] - Interactive, customizable vector maps by Mapbox. ### Charts - [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [178⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). - [Charts](https://github.com/mzimmerm/flutter_charts) [115⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). - [Sparkline](https://github.com/xqwzts/flutter_sparkline) [113⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [553⭐] - By Google Charts Team. +- [Charts](https://github.com/google/charts) [557⭐] - By Google Charts Team. - [Flutter Plot](https://github.com/RCHowell/flutter_plot) [16⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). - [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [100⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). -- [FCharts](https://github.com/thekeenant/fcharts) [235⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). +- [FCharts](https://github.com/thekeenant/fcharts) [236⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [881⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [Fluro](https://github.com/goposse/fluro) [883⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). - [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [39⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). @@ -226,14 +226,14 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). - [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [502 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). - [SimpleAuth](https://github.com/Clancey/simple_auth) [89⭐] - 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). -- [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) [8⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) [9⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). ### Text & Rich Content -- [Markdown](https://github.com/flutter/flutter_markdown) [195⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. +- [Markdown](https://github.com/flutter/flutter_markdown) [197⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. - [Rich Text Editor](https://github.com/long1eu/rich_editor) [72⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). - [Masked Text](https://github.com/benhurott/flutter-masked-text) [64⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). -- [Zefyr](https://github.com/memspace/zefyr) [426⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). +- [Zefyr](https://github.com/memspace/zefyr) [427⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). - [AutoSizeText](https://github.com/leisim/auto_size_text) [213⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). ### Analytics @@ -260,7 +260,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Styling -- [Flutterial](https://github.com/rxlabz/flutterial) [185⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Flutterial](https://github.com/rxlabz/flutterial) [187⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). - [Pigment](https://github.com/bregydoc/pigment) [71⭐] - Simple but useful package for use colors in flutter. ### Media @@ -274,12 +274,12 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Video -- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [390⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). +- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [389⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). - [Chewie](https://github.com/brianegan/chewie) [291⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice -- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [110⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [111⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). - [OK Google](https://marcinszalek.pl/flutter/ok-google-flutter/) - Integrate google assistant by [Marcin Szalek](https://marcinszalek.pl/). ### Storage @@ -301,19 +301,19 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [224⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). - [Mates](https://github.com/CodemateLtd/FlutterMates) [282⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). - [Weather](https://github.com/alessandroaime/Weather) [92⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2408⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). -- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [364⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [615⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2413⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [365⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [620⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). - [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [58⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). - [Music Player](https://github.com/thosakwe/flutter_music_player) [100⭐] - music player component by [Tobe O](https://thosakwe.com/). -- [Dashboard](https://github.com/Ivaskuu/dashboard) [322⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Todo](https://github.com/littlemarc2011/FlutterTodo) [236⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). +- [Dashboard](https://github.com/Ivaskuu/dashboard) [323⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Todo](https://github.com/littlemarc2011/FlutterTodo) [238⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). - [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [192⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2149⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2156⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). - [Book](https://github.com/putraxor/flutter-book-app) [131⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [493⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). -- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [78⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). -- [DrawApp](https://github.com/SnakeyHips/drawapp) [71⭐] - 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). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [495⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [81⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). +- [DrawApp](https://github.com/SnakeyHips/drawapp) [72⭐] - 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). - [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [196⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). - [Feather](https://github.com/jhomlala/feather) [133⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala). @@ -330,17 +330,17 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [514⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). -- [Location](https://github.com/Lyokone/flutterlocation) [191⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [517⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [Location](https://github.com/Lyokone/flutterlocation) [192⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). - [Geolocation](https://github.com/loup-v/geolocation) [124⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). -- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [309⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [310⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). - [Get Version](https://github.com/AppleEducate/get_version) [39⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). - [Badger](https://github.com/g123k/flutter_app_badger) [62⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). - [UDID](https://github.com/GigaDroid/flutter_udid) [38⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). -- [Downloader](https://github.com/hnvn/flutter_downloader) [127⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). +- [Downloader](https://github.com/hnvn/flutter_downloader) [129⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). - [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [173⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [11⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [20⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). @@ -353,14 +353,14 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [446⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). -- [Beacons](https://github.com/loup-v/beacons) [25⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). +- [Blue](https://github.com/pauldemarco/flutter_blue) [447⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Beacons](https://github.com/loup-v/beacons) [24⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). - [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [64⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). ### Storage -- [Sqflite](https://github.com/tekartik/sqflite) [727⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). -- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [45⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). +- [Sqflite](https://github.com/tekartik/sqflite) [730⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). +- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [46⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). ### Services @@ -382,13 +382,13 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Bloc -- [Bloc](https://github.com/felangel/bloc) [753⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [Bloc](https://github.com/felangel/bloc) [760⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). ### Redux / ELM / Dependency Injection - [Built redux](https://github.com/davidmarne/flutter_built_redux) [65⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). -- [Redux.dart](https://github.com/johnpryan/redux.dart) [253⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [645⭐] - 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. +- [Redux.dart](https://github.com/johnpryan/redux.dart) [254⭐] - 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). +- [Redux](https://github.com/brianegan/flutter_redux) [650⭐] - 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. - [Dartea](https://github.com/p69/dartea) [55⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). - [Inject](https://github.com/google/inject.dart) [371⭐] - Compile-time dependency injection by Google. - [Flux](https://github.com/google/flutter_flux) [285⭐] - Implementation of the Flux framework by Google. @@ -400,20 +400,20 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [614⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [Graphql](https://github.com/zino-app/graphql-flutter) [616⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). - [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [30⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/). ### Animation -- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [133⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [135⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). - [SpinKit](https://github.com/jogboms/flutter_spinkit) [575⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). - [Villains](https://github.com/Norbert515/flutter_villains) [161⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [227⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Drawing Animation](https://github.com/biocarl/drawing_animation) [66⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). +- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [229⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Drawing Animation](https://github.com/biocarl/drawing_animation) [68⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [837⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [Flame](https://github.com/luanpotter/flame) [838⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). - [SpriteWidget](https://github.com/spritewidget/spritewidget) [613⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc @@ -429,45 +429,45 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2867⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2879⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [1708⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [8736⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Flutter Team Samples](https://github.com/flutter/samples) [1725⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [8802⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). - [Meme Chat](https://github.com/efortuna/memechat) [339⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. - [Flitter](https://github.com/dart-flitter/flitter) [147⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. -- [Lime](https://github.com/fablue/lime-flutter) [229⭐] - Lime social network by Sebastian Sellmair. -- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [390⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). -- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [299⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). +- [Lime](https://github.com/fablue/lime-flutter) [230⭐] - Lime social network by Sebastian Sellmair. +- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [389⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). +- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [300⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). - [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [382⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [524⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [525⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). - [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [405⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [481⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [256⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [FlutterGram](https://github.com/mdanics/fluttergram) [485⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [257⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). - [Cinematic](https://github.com/aaronoe/FlutterCinematic) [425⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). - [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [177⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [228⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Trace](https://github.com/trentpiercy/trace) [230⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). - [Taskist](https://github.com/huextrat/Taskist) [173⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). -- [Tourism](https://github.com/bluemix/tourism-demo) [86⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). +- [Tourism](https://github.com/bluemix/tourism-demo) [88⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). - [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [150⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). -- [Deer](https://github.com/aleksanderwozniak/deer) [90⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). -- [TailorMade](https://github.com/jogboms/tailor_made) [82⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Deer](https://github.com/aleksanderwozniak/deer) [91⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [TailorMade](https://github.com/jogboms/tailor_made) [84⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). ### Block / Angular / PWA -- [InKino](https://github.com/roughike/inKino) [1870⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [1879⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### State Management - - [MobX](https://github.com/mobxjs/mobx.dart) [269⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. + - [MobX](https://github.com/mobxjs/mobx.dart) [272⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. ### Games -- [Flip](https://github.com/RedBrogdon/flutterflip) [87⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). +- [Flip](https://github.com/RedBrogdon/flutterflip) [88⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). - [2048](https://github.com/anuranBarman/2048) [48⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). -- [TRex](https://github.com/renancaraujo/trex-flame) [90⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). +- [TRex](https://github.com/renancaraujo/trex-flame) [91⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). - [Crush](https://github.com/boeledi/flutter_crush) [117⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). - [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [35⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). - [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01). @@ -476,7 +476,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya). - [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). -- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [162⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). +- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [163⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). - [FlutterIcon](http://fluttericon.com/) [67⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren). @@ -486,9 +486,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4080⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [18⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). -- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [275⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4105⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [1606⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [277⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). ## Books @@ -501,7 +501,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Fun -- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [226👍] +- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [227👍] ## Community From 15e494170dd65f69a3f52049cdbb326eb3bc23c3 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Thu, 7 Mar 2019 17:06:27 +0100 Subject: [PATCH 072/128] Cleanup --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 56c986b..b95636b 100644 --- a/source.md +++ b/source.md @@ -376,7 +376,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Log / Tracing - [Catcher](https://github.com/jhomlala/catcher) - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala) -- [flutter_flipperkit](https://github.com/blankapp/flutter_flipperkit) [50⭐] - Use Flipper debug your Flutter apps running in an emulator/simulator or connected physical development devices by [JianyingLi](https://github.com/lijy91). +- [Flipperkit](https://github.com/blankapp/flutter_flipperkit) [50⭐] - Use Flipper debug your Flutter apps running in an emulator/simulator or connected physical development devices by [JianyingLi](https://github.com/lijy91). ## Frameworks From 742c2665ff6e0fbde137028d456f6cf479fbdac9 Mon Sep 17 00:00:00 2001 From: Paulina Szklarska Date: Fri, 8 Mar 2019 19:23:56 +0700 Subject: [PATCH 073/128] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eaccab4..624b7d5 100644 --- a/README.md +++ b/README.md @@ -356,6 +356,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Blue](https://github.com/pauldemarco/flutter_blue) [447⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). - [Beacons](https://github.com/loup-v/beacons) [24⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). - [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [64⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). +- [Beacon broadcast](https://github.com/pszklarska/beacon_broadcast) [9⭐] Library for turning your phone into a beacon by [Paulina Szklarska](https://github.com/pszklarska/) ### Storage @@ -561,4 +562,4 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) -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. \ No newline at end of file +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. From ede397055d586c278663c96cc10ff895c4eeeca4 Mon Sep 17 00:00:00 2001 From: Ali-Azmoud Date: Fri, 8 Mar 2019 05:49:24 -0800 Subject: [PATCH 074/128] added vertical support description --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 81dba22..654d400 100644 --- a/source.md +++ b/source.md @@ -153,7 +153,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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). - [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/). - [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). -- [Flutter Xlider](https://github.com/Ali-Azmoud/flutter_xlider) - A material design slider and range slider with RTL support by [Ali-Azmoud](https://github.com/Ali-Azmoud) +- [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) #### Material Design From fb99d6267d8cc4f44e66feafa584d5a1bd7c2e4b Mon Sep 17 00:00:00 2001 From: pszklarska Date: Fri, 8 Mar 2019 21:34:17 +0700 Subject: [PATCH 075/128] Revert "Update README.md" This reverts commit 742c2665ff6e0fbde137028d456f6cf479fbdac9. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 624b7d5..eaccab4 100644 --- a/README.md +++ b/README.md @@ -356,7 +356,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Blue](https://github.com/pauldemarco/flutter_blue) [447⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). - [Beacons](https://github.com/loup-v/beacons) [24⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). - [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [64⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). -- [Beacon broadcast](https://github.com/pszklarska/beacon_broadcast) [9⭐] Library for turning your phone into a beacon by [Paulina Szklarska](https://github.com/pszklarska/) ### Storage @@ -562,4 +561,4 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) -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. +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. \ No newline at end of file From 67b876f66ca74e5a11cdd087f9b8cc0ce672b960 Mon Sep 17 00:00:00 2001 From: pszklarska Date: Fri, 8 Mar 2019 21:36:34 +0700 Subject: [PATCH 076/128] Update source.md to add beacon_broadcast library --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index b95636b..aaafaeb 100644 --- a/source.md +++ b/source.md @@ -356,6 +356,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Blue](https://github.com/pauldemarco/flutter_blue) - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco) - [Beacons](https://github.com/loup-v/beacons) - Flutter beacons plugin by [Loup](http://intheloup.io) - [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa) +- [Beacon broadcast](https://github.com/pszklarska/beacon_broadcast) - Library for turning your phone into a beacon by [Paulina Szklarska](https://github.com/pszklarska/) ### Storage From 515d18f0b32b80f706501f58206e730fd52356d8 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Fri, 8 Mar 2019 18:18:33 +0100 Subject: [PATCH 077/128] Gen > beacon_broadcast by pszklarska Added beacon_broadcast library under "Bluetooth" section --- README.md | 249 +++++++++++++++++++++++++++--------------------------- 1 file changed, 125 insertions(+), 124 deletions(-) diff --git a/README.md b/README.md index eaccab4..34e65eb 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ StackOverflow - Github Repositories + Github Repositories - Entries + Entries Awesome @@ -87,11 +87,11 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). - [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [1K claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). -- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [2.8K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). +- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [2.9K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). ### Advanced -- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [250👍] - Engine architecture by Adam Barth. +- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [252👍] - Engine architecture by Adam Barth. - [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [2K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). - [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [519 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). @@ -99,16 +99,16 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [665 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). - [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). -- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [635 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). -- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [378 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). +- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [637 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). +- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [400 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). ### Howtos -- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [477👍] - Firebase live coding. -- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [366 claps👏] - By Mehmet Fidanboylu. +- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [479👍] - Firebase live coding. +- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [377 claps👏] - By Mehmet Fidanboylu. - [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [537 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). -- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [932 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). -- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [90⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [933 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). +- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [91⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) ## Videos @@ -118,7 +118,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [126🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). - [Udacity](https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905) - Build Native Mobile Apps by Google. - [VoidRealms](https://www.youtube.com/playlist?list=PLUbFnGajtZlX9ubiLzYz_cw92esraiIBi) [43🎬] - Video tutorials, from basic to advanced. -- [Coding With Flutter](https://www.youtube.com/watch?v=u_Lyx8KJWpg&list=PLNnAcB93JKV9iZ2cwk9MEx3_JG8BRikMP) [22🎬] - Video tutorials and live-coding examples by [Andrea Bizzotto](https://medium.com/@biz84). +- [Coding With Flutter](https://www.youtube.com/watch?v=u_Lyx8KJWpg&list=PLNnAcB93JKV9iZ2cwk9MEx3_JG8BRikMP) [23🎬] - Video tutorials and live-coding examples by [Andrea Bizzotto](https://medium.com/@biz84). - [Flutter Crash Course](https://fluttercrashcourse.com) - Free video course by [Nick Manning](https://twitter.com/seenickcode). - [Boring Show](https://www.youtube.com/results?search_query=%23BoringShow) - Exploration with the Flutter Team. @@ -127,114 +127,114 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2238⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [337⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2255⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [340⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI - [Contact Picker](https://github.com/goderbauer/contact_picker) [31⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [519⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). -- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [201⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). -- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [173⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [526⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [202⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). +- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [174⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). - [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [187⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [217⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [434⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [221⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [441⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). - [Side Header List](https://github.com/renefloor/side_header_list_view) [129⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). -- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [155⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). -- [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [88⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [148⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [157⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). +- [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [89⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [149⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). - [Stepper Touch](https://github.com/Rahiche/stepper_touch) [67⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). - [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [112⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). - [Snaplist](https://github.com/ariedov/flutter_snaplist) [106⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). - [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [83⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). -- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [19⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). -- [Folding Cell](https://github.com/faob-dev/folding_cell) [84⭐] - Fold your widget by [Faob](https://github.com/faob-dev). +- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [20⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). +- [Folding Cell](https://github.com/faob-dev/folding_cell) [85⭐] - Fold your widget by [Faob](https://github.com/faob-dev). - [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [32⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [59⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [63⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). #### UI Helpers -- [Reorderables](https://github.com/hanshengchiu/reorderables) [12⭐] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [205⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [32⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). -- [Offline](https://github.com/jogboms/flutter_offline) [214⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Reorderables](https://github.com/hanshengchiu/reorderables) [13⭐] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [207⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [34⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). +- [Offline](https://github.com/jogboms/flutter_offline) [215⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). #### Material Design -- [Material Color Picker](https://github.com/long1eu/material_color_picker) [46⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). -- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [99⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [479⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). -- [RangeSlider](https://github.com/boeledi/RangeSlider) [106⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). +- [Material Color Picker](https://github.com/long1eu/material_color_picker) [47⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). +- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [100⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). +- [Slidable](https://github.com/letsar/flutter_slidable) [483⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [RangeSlider](https://github.com/boeledi/RangeSlider) [107⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [326⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [306⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [332⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [309⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). - [Wave](https://github.com/i-protoss/wave) [118⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar -- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [62⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). +- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [64⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh). -- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [31⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [33⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [204⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). -- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [112⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). -- [Photo View](https://github.com/renancaraujo/photo_view) [309⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [206⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [113⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). +- [Photo View](https://github.com/renancaraujo/photo_view) [315⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). - [SVG](https://github.com/dnfield/flutter_svg) [277⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [216⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [391⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [172⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). -- [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [6⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [218⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [396⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [175⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [7⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith). ### Map - [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [356⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). -- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [42⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [549⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). -- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [196⭐] - Interactive, customizable vector maps by Mapbox. +- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [43⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). +- [Map](https://github.com/apptreesoftware/flutter_map) [550⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [198⭐] - Interactive, customizable vector maps by Mapbox. ### Charts -- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [178⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [180⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). - [Charts](https://github.com/mzimmerm/flutter_charts) [115⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). - [Sparkline](https://github.com/xqwzts/flutter_sparkline) [113⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [557⭐] - By Google Charts Team. +- [Charts](https://github.com/google/charts) [564⭐] - By Google Charts Team. - [Flutter Plot](https://github.com/RCHowell/flutter_plot) [16⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). - [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [100⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). -- [FCharts](https://github.com/thekeenant/fcharts) [236⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). +- [FCharts](https://github.com/thekeenant/fcharts) [237⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [883⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [Fluro](https://github.com/goposse/fluro) [890⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). - [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [39⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). ### Auth - [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android. -- [Login](https://github.com/AppleEducate/flutter_login) [256⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). +- [Login](https://github.com/AppleEducate/flutter_login) [258⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. - [Facebook Login](https://github.com/roughike/flutter_facebook_login) [155⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). -- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [100⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). +- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [102⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). - [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [502 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). - [SimpleAuth](https://github.com/Clancey/simple_auth) [89⭐] - 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). -- [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) [9⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) [11⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). ### Text & Rich Content -- [Markdown](https://github.com/flutter/flutter_markdown) [197⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. +- [Markdown](https://github.com/flutter/flutter_markdown) [199⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. - [Rich Text Editor](https://github.com/long1eu/rich_editor) [72⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). - [Masked Text](https://github.com/benhurott/flutter-masked-text) [64⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). -- [Zefyr](https://github.com/memspace/zefyr) [427⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). -- [AutoSizeText](https://github.com/leisim/auto_size_text) [213⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). +- [Zefyr](https://github.com/memspace/zefyr) [431⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). +- [AutoSizeText](https://github.com/leisim/auto_size_text) [216⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). ### Analytics @@ -260,8 +260,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Styling -- [Flutterial](https://github.com/rxlabz/flutterial) [187⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). -- [Pigment](https://github.com/bregydoc/pigment) [71⭐] - Simple but useful package for use colors in flutter. +- [Flutterial](https://github.com/rxlabz/flutterial) [193⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Pigment](https://github.com/bregydoc/pigment) [72⭐] - Simple but useful package for use colors in flutter. ### Media @@ -274,52 +274,52 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Video -- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [389⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). -- [Chewie](https://github.com/brianegan/chewie) [291⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). +- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [396⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). +- [Chewie](https://github.com/brianegan/chewie) [295⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice -- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [111⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [112⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). - [OK Google](https://marcinszalek.pl/flutter/ok-google-flutter/) - Integrate google assistant by [Marcin Szalek](https://marcinszalek.pl/). ### Storage - [Firebase Storage](https://github.com/flutter/plugins/tree/master/packages/firebase_storage) - Firebase as data storage. -- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [113⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). +- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [117⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). ### Monetization - [Admob](https://pub.dartlang.org/packages/admob) - GoogleAdmob supports interstitial ads in both iOS and Android by Brett Nesbitt. - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase. - [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [75⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). -- [Payments](https://github.com/pplante/flutter_payments) [19⭐] - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co). -- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [171⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). +- [Payments](https://github.com/pplante/flutter_payments) [20⭐] - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co). +- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [173⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). - [Admob Flutter](https://github.com/YoussefKababe/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe). ## Templates -- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [224⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). -- [Mates](https://github.com/CodemateLtd/FlutterMates) [282⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). -- [Weather](https://github.com/alessandroaime/Weather) [92⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2413⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). -- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [365⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [620⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [226⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). +- [Mates](https://github.com/CodemateLtd/FlutterMates) [286⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). +- [Weather](https://github.com/alessandroaime/Weather) [93⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2438⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [367⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [622⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). - [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [58⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). - [Music Player](https://github.com/thosakwe/flutter_music_player) [100⭐] - music player component by [Tobe O](https://thosakwe.com/). -- [Dashboard](https://github.com/Ivaskuu/dashboard) [323⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Todo](https://github.com/littlemarc2011/FlutterTodo) [238⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). -- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [192⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2156⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). -- [Book](https://github.com/putraxor/flutter-book-app) [131⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [495⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [Dashboard](https://github.com/Ivaskuu/dashboard) [325⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Todo](https://github.com/littlemarc2011/FlutterTodo) [239⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). +- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [194⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2169⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [Book](https://github.com/putraxor/flutter-book-app) [136⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [500⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). - [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [81⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). - [DrawApp](https://github.com/SnakeyHips/drawapp) [72⭐] - 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). -- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [196⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). +- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [198⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). - [Feather](https://github.com/jhomlala/feather) [133⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala). ### Clone -- [GitTouch](https://github.com/pd4d10/git-touch) [42⭐] - Open source GitHub client by [Rongjian Zhang](https://github.com/pd4d10). +- [GitTouch](https://github.com/pd4d10/git-touch) [43⭐] - Open source GitHub client by [Rongjian Zhang](https://github.com/pd4d10). ### Machine Learning @@ -330,36 +330,37 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [517⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). -- [Location](https://github.com/Lyokone/flutterlocation) [192⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [522⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [Location](https://github.com/Lyokone/flutterlocation) [194⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). - [Geolocation](https://github.com/loup-v/geolocation) [124⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). -- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [310⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [308⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). - [Get Version](https://github.com/AppleEducate/get_version) [39⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). - [Badger](https://github.com/g123k/flutter_app_badger) [62⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). - [UDID](https://github.com/GigaDroid/flutter_udid) [38⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). -- [Downloader](https://github.com/hnvn/flutter_downloader) [129⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). -- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [173⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [Downloader](https://github.com/hnvn/flutter_downloader) [132⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). +- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [175⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [11⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [20⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). - [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [33⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). #### Scanner -- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [86⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). -- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [78⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). +- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [88⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). +- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [83⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [447⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Blue](https://github.com/pauldemarco/flutter_blue) [452⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). - [Beacons](https://github.com/loup-v/beacons) [24⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). - [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [64⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). +- [Beacon broadcast](https://github.com/pszklarska/beacon_broadcast) [11⭐] - Library for turning your phone into a beacon by [Paulina Szklarska](https://github.com/pszklarska/). ### Storage -- [Sqflite](https://github.com/tekartik/sqflite) [730⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). +- [Sqflite](https://github.com/tekartik/sqflite) [731⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). - [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [46⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). ### Services @@ -367,54 +368,54 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [172⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). - [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [47⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). - [Intercom](https://pub.dartlang.org/packages/intercom) [17⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). -- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [147⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). -- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [144⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). +- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [148⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). +- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [146⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [35⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). - [App Rating](https://github.com/AppleEducate/app_review) [53⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). - [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) [7⭐] Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) ### Log / Tracing -- [Catcher](https://github.com/jhomlala/catcher) [90⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). -- [flutter_flipperkit](https://github.com/blankapp/flutter_flipperkit) [50⭐] - Use Flipper debug your Flutter apps running in an emulator/simulator or connected physical development devices by [JianyingLi](https://github.com/lijy91). +- [Catcher](https://github.com/jhomlala/catcher) [91⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). +- [Flipperkit](https://github.com/blankapp/flutter_flipperkit) [50⭐] - Use Flipper debug your Flutter apps running in an emulator/simulator or connected physical development devices by [JianyingLi](https://github.com/lijy91). ## Frameworks ### Bloc -- [Bloc](https://github.com/felangel/bloc) [760⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [Bloc](https://github.com/felangel/bloc) [780⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). ### Redux / ELM / Dependency Injection - [Built redux](https://github.com/davidmarne/flutter_built_redux) [65⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). - [Redux.dart](https://github.com/johnpryan/redux.dart) [254⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [650⭐] - 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. +- [Redux](https://github.com/brianegan/flutter_redux) [656⭐] - 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. - [Dartea](https://github.com/p69/dartea) [55⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). -- [Inject](https://github.com/google/inject.dart) [371⭐] - Compile-time dependency injection by Google. -- [Flux](https://github.com/google/flutter_flux) [285⭐] - Implementation of the Flux framework by Google. +- [Inject](https://github.com/google/inject.dart) [372⭐] - Compile-time dependency injection by Google. +- [Flux](https://github.com/google/flutter_flux) [286⭐] - Implementation of the Flux framework by Google. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [401⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [403⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). - [Functional widget](https://github.com/rrousselGit/functional_widget) [82⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [616⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [Graphql](https://github.com/zino-app/graphql-flutter) [619⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). - [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [30⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/). ### Animation - [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [135⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [575⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Villains](https://github.com/Norbert515/flutter_villains) [161⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [580⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Villains](https://github.com/Norbert515/flutter_villains) [164⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). - [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [229⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). - [Drawing Animation](https://github.com/biocarl/drawing_animation) [68⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [838⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) [613⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). +- [Flame](https://github.com/luanpotter/flame) [848⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) [617⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc @@ -423,33 +424,33 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Testing -- [Ozzie](https://github.com/jorgecoca/ozzie.flutter) [75⭐] - Ozzie will take an screenshot during integration tests whenever you need by [Jorge Coca](https://github.com/jorgecoca). +- [Ozzie](https://github.com/jorgecoca/ozzie.flutter) [78⭐] - Ozzie will take an screenshot during integration tests whenever you need by [Jorge Coca](https://github.com/jorgecoca). ## Open Source Apps ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2879⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2905⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [1725⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [8802⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). -- [Meme Chat](https://github.com/efortuna/memechat) [339⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. +- [Flutter Team Samples](https://github.com/flutter/samples) [1750⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [8929⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Meme Chat](https://github.com/efortuna/memechat) [340⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. - [Flitter](https://github.com/dart-flitter/flitter) [147⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. - [Lime](https://github.com/fablue/lime-flutter) [230⭐] - Lime social network by Sebastian Sellmair. -- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [389⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). -- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [300⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). +- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [390⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). +- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [301⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). - [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [382⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [525⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). -- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [405⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [485⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [257⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). -- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [425⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [528⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [411⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). +- [FlutterGram](https://github.com/mdanics/fluttergram) [492⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [259⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [427⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). - [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [177⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [230⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Trace](https://github.com/trentpiercy/trace) [232⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). - [Taskist](https://github.com/huextrat/Taskist) [173⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). -- [Tourism](https://github.com/bluemix/tourism-demo) [88⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). +- [Tourism](https://github.com/bluemix/tourism-demo) [89⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). - [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [150⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). - [Deer](https://github.com/aleksanderwozniak/deer) [91⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). @@ -457,18 +458,18 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Block / Angular / PWA -- [InKino](https://github.com/roughike/inKino) [1879⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [1889⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### State Management - - [MobX](https://github.com/mobxjs/mobx.dart) [272⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. + - [MobX](https://github.com/mobxjs/mobx.dart) [280⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. ### Games -- [Flip](https://github.com/RedBrogdon/flutterflip) [88⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). -- [2048](https://github.com/anuranBarman/2048) [48⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). +- [Flip](https://github.com/RedBrogdon/flutterflip) [89⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). +- [2048](https://github.com/anuranBarman/2048) [49⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). - [TRex](https://github.com/renancaraujo/trex-flame) [91⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). -- [Crush](https://github.com/boeledi/flutter_crush) [117⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). +- [Crush](https://github.com/boeledi/flutter_crush) [121⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). - [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [35⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). - [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01). @@ -486,9 +487,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4105⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [1606⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). -- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [277⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4130⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [1613⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [280⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). ## Books @@ -501,7 +502,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Fun -- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [227👍] +- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [229👍] ## Community From 4d1678746b398fec8a498c3419facb1e23589c8c Mon Sep 17 00:00:00 2001 From: "Jason C.H" Date: Sat, 9 Mar 2019 13:58:20 +0800 Subject: [PATCH 078/128] Add flutter vpn plugin --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index aaafaeb..09f9a7c 100644 --- a/source.md +++ b/source.md @@ -345,6 +345,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo) - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). - [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) +- [VPN](https://github.com/X-dea/Flutter_VPN) - Plugin for Flutter apps to access VPN service by [Jason C.H](https://github.com/ctrysbita) #### Scanner From bd0c65efd7356b0eff39f8f2c507fa7e224fc9d3 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sun, 10 Mar 2019 06:19:32 +0100 Subject: [PATCH 079/128] State management --- source.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source.md b/source.md index aaafaeb..b309995 100644 --- a/source.md +++ b/source.md @@ -381,11 +381,14 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ## Frameworks -### Bloc +### State management + +#### Standard - [Bloc](https://github.com/felangel/bloc) - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel) +- [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. -### Redux / ELM / Dependency Injection +#### Redux / ELM / Dependency Injection - [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) - [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) @@ -393,6 +396,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Dartea](https://github.com/p69/dartea) - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69) - [Inject](https://github.com/google/inject.dart) - Compile-time dependency injection by Google - [Flux](https://github.com/google/flutter_flux) - Implementation of the Flux framework by Google +- [Fish](https://github.com/alibaba/fish-redux) - Alibaba Redux implementation ### Widgets @@ -456,14 +460,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Deer](https://github.com/aleksanderwozniak/deer) - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak) - [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) -### Block / Angular / PWA +### PWA - [InKino](https://github.com/roughike/inKino) - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike) -### State Management - - - [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. - ### Games - [Flip](https://github.com/RedBrogdon/flutterflip) - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon) From 074bda31e6ed3e4b2f40617b667f6a8f55e20874 Mon Sep 17 00:00:00 2001 From: Leo Farias Date: Mon, 11 Mar 2019 10:18:49 -0400 Subject: [PATCH 080/128] Added FVM This is a CLI to manage flutter SDK versions. It allows to install multiple versions of the SDK locally, and also install by version number(tag) --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index b309995..91b8329 100644 --- a/source.md +++ b/source.md @@ -480,6 +480,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren) - [FlutterIcon](http://fluttericon.com/) - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots) - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren) +- [FVM](https://github.com/leoafarias/fvm) - Flutter Version Management: A simple cli to manage Flutter SDK versions. ### VSCode From 5cef5ff2e559b75f8cf93067bd60c0f93b4540ea Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Mon, 11 Mar 2019 15:34:23 +0100 Subject: [PATCH 081/128] Stargazers --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 91b8329..b250a39 100644 --- a/source.md +++ b/source.md @@ -480,7 +480,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren) - [FlutterIcon](http://fluttericon.com/) - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots) - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren) -- [FVM](https://github.com/leoafarias/fvm) - Flutter Version Management: A simple cli to manage Flutter SDK versions. +- [FVM](https://github.com/leoafarias/fvm) - Flutter Version Management: A simple cli to manage Flutter SDK versions. ### VSCode From 9e3bf28ff0593cf1e5bbdd8ed5e02c791dcc0724 Mon Sep 17 00:00:00 2001 From: Kravchenko Igor Date: Tue, 12 Mar 2019 10:02:58 +0300 Subject: [PATCH 082/128] Flutter Files for VSCode --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index b250a39..cab93c4 100644 --- a/source.md +++ b/source.md @@ -485,6 +485,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### VSCode - [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) +- [Flutter Files](https://marketplace.visualstudio.com/items?itemName=gornivv.vscode-flutter-files) - Fast creation of files based on BLoC templates by context menu by [Gorniv](https://github.com/gorniv). ### Desktop From 6378bb787474c4ba15e8956ce36bdc68e7ce9d82 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Tue, 12 Mar 2019 09:34:36 +0100 Subject: [PATCH 083/128] Flutter Files --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index cab93c4..0ebd9a7 100644 --- a/source.md +++ b/source.md @@ -485,7 +485,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### VSCode - [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) -- [Flutter Files](https://marketplace.visualstudio.com/items?itemName=gornivv.vscode-flutter-files) - Fast creation of files based on BLoC templates by context menu by [Gorniv](https://github.com/gorniv). +- [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). ### Desktop From 66718e0a811c4e3a9bae56abf32081091315e5d0 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Tue, 12 Mar 2019 19:30:24 +0100 Subject: [PATCH 084/128] Gen > Flutter Files for VSCode Flutter Files for VSCode --- README.md | 322 +++++++++++++++++++++++++++--------------------------- 1 file changed, 162 insertions(+), 160 deletions(-) diff --git a/README.md b/README.md index 34e65eb..99f66cb 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ StackOverflow - Github Repositories + Github Repositories - Entries + Entries Awesome @@ -87,28 +87,28 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). - [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [1K claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). -- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [2.9K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). +- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [3K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). ### Advanced -- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [252👍] - Engine architecture by Adam Barth. -- [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [2K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). +- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [254👍] - Engine architecture by Adam Barth. +- [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [2.1K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). - [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [519 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com). -- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [665 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). +- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [666 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). - [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). -- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [637 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). -- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [400 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). +- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [639 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). +- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [429 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). ### Howtos -- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [479👍] - Firebase live coding. -- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [377 claps👏] - By Mehmet Fidanboylu. -- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [537 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). -- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [933 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). -- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [91⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [482👍] - Firebase live coding. +- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [378 claps👏] - By Mehmet Fidanboylu. +- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [538 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). +- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [961 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). +- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [93⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) ## Videos @@ -127,118 +127,118 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2255⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [340⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2282⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [349⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI - [Contact Picker](https://github.com/goderbauer/contact_picker) [31⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [526⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [537⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). - [Sticky Header](https://github.com/letsar/flutter_sticky_header) [202⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). -- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [174⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). -- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [187⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [221⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [441⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). -- [Side Header List](https://github.com/renefloor/side_header_list_view) [129⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). -- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [157⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). -- [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [89⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [149⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). -- [Stepper Touch](https://github.com/Rahiche/stepper_touch) [67⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [112⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). -- [Snaplist](https://github.com/ariedov/flutter_snaplist) [106⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). -- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [83⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). -- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [20⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). +- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [177⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). +- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [191⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [223⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [449⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [Side Header List](https://github.com/renefloor/side_header_list_view) [133⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). +- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [162⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). +- [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [91⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [154⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Stepper Touch](https://github.com/Rahiche/stepper_touch) [68⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). +- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [118⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). +- [Snaplist](https://github.com/ariedov/flutter_snaplist) [109⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). +- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [85⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). +- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [21⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). - [Folding Cell](https://github.com/faob-dev/folding_cell) [85⭐] - Fold your widget by [Faob](https://github.com/faob-dev). -- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [32⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [63⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [36⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). +- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [68⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). #### UI Helpers -- [Reorderables](https://github.com/hanshengchiu/reorderables) [13⭐] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [207⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Reorderables](https://github.com/hanshengchiu/reorderables) [18⭐] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [212⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). - [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [34⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). -- [Offline](https://github.com/jogboms/flutter_offline) [215⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Offline](https://github.com/jogboms/flutter_offline) [217⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). #### Material Design - [Material Color Picker](https://github.com/long1eu/material_color_picker) [47⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). -- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [100⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [483⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). -- [RangeSlider](https://github.com/boeledi/RangeSlider) [107⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). +- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [101⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). +- [Slidable](https://github.com/letsar/flutter_slidable) [490⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [RangeSlider](https://github.com/boeledi/RangeSlider) [108⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [332⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [309⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [118⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [338⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [316⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Wave](https://github.com/i-protoss/wave) [123⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar - [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [64⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh). -- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [33⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [37⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [206⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). -- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [113⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). -- [Photo View](https://github.com/renancaraujo/photo_view) [315⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). -- [SVG](https://github.com/dnfield/flutter_svg) [277⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [218⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [396⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [175⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). -- [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [7⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [209⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [114⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). +- [Photo View](https://github.com/renancaraujo/photo_view) [317⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). +- [SVG](https://github.com/dnfield/flutter_svg) [279⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [219⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [405⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [177⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [10⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith). ### Map - [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [356⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). -- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [43⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [550⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [45⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). +- [Map](https://github.com/apptreesoftware/flutter_map) [553⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). - [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [198⭐] - Interactive, customizable vector maps by Mapbox. ### Charts -- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [180⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/mzimmerm/flutter_charts) [115⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). -- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [113⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [564⭐] - By Google Charts Team. -- [Flutter Plot](https://github.com/RCHowell/flutter_plot) [16⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). -- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [100⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). -- [FCharts](https://github.com/thekeenant/fcharts) [237⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [181⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/mzimmerm/flutter_charts) [117⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). +- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [114⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/google/charts) [573⭐] - By Google Charts Team. +- [Flutter Plot](https://github.com/RCHowell/flutter_plot) [17⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). +- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [101⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). +- [FCharts](https://github.com/thekeenant/fcharts) [238⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [890⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). -- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [39⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). +- [Fluro](https://github.com/goposse/fluro) [905⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [40⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). ### Auth - [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android. -- [Login](https://github.com/AppleEducate/flutter_login) [258⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). +- [Login](https://github.com/AppleEducate/flutter_login) [262⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. -- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [155⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). +- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [157⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). - [OAuth](https://github.com/hitherejoe/FlutterOAuth) [102⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). -- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [502 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). -- [SimpleAuth](https://github.com/Clancey/simple_auth) [89⭐] - 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). +- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [514 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). +- [SimpleAuth](https://github.com/Clancey/simple_auth) [91⭐] - 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). - [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) [11⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). ### Text & Rich Content -- [Markdown](https://github.com/flutter/flutter_markdown) [199⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. +- [Markdown](https://github.com/flutter/flutter_markdown) [201⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. - [Rich Text Editor](https://github.com/long1eu/rich_editor) [72⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). -- [Masked Text](https://github.com/benhurott/flutter-masked-text) [64⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). -- [Zefyr](https://github.com/memspace/zefyr) [431⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). -- [AutoSizeText](https://github.com/leisim/auto_size_text) [216⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). +- [Masked Text](https://github.com/benhurott/flutter-masked-text) [65⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). +- [Zefyr](https://github.com/memspace/zefyr) [441⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). +- [AutoSizeText](https://github.com/leisim/auto_size_text) [231⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). ### Analytics -- [Usage](https://github.com/dart-lang/usage) [49⭐] - Google Analytics wrapper for command-line, web, and Flutter apps. +- [Usage](https://github.com/dart-lang/usage) [50⭐] - Google Analytics wrapper for command-line, web, and Flutter apps. - [Firebase Analytics](https://github.com/flutter/plugins/tree/master/packages/firebase_analytics) - Connect to Firebase Analytics API. - [Segment.com Analytics](https://github.com/FaisalAbid/segment-analytics-flutter) [6⭐] - Make your Segment.com analytics a breeze! by [Faisal Abid](https://twitter.com/FaisalAbid). - [Pure Mixpanel](https://github.com/seenickcode/pure_mixpanel) [6⭐] - Analytics for the popular [Mixpanel.com](https://mixpanel.com) [Nick Manning](https://twitter.com/seenickcode). @@ -254,72 +254,72 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Build articles -- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [402 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [406 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). - [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) [263 claps👏] - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov). - [Automatic code signing for iOS without Mac](https://blog.codemagic.io/automatic-code-signing-for-ios-that-doesnt-require-a-mac/) by Helina Ariva ### Styling -- [Flutterial](https://github.com/rxlabz/flutterial) [193⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Flutterial](https://github.com/rxlabz/flutterial) [202⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). - [Pigment](https://github.com/bregydoc/pigment) [72⭐] - Simple but useful package for use colors in flutter. ### Media #### Audio -- [Audio Plugin](https://github.com/rxlabz/audioplayer) [238⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Audio Plugin](https://github.com/rxlabz/audioplayer) [242⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). - [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [71⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). - [Stereo](https://github.com/2find/stereo) [45⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). -- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [64⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). +- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [66⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). #### Video -- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [396⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). -- [Chewie](https://github.com/brianegan/chewie) [295⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). +- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [402⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). +- [Chewie](https://github.com/brianegan/chewie) [298⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice -- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [112⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [113⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). - [OK Google](https://marcinszalek.pl/flutter/ok-google-flutter/) - Integrate google assistant by [Marcin Szalek](https://marcinszalek.pl/). ### Storage - [Firebase Storage](https://github.com/flutter/plugins/tree/master/packages/firebase_storage) - Firebase as data storage. -- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [117⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). +- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [119⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). ### Monetization - [Admob](https://pub.dartlang.org/packages/admob) - GoogleAdmob supports interstitial ads in both iOS and Android by Brett Nesbitt. - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase. -- [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [75⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). +- [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [76⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). - [Payments](https://github.com/pplante/flutter_payments) [20⭐] - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co). -- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [173⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). +- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [182⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). - [Admob Flutter](https://github.com/YoussefKababe/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe). ## Templates -- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [226⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). -- [Mates](https://github.com/CodemateLtd/FlutterMates) [286⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). +- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [228⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). +- [Mates](https://github.com/CodemateLtd/FlutterMates) [287⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). - [Weather](https://github.com/alessandroaime/Weather) [93⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2438⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). -- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [367⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [622⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2487⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [368⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [629⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). - [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [58⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). - [Music Player](https://github.com/thosakwe/flutter_music_player) [100⭐] - music player component by [Tobe O](https://thosakwe.com/). -- [Dashboard](https://github.com/Ivaskuu/dashboard) [325⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Dashboard](https://github.com/Ivaskuu/dashboard) [329⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). - [Todo](https://github.com/littlemarc2011/FlutterTodo) [239⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). -- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [194⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2169⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). -- [Book](https://github.com/putraxor/flutter-book-app) [136⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [500⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [197⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2206⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [Book](https://github.com/putraxor/flutter-book-app) [137⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [509⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). - [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [81⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). - [DrawApp](https://github.com/SnakeyHips/drawapp) [72⭐] - 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). -- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [198⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). -- [Feather](https://github.com/jhomlala/feather) [133⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala). +- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [203⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). +- [Feather](https://github.com/jhomlala/feather) [134⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala). ### Clone -- [GitTouch](https://github.com/pd4d10/git-touch) [43⭐] - Open source GitHub client by [Rongjian Zhang](https://github.com/pd4d10). +- [GitTouch](https://github.com/pd4d10/git-touch) [46⭐] - Open source GitHub client by [Rongjian Zhang](https://github.com/pd4d10). ### Machine Learning @@ -330,92 +330,96 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [522⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). -- [Location](https://github.com/Lyokone/flutterlocation) [194⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [529⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [Location](https://github.com/Lyokone/flutterlocation) [199⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). -- [Geolocation](https://github.com/loup-v/geolocation) [124⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). -- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [308⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Geolocation](https://github.com/loup-v/geolocation) [125⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). +- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [311⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). - [Get Version](https://github.com/AppleEducate/get_version) [39⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). -- [Badger](https://github.com/g123k/flutter_app_badger) [62⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). +- [Badger](https://github.com/g123k/flutter_app_badger) [64⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). - [UDID](https://github.com/GigaDroid/flutter_udid) [38⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). -- [Downloader](https://github.com/hnvn/flutter_downloader) [132⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). -- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [175⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [Downloader](https://github.com/hnvn/flutter_downloader) [134⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). +- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [179⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [11⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). -- [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [20⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). -- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [33⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). +- [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [21⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). +- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [34⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). #### Scanner -- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [88⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). -- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [83⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). +- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [89⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). +- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [85⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [452⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Blue](https://github.com/pauldemarco/flutter_blue) [460⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). - [Beacons](https://github.com/loup-v/beacons) [24⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). - [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [64⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). -- [Beacon broadcast](https://github.com/pszklarska/beacon_broadcast) [11⭐] - Library for turning your phone into a beacon by [Paulina Szklarska](https://github.com/pszklarska/). +- [Beacon broadcast](https://github.com/pszklarska/beacon_broadcast) [12⭐] - Library for turning your phone into a beacon by [Paulina Szklarska](https://github.com/pszklarska/). ### Storage -- [Sqflite](https://github.com/tekartik/sqflite) [731⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). +- [Sqflite](https://github.com/tekartik/sqflite) [738⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). - [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [46⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). ### Services -- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [172⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). -- [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [47⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). -- [Intercom](https://pub.dartlang.org/packages/intercom) [17⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). -- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [148⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). -- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [146⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). +- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [173⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). +- [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [49⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). +- [Intercom](https://pub.dartlang.org/packages/intercom) [18⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). +- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [149⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). +- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [148⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [35⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). -- [App Rating](https://github.com/AppleEducate/app_review) [53⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). +- [App Rating](https://github.com/AppleEducate/app_review) [54⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). - [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) [7⭐] Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) ### Log / Tracing -- [Catcher](https://github.com/jhomlala/catcher) [91⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). +- [Catcher](https://github.com/jhomlala/catcher) [93⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). - [Flipperkit](https://github.com/blankapp/flutter_flipperkit) [50⭐] - Use Flipper debug your Flutter apps running in an emulator/simulator or connected physical development devices by [JianyingLi](https://github.com/lijy91). ## Frameworks -### Bloc +### State management -- [Bloc](https://github.com/felangel/bloc) [780⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +#### Standard -### Redux / ELM / Dependency Injection +- [Bloc](https://github.com/felangel/bloc) [821⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [MobX](https://github.com/mobxjs/mobx.dart) [295⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. + +#### Redux / ELM / Dependency Injection - [Built redux](https://github.com/davidmarne/flutter_built_redux) [65⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). -- [Redux.dart](https://github.com/johnpryan/redux.dart) [254⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [656⭐] - 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. +- [Redux.dart](https://github.com/johnpryan/redux.dart) [253⭐] - 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). +- [Redux](https://github.com/brianegan/flutter_redux) [666⭐] - 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. - [Dartea](https://github.com/p69/dartea) [55⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). -- [Inject](https://github.com/google/inject.dart) [372⭐] - Compile-time dependency injection by Google. -- [Flux](https://github.com/google/flutter_flux) [286⭐] - Implementation of the Flux framework by Google. +- [Inject](https://github.com/google/inject.dart) [373⭐] - Compile-time dependency injection by Google. +- [Flux](https://github.com/google/flutter_flux) [287⭐] - Implementation of the Flux framework by Google. +- [Fish](https://github.com/alibaba/fish-redux) [2890⭐] - Alibaba Redux implementation. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [403⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). -- [Functional widget](https://github.com/rrousselGit/functional_widget) [82⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [408⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Functional widget](https://github.com/rrousselGit/functional_widget) [84⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [619⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). -- [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [30⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/). +- [Graphql](https://github.com/zino-app/graphql-flutter) [625⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [32⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/). ### Animation - [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [135⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [580⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [586⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). - [Villains](https://github.com/Norbert515/flutter_villains) [164⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). - [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [229⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Drawing Animation](https://github.com/biocarl/drawing_animation) [68⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). +- [Drawing Animation](https://github.com/biocarl/drawing_animation) [69⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [848⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) [617⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). +- [Flame](https://github.com/luanpotter/flame) [866⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) [624⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc @@ -430,46 +434,42 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2905⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2937⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [1750⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [8929⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). -- [Meme Chat](https://github.com/efortuna/memechat) [340⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. -- [Flitter](https://github.com/dart-flitter/flitter) [147⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. -- [Lime](https://github.com/fablue/lime-flutter) [230⭐] - Lime social network by Sebastian Sellmair. -- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [390⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). +- [Flutter Team Samples](https://github.com/flutter/samples) [1802⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [9119⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Meme Chat](https://github.com/efortuna/memechat) [339⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. +- [Flitter](https://github.com/dart-flitter/flitter) [148⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. +- [Lime](https://github.com/fablue/lime-flutter) [231⭐] - Lime social network by Sebastian Sellmair. +- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [396⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). - [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [301⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). - [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [382⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [528⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). -- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [411⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [492⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [259⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). -- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [427⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). -- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [177⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [232⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). -- [Taskist](https://github.com/huextrat/Taskist) [173⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). -- [Tourism](https://github.com/bluemix/tourism-demo) [89⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). -- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [150⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [532⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [416⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). +- [FlutterGram](https://github.com/mdanics/fluttergram) [499⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [262⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [432⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). +- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [178⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). +- [Trace](https://github.com/trentpiercy/trace) [237⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Taskist](https://github.com/huextrat/Taskist) [176⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). +- [Tourism](https://github.com/bluemix/tourism-demo) [91⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). +- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [156⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). -- [Deer](https://github.com/aleksanderwozniak/deer) [91⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). -- [TailorMade](https://github.com/jogboms/tailor_made) [84⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Deer](https://github.com/aleksanderwozniak/deer) [92⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [TailorMade](https://github.com/jogboms/tailor_made) [86⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). -### Block / Angular / PWA +### PWA -- [InKino](https://github.com/roughike/inKino) [1889⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). - -### State Management - - - [MobX](https://github.com/mobxjs/mobx.dart) [280⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. +- [InKino](https://github.com/roughike/inKino) [1901⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### Games -- [Flip](https://github.com/RedBrogdon/flutterflip) [89⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). +- [Flip](https://github.com/RedBrogdon/flutterflip) [90⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). - [2048](https://github.com/anuranBarman/2048) [49⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). -- [TRex](https://github.com/renancaraujo/trex-flame) [91⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). -- [Crush](https://github.com/boeledi/flutter_crush) [121⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). +- [TRex](https://github.com/renancaraujo/trex-flame) [93⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). +- [Crush](https://github.com/boeledi/flutter_crush) [122⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). - [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [35⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). - [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01). @@ -478,18 +478,20 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya). - [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). - [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [163⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). -- [FlutterIcon](http://fluttericon.com/) [67⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). +- [FlutterIcon](http://fluttericon.com/) [68⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren). +- [FVM](https://github.com/leoafarias/fvm) [37⭐] - Flutter Version Management: A simple cli to manage Flutter SDK versions. ### VSCode - [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). +- [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). ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4130⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [1613⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). -- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [280⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4183⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [1628⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [297⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). ## Books From 75ba0dc330ea2f015d0923e294af9020db43afcf Mon Sep 17 00:00:00 2001 From: Pedro Massango Date: Mon, 25 Mar 2019 12:48:50 +0100 Subject: [PATCH 085/128] Added BottomNavyBar widget plugin --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 0ebd9a7..0248af1 100644 --- a/source.md +++ b/source.md @@ -151,6 +151,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Folding Cell](https://github.com/faob-dev/folding_cell) - Fold your widget by [Faob](https://github.com/faob-dev) - [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). - [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Bottom Navy Bar](https://github.com/pedromassango/bottom_navy_bar) - A beautiful and colorful animated bottom navigation bar by [Pedro Massango](https://github.com/pedromassango). #### UI Helpers From 802796e00ba0d6855f6503d0f5cf608b0f64b013 Mon Sep 17 00:00:00 2001 From: JianyingLi Date: Tue, 26 Mar 2019 10:09:03 +0800 Subject: [PATCH 086/128] Update source.md --- source.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source.md b/source.md index 0ebd9a7..621930f 100644 --- a/source.md +++ b/source.md @@ -377,7 +377,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Log / Tracing - [Catcher](https://github.com/jhomlala/catcher) - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala) -- [Flipperkit](https://github.com/blankapp/flutter_flipperkit) [50⭐] - Use Flipper debug your Flutter apps running in an emulator/simulator or connected physical development devices by [JianyingLi](https://github.com/lijy91). ## Frameworks @@ -474,7 +473,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01) ## Utilities - +- [Flutter Debugger](https://github.com/blankapp/flutter-debugger) - is a standalone app for debugging Flutter apps, Based on [Flipper](https://github.com/facebook/flipper) and provide more functionally. by [JianyingLi](https://github.com/lijy91) - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya) - [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) - [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren) From 69ed7af7e365ae763c06d031e2bec751317a6eff Mon Sep 17 00:00:00 2001 From: JHBitencourt Date: Wed, 27 Mar 2019 13:40:49 -0300 Subject: [PATCH 087/128] Adding Flutter ready_to_go project. Twitter and medium from Brazil --- source.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source.md b/source.md index 0ebd9a7..cf733c5 100644 --- a/source.md +++ b/source.md @@ -316,6 +316,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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) - [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) - [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) +- [Ready to Go](https://github.com/JHBitencourt/ready_to_go) - A Flutter repo with a ready-to-go architecture containing flavors, bloc, device settings, json serialization and connectivity. by [JHBitencourt](https://github.com/JHBitencourt) ### Clone @@ -524,6 +525,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Flutter talk](https://github.com/JHBitencourt/flutter_talk) de introdução ao Flutter em português by [Julio Bitencourt](http://juliobitencourt.com) - Slack [Flutter Brasil](https://flutterbr.slack.com) +- Medium [Flutter Comunidade BR](https://medium.com/flutter-comunidade-br) +- Twitter [Flutter Comunidade BR](https://twitter.com/br_flutter) ### 🇨🇮 Côte d'Ivoire (Ivory Coast) From 2914d8dc59719a90573a935e7f4c86a32dfdf45c Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 27 Mar 2019 22:06:55 +0100 Subject: [PATCH 088/128] Shorten desc --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index cf733c5..1eb294a 100644 --- a/source.md +++ b/source.md @@ -316,7 +316,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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) - [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) - [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) -- [Ready to Go](https://github.com/JHBitencourt/ready_to_go) - A Flutter repo with a ready-to-go architecture containing flavors, bloc, device settings, json serialization and connectivity. by [JHBitencourt](https://github.com/JHBitencourt) +- [Ready to Go](https://github.com/JHBitencourt/ready_to_go) - Ready-to-go architecture containing flavors, bloc, device settings, json serialization and connectivity. by [JHBitencourt](https://github.com/JHBitencourt) ### Clone From 09f3317ee03df5c62286fad6c12eb825f3665966 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 27 Mar 2019 22:09:48 +0100 Subject: [PATCH 089/128] Tmp rm of ready to go --- source.md | 1 - 1 file changed, 1 deletion(-) diff --git a/source.md b/source.md index 1eb294a..8abaca4 100644 --- a/source.md +++ b/source.md @@ -316,7 +316,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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) - [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) - [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) -- [Ready to Go](https://github.com/JHBitencourt/ready_to_go) - Ready-to-go architecture containing flavors, bloc, device settings, json serialization and connectivity. by [JHBitencourt](https://github.com/JHBitencourt) ### Clone From a1bab9055f7c6880c8b816b358f1187ef6138559 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 27 Mar 2019 22:15:39 +0100 Subject: [PATCH 090/128] Flutter Debugger --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 621930f..ae9b04b 100644 --- a/source.md +++ b/source.md @@ -473,13 +473,13 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01) ## Utilities -- [Flutter Debugger](https://github.com/blankapp/flutter-debugger) - is a standalone app for debugging Flutter apps, Based on [Flipper](https://github.com/facebook/flipper) and provide more functionally. by [JianyingLi](https://github.com/lijy91) - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya) - [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) - [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren) - [FlutterIcon](http://fluttericon.com/) - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots) - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren) - [FVM](https://github.com/leoafarias/fvm) - Flutter Version Management: A simple cli to manage Flutter SDK versions. +- [Flutter Debugger](https://github.com/blankapp/flutter-debugger) - Standalone app for debugging Flutter apps based on [Flipper](https://github.com/facebook/flipper) by [JianyingLi](https://github.com/lijy91) ### VSCode From c1b4957fbc6bc6752dce22d3e549eccb30736c1f Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 27 Mar 2019 22:17:50 +0100 Subject: [PATCH 091/128] VPN plugin --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 09f9a7c..d57c363 100644 --- a/source.md +++ b/source.md @@ -345,7 +345,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo) - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). - [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) -- [VPN](https://github.com/X-dea/Flutter_VPN) - Plugin for Flutter apps to access VPN service by [Jason C.H](https://github.com/ctrysbita) +- [VPN](https://github.com/X-dea/Flutter_VPN) - Access VPN services by [Jason C.H](https://github.com/ctrysbita) #### Scanner From f20490534ef40026bd1f3bc5887b6b0e88dff1db Mon Sep 17 00:00:00 2001 From: JHBitencourt Date: Wed, 27 Mar 2019 18:38:40 -0300 Subject: [PATCH 092/128] Adding flutter ready_to_go project on Howtos --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 54e02dd..a22f15a 100644 --- a/source.md +++ b/source.md @@ -109,6 +109,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam) - [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo) - [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [Ready to Go/Flavors](https://github.com/JHBitencourt/ready_to_go) - How to properly architect your app and work with flavors (bloc, device settings, json and connectivity), by [JHBitencourt](https://github.com/JHBitencourt) ## Videos From b21e7a5c92289e57ae27ae3a7b8226a5e13b5873 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Fri, 29 Mar 2019 14:00:30 +0100 Subject: [PATCH 093/128] Flavors section --- source.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source.md b/source.md index a22f15a..bb07f9f 100644 --- a/source.md +++ b/source.md @@ -107,9 +107,12 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) - Firebase live coding - [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) - By Mehmet Fidanboylu - [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam) -- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo) - [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) -- [Ready to Go/Flavors](https://github.com/JHBitencourt/ready_to_go) - How to properly architect your app and work with flavors (bloc, device settings, json and connectivity), by [JHBitencourt](https://github.com/JHBitencourt) + +#### Flavors + +- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo) +- [Ready to Go/Flavors](https://github.com/JHBitencourt/ready_to_go) - Properly architect your app and work with flavors by [JHBitencourt](https://github.com/JHBitencourt) ## Videos From f2b3c8d67628f1194b1a02e4b62e7b49c8d32145 Mon Sep 17 00:00:00 2001 From: Sarath Date: Sat, 30 Mar 2019 11:05:23 +0530 Subject: [PATCH 094/128] Added Instory flutter app Instory is a simple Instagram story downloader app. the UI is the main attraction of this app.I started this project to show how easy is to make transitions in flutter.the app already gained attention in reddit (r/FlutterDev) and has 50+ stars on github app uses following modules and patters - Bloc pattern - Native Method calls using MethodChannels - Http - Video Playback using video_player - File writing --- source.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source.md b/source.md index bb07f9f..059b1fe 100644 --- a/source.md +++ b/source.md @@ -463,7 +463,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT) - [Deer](https://github.com/aleksanderwozniak/deer) - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak) - [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) +- [Instory](https://github.com/InvertedX/instory) - Instgram story downloader with a beautiful UI [Sarath](https://twitter.com/_sarath_kumar) +### ### PWA - [InKino](https://github.com/roughike/inKino) - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike) From c938b5bec21ba8324f8f57f7609cc412ab0c2d4a Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Mon, 1 Apr 2019 18:18:47 +0200 Subject: [PATCH 095/128] Bottoms Bars Section --- source.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source.md b/source.md index e6c98f9..15045a3 100644 --- a/source.md +++ b/source.md @@ -153,6 +153,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Folding Cell](https://github.com/faob-dev/folding_cell) - Fold your widget by [Faob](https://github.com/faob-dev) - [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). - [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/). + +#### Bottom bars + - [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). - [Circular Bottom Navigation](https://github.com/imaNNeoFighT/circular_bottom_navigation) - Beautiful animated bottom navigation bar by [Iman Khoshabi](https://github.com/imaNNeoFighT). From 59c54ed4d37f2791932b1dc570f3893600ee5181 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Fri, 12 Apr 2019 08:53:00 +0200 Subject: [PATCH 096/128] Gen > Instory app --- README.md | 428 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 223 insertions(+), 205 deletions(-) diff --git a/README.md b/README.md index 99f66cb..126bac4 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ StackOverflow - Github Repositories + Github Repositories - Entries + Entries Awesome @@ -61,7 +61,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Introduction -- [Google IO 2018](https://medium.com/flutter-io/building-beautiful-flexible-user-interfaces-with-flutter-material-theming-and-official-material-13ae9279ef19) [1.2K claps👏] - Building beautiful, flexible user interfaces. +- [Google IO 2018](https://medium.com/flutter-io/building-beautiful-flexible-user-interfaces-with-flutter-material-theming-and-official-material-13ae9279ef19) [1.3K claps👏] - Building beautiful, flexible user interfaces. - [Presentation](https://speakerdeck.com/hjjunior/why-i-chose-flutter) - by [Helio S. Junior](https://github.com/hjJunior). ### Websites / Blogs @@ -80,42 +80,46 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Animated Chat](https://codelabs.developers.google.com/codelabs/flutter/#0) - Building beautiful UIs by Google Code Labs. - [Firebase Chat](https://codelabs.developers.google.com/codelabs/flutter-firebase/#0) - Firebase integration by Google Code Labs. - [Planets-Flutter: from design to app](http://sergiandreplace.com/2017/09/planets-flutter-from-design-to-app) - Detailed planets design tutorial. -- [Todo List](https://github.com/lesnitsky/todolist_flutter) [53⭐] – Step by step tutorial how to build Todo List with Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [Todo List](https://github.com/lesnitsky/todolist_flutter) [60⭐] – Step by step tutorial how to build Todo List with Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) ### Beginner - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). - [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [1K claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). -- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [3K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). +- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [3.7K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). ### Advanced -- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [254👍] - Engine architecture by Adam Barth. -- [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [2.1K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). +- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [273👍] - Engine architecture by Adam Barth. +- [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [2.2K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). -- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [519 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). +- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [533 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com). -- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [666 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). +- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [754 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). - [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). -- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [639 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). -- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [429 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). +- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [707 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). +- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [468 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). ### Howtos -- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [482👍] - Firebase live coding. -- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [378 claps👏] - By Mehmet Fidanboylu. -- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [538 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). -- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [961 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). -- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [93⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [504👍] - Firebase live coding. +- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [390 claps👏] - By Mehmet Fidanboylu. +- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [550 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). +- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [103⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) + +#### Flavors + +- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [1K claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). +- [Ready to Go/Flavors](https://github.com/JHBitencourt/ready_to_go) [21⭐] - Properly architect your app and work with flavors by [JHBitencourt](https://github.com/JHBitencourt). ## Videos -- [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) [75🎬] - Very rich content by [Tensor Programming](http://tensor-programming.com/). +- [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) [77🎬] - Very rich content by [Tensor Programming](http://tensor-programming.com/). - [Fluttery](https://www.youtube.com/channel/UCtWyVkPpb8An90SNDTNF0Pg) - High-production value and in-depth challenges. - [Brandon Donnelson](https://www.youtube.com/playlist?list=PLBbgqtDgdc_RUWUCInIqxpY--C94C6Xjh) [55🎬] - Videos on layout, database and tips by Brandon Donnelson. -- [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [126🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). +- [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [127🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). - [Udacity](https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905) - Build Native Mobile Apps by Google. - [VoidRealms](https://www.youtube.com/playlist?list=PLUbFnGajtZlX9ubiLzYz_cw92esraiIBi) [43🎬] - Video tutorials, from basic to advanced. - [Coding With Flutter](https://www.youtube.com/watch?v=u_Lyx8KJWpg&list=PLNnAcB93JKV9iZ2cwk9MEx3_JG8BRikMP) [23🎬] - Video tutorials and live-coding examples by [Andrea Bizzotto](https://medium.com/@biz84). @@ -127,121 +131,131 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2282⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [349⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2522⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [397⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI -- [Contact Picker](https://github.com/goderbauer/contact_picker) [31⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [537⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). -- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [202⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). -- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [177⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). -- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [191⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [223⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [449⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). -- [Side Header List](https://github.com/renefloor/side_header_list_view) [133⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). -- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [162⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). -- [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [91⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [154⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). -- [Stepper Touch](https://github.com/Rahiche/stepper_touch) [68⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [118⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). -- [Snaplist](https://github.com/ariedov/flutter_snaplist) [109⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). -- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [85⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). -- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [21⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). -- [Folding Cell](https://github.com/faob-dev/folding_cell) [85⭐] - Fold your widget by [Faob](https://github.com/faob-dev). -- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [36⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [68⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Contact Picker](https://github.com/goderbauer/contact_picker) [34⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [604⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [228⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). +- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [188⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). +- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [219⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [245⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [497⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [Side Header List](https://github.com/renefloor/side_header_list_view) [145⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). +- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [176⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). +- [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [95⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [176⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Stepper Touch](https://github.com/Rahiche/stepper_touch) [76⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). +- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [139⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). +- [Snaplist](https://github.com/ariedov/flutter_snaplist) [133⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). +- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [28⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). +- [Folding Cell](https://github.com/faob-dev/folding_cell) [96⭐] - Fold your widget by [Faob](https://github.com/faob-dev). +- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [50⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [243⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). + +#### Bottom bars + +- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [94⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Circular Bottom Navigation](https://github.com/imaNNeoFighT/circular_bottom_navigation) [113⭐] - Beautiful animated bottom navigation bar by [Iman Khoshabi](https://github.com/imaNNeoFighT). +- [Bottom Navy Bar](https://github.com/pedromassango/bottom_navy_bar) [83⭐] - Beautiful and colorful animated bottom navigation bar by [Pedro Massango](https://github.com/pedromassango). + +#### Sliders + +- [RangeSlider](https://github.com/boeledi/RangeSlider) [126⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). +- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [97⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). +- [Flutter Xlider](https://github.com/Ali-Azmoud/flutter_xlider) [33⭐] - A material design slider and range slider, horizontal and vertical, with RTL support by [Ali-Azmoud](https://github.com/Ali-Azmoud). #### UI Helpers -- [Reorderables](https://github.com/hanshengchiu/reorderables) [18⭐] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [212⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [34⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). -- [Offline](https://github.com/jogboms/flutter_offline) [217⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Reorderables](https://github.com/hanshengchiu/reorderables) [26⭐] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [243⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [39⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). +- [Offline](https://github.com/jogboms/flutter_offline) [240⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). #### Material Design -- [Material Color Picker](https://github.com/long1eu/material_color_picker) [47⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). -- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [101⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [490⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). -- [RangeSlider](https://github.com/boeledi/RangeSlider) [108⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). +- [Material Color Picker](https://github.com/long1eu/material_color_picker) [52⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). +- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [110⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). +- [Slidable](https://github.com/letsar/flutter_slidable) [550⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [338⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [316⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [123⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [365⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [362⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Wave](https://github.com/i-protoss/wave) [150⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar -- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [64⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). +- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [69⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh). -- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [37⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [66⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [209⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). -- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [114⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). -- [Photo View](https://github.com/renancaraujo/photo_view) [317⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). -- [SVG](https://github.com/dnfield/flutter_svg) [279⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [219⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [405⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [177⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). -- [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [10⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [239⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [121⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). +- [Photo View](https://github.com/renancaraujo/photo_view) [358⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). +- [SVG](https://github.com/dnfield/flutter_svg) [315⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [246⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [464⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [206⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [19⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith). ### Map -- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [356⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). -- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [45⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [553⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). -- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [198⭐] - Interactive, customizable vector maps by Mapbox. +- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [367⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). +- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [51⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). +- [Map](https://github.com/apptreesoftware/flutter_map) [603⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [201⭐] - Interactive, customizable vector maps by Mapbox. ### Charts -- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [181⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/mzimmerm/flutter_charts) [117⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). -- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [114⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [573⭐] - By Google Charts Team. -- [Flutter Plot](https://github.com/RCHowell/flutter_plot) [17⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). -- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [101⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). -- [FCharts](https://github.com/thekeenant/fcharts) [238⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [191⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/mzimmerm/flutter_charts) [126⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). +- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [122⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/google/charts) [655⭐] - By Google Charts Team. +- [Flutter Plot](https://github.com/RCHowell/flutter_plot) [19⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). +- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [119⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). +- [FCharts](https://github.com/thekeenant/fcharts) [253⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [905⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). -- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [40⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). +- [Fluro](https://github.com/goposse/fluro) [1055⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [45⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). ### Auth - [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android. -- [Login](https://github.com/AppleEducate/flutter_login) [262⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). +- [Login](https://github.com/AppleEducate/flutter_login) [299⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. -- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [157⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). -- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [102⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). +- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [176⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). +- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [106⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). -- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [514 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). -- [SimpleAuth](https://github.com/Clancey/simple_auth) [91⭐] - 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). -- [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) [11⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [551 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). +- [SimpleAuth](https://github.com/Clancey/simple_auth) [102⭐] - 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). +- [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) [12⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). ### Text & Rich Content -- [Markdown](https://github.com/flutter/flutter_markdown) [201⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. -- [Rich Text Editor](https://github.com/long1eu/rich_editor) [72⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). -- [Masked Text](https://github.com/benhurott/flutter-masked-text) [65⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). -- [Zefyr](https://github.com/memspace/zefyr) [441⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). -- [AutoSizeText](https://github.com/leisim/auto_size_text) [231⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). +- [Markdown](https://github.com/flutter/flutter_markdown) [215⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. +- [Rich Text Editor](https://github.com/long1eu/rich_editor) [75⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). +- [Masked Text](https://github.com/benhurott/flutter-masked-text) [78⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). +- [Zefyr](https://github.com/memspace/zefyr) [500⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). +- [AutoSizeText](https://github.com/leisim/auto_size_text) [267⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). ### Analytics -- [Usage](https://github.com/dart-lang/usage) [50⭐] - Google Analytics wrapper for command-line, web, and Flutter apps. +- [Usage](https://github.com/dart-lang/usage) [53⭐] - Google Analytics wrapper for command-line, web, and Flutter apps. - [Firebase Analytics](https://github.com/flutter/plugins/tree/master/packages/firebase_analytics) - Connect to Firebase Analytics API. - [Segment.com Analytics](https://github.com/FaisalAbid/segment-analytics-flutter) [6⭐] - Make your Segment.com analytics a breeze! by [Faisal Abid](https://twitter.com/FaisalAbid). -- [Pure Mixpanel](https://github.com/seenickcode/pure_mixpanel) [6⭐] - Analytics for the popular [Mixpanel.com](https://mixpanel.com) [Nick Manning](https://twitter.com/seenickcode). +- [Pure Mixpanel](https://github.com/seenickcode/pure_mixpanel) [8⭐] - Analytics for the popular [Mixpanel.com](https://mixpanel.com) [Nick Manning](https://twitter.com/seenickcode). ### Build automation @@ -250,76 +264,76 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Bitrise for Flutter](https://devcenter.bitrise.io/getting-started/getting-started-with-flutter-apps/) - Flutter build, test and deployment automation, free for Open Source and smaller projects. - [Code Magic](https://codemagic.io/) - Automate the entire flow, build and distribution by (NeverCode)[https://nevercode.io/]. -- [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) [40⭐] - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) [43⭐] - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov). #### Build articles -- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [406 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). -- [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) [263 claps👏] - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [459 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) [264 claps👏] - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov). - [Automatic code signing for iOS without Mac](https://blog.codemagic.io/automatic-code-signing-for-ios-that-doesnt-require-a-mac/) by Helina Ariva ### Styling -- [Flutterial](https://github.com/rxlabz/flutterial) [202⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). -- [Pigment](https://github.com/bregydoc/pigment) [72⭐] - Simple but useful package for use colors in flutter. +- [Flutterial](https://github.com/rxlabz/flutterial) [234⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Pigment](https://github.com/bregydoc/pigment) [78⭐] - Simple but useful package for use colors in flutter. ### Media #### Audio -- [Audio Plugin](https://github.com/rxlabz/audioplayer) [242⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). -- [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [71⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). -- [Stereo](https://github.com/2find/stereo) [45⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). -- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [66⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). +- [Audio Plugin](https://github.com/rxlabz/audioplayer) [263⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [75⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). +- [Stereo](https://github.com/2find/stereo) [47⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). +- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [82⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). #### Video -- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [402⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). -- [Chewie](https://github.com/brianegan/chewie) [298⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). +- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [458⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). +- [Chewie](https://github.com/brianegan/chewie) [355⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice -- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [113⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [126⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). - [OK Google](https://marcinszalek.pl/flutter/ok-google-flutter/) - Integrate google assistant by [Marcin Szalek](https://marcinszalek.pl/). ### Storage - [Firebase Storage](https://github.com/flutter/plugins/tree/master/packages/firebase_storage) - Firebase as data storage. -- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [119⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). +- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [148⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). ### Monetization - [Admob](https://pub.dartlang.org/packages/admob) - GoogleAdmob supports interstitial ads in both iOS and Android by Brett Nesbitt. - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase. -- [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [76⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). +- [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [78⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). - [Payments](https://github.com/pplante/flutter_payments) [20⭐] - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co). -- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [182⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). +- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [202⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). - [Admob Flutter](https://github.com/YoussefKababe/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe). ## Templates -- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [228⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). -- [Mates](https://github.com/CodemateLtd/FlutterMates) [287⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). -- [Weather](https://github.com/alessandroaime/Weather) [93⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2487⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). -- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [368⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [629⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). -- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [58⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). -- [Music Player](https://github.com/thosakwe/flutter_music_player) [100⭐] - music player component by [Tobe O](https://thosakwe.com/). -- [Dashboard](https://github.com/Ivaskuu/dashboard) [329⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Todo](https://github.com/littlemarc2011/FlutterTodo) [239⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). -- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [197⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2206⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). -- [Book](https://github.com/putraxor/flutter-book-app) [137⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [509⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). -- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [81⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). -- [DrawApp](https://github.com/SnakeyHips/drawapp) [72⭐] - 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). -- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [203⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). -- [Feather](https://github.com/jhomlala/feather) [134⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala). +- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [242⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). +- [Mates](https://github.com/CodemateLtd/FlutterMates) [294⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). +- [Weather](https://github.com/alessandroaime/Weather) [99⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2799⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [388⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [677⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [62⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). +- [Music Player](https://github.com/thosakwe/flutter_music_player) [112⭐] - music player component by [Tobe O](https://thosakwe.com/). +- [Dashboard](https://github.com/Ivaskuu/dashboard) [357⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Todo](https://github.com/littlemarc2011/FlutterTodo) [256⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). +- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [205⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2485⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [Book](https://github.com/putraxor/flutter-book-app) [149⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [568⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [94⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). +- [DrawApp](https://github.com/SnakeyHips/drawapp) [80⭐] - 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). +- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [233⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). +- [Feather](https://github.com/jhomlala/feather) [157⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala). ### Clone -- [GitTouch](https://github.com/pd4d10/git-touch) [46⭐] - Open source GitHub client by [Rongjian Zhang](https://github.com/pd4d10). +- [GitTouch](https://github.com/pd4d10/git-touch) [56⭐] - Open source GitHub client by [Rongjian Zhang](https://github.com/pd4d10). ### Machine Learning @@ -330,54 +344,54 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [529⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). -- [Location](https://github.com/Lyokone/flutterlocation) [199⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [574⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [Location](https://github.com/Lyokone/flutterlocation) [223⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). -- [Geolocation](https://github.com/loup-v/geolocation) [125⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). -- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [311⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Geolocation](https://github.com/loup-v/geolocation) [129⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). +- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [354⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). -- [Get Version](https://github.com/AppleEducate/get_version) [39⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). -- [Badger](https://github.com/g123k/flutter_app_badger) [64⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). -- [UDID](https://github.com/GigaDroid/flutter_udid) [38⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). -- [Downloader](https://github.com/hnvn/flutter_downloader) [134⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). -- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [179⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). -- [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [11⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). -- [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [21⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). -- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [34⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). +- [Get Version](https://github.com/AppleEducate/get_version) [40⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). +- [Badger](https://github.com/g123k/flutter_app_badger) [72⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). +- [UDID](https://github.com/GigaDroid/flutter_udid) [49⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). +- [Downloader](https://github.com/hnvn/flutter_downloader) [165⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). +- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [220⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [14⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [24⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). +- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [43⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). +- [VPN](https://github.com/X-dea/Flutter_VPN) - Access VPN services by [Jason C.H](https://github.com/ctrysbita). #### Scanner -- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [89⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). -- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [85⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). +- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [101⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). +- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [99⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [460⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). -- [Beacons](https://github.com/loup-v/beacons) [24⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). -- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [64⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). +- [Blue](https://github.com/pauldemarco/flutter_blue) [506⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Beacons](https://github.com/loup-v/beacons) [27⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). +- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [70⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). - [Beacon broadcast](https://github.com/pszklarska/beacon_broadcast) [12⭐] - Library for turning your phone into a beacon by [Paulina Szklarska](https://github.com/pszklarska/). ### Storage -- [Sqflite](https://github.com/tekartik/sqflite) [738⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). -- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [46⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). +- [Sqflite](https://github.com/tekartik/sqflite) [823⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). +- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [53⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). ### Services -- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [173⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). -- [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [49⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). +- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [186⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). +- [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [56⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). - [Intercom](https://pub.dartlang.org/packages/intercom) [18⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). -- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [149⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). -- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [148⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). -- [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [35⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). -- [App Rating](https://github.com/AppleEducate/app_review) [54⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). -- [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) [7⭐] Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) +- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [164⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). +- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [165⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). +- [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [36⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). +- [App Rating](https://github.com/AppleEducate/app_review) [55⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). +- [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) [8⭐] Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) ### Log / Tracing -- [Catcher](https://github.com/jhomlala/catcher) [93⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). -- [Flipperkit](https://github.com/blankapp/flutter_flipperkit) [50⭐] - Use Flipper debug your Flutter apps running in an emulator/simulator or connected physical development devices by [JianyingLi](https://github.com/lijy91). +- [Catcher](https://github.com/jhomlala/catcher) [108⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). ## Frameworks @@ -385,102 +399,104 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Standard -- [Bloc](https://github.com/felangel/bloc) [821⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). -- [MobX](https://github.com/mobxjs/mobx.dart) [295⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. +- [Bloc](https://github.com/felangel/bloc) [1101⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [MobX](https://github.com/mobxjs/mobx.dart) [375⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. #### Redux / ELM / Dependency Injection -- [Built redux](https://github.com/davidmarne/flutter_built_redux) [65⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). -- [Redux.dart](https://github.com/johnpryan/redux.dart) [253⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [666⭐] - 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. -- [Dartea](https://github.com/p69/dartea) [55⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). -- [Inject](https://github.com/google/inject.dart) [373⭐] - Compile-time dependency injection by Google. -- [Flux](https://github.com/google/flutter_flux) [287⭐] - Implementation of the Flux framework by Google. -- [Fish](https://github.com/alibaba/fish-redux) [2890⭐] - Alibaba Redux implementation. +- [Built redux](https://github.com/davidmarne/flutter_built_redux) [68⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). +- [Redux.dart](https://github.com/johnpryan/redux.dart) [266⭐] - 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). +- [Redux](https://github.com/brianegan/flutter_redux) [736⭐] - 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. +- [Dartea](https://github.com/p69/dartea) [58⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). +- [Inject](https://github.com/google/inject.dart) [398⭐] - Compile-time dependency injection by Google. +- [Flux](https://github.com/google/flutter_flux) [296⭐] - Implementation of the Flux framework by Google. +- [Fish](https://github.com/alibaba/fish-redux) [3717⭐] - Alibaba Redux implementation. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [408⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). -- [Functional widget](https://github.com/rrousselGit/functional_widget) [84⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [457⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Functional widget](https://github.com/rrousselGit/functional_widget) [93⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [625⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). -- [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [32⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/). +- [Graphql](https://github.com/zino-app/graphql-flutter) [702⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [40⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/). ### Animation -- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [135⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [586⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Villains](https://github.com/Norbert515/flutter_villains) [164⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [229⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Drawing Animation](https://github.com/biocarl/drawing_animation) [69⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). +- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [152⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [667⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Villains](https://github.com/Norbert515/flutter_villains) [175⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [257⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Drawing Animation](https://github.com/biocarl/drawing_animation) [84⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [866⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) [624⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). +- [Flame](https://github.com/luanpotter/flame) [981⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) [660⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc -- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [135⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). +- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [147⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). - [Frideos](https://github.com/frideosapps/frideos_flutter) - Helpers for streams, BLoC pattern and various widgets (blur, transitions, timed widgets, ...) by [Francesco Mineo](https://github.com/frideosapps). ### Testing -- [Ozzie](https://github.com/jorgecoca/ozzie.flutter) [78⭐] - Ozzie will take an screenshot during integration tests whenever you need by [Jorge Coca](https://github.com/jorgecoca). +- [Ozzie](https://github.com/jorgecoca/ozzie.flutter) [87⭐] - Ozzie will take an screenshot during integration tests whenever you need by [Jorge Coca](https://github.com/jorgecoca). ## Open Source Apps ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [2937⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [3171⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [1802⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [9119⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). -- [Meme Chat](https://github.com/efortuna/memechat) [339⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. -- [Flitter](https://github.com/dart-flitter/flitter) [148⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. -- [Lime](https://github.com/fablue/lime-flutter) [231⭐] - Lime social network by Sebastian Sellmair. -- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [396⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). -- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [301⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). -- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [382⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [532⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). -- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [416⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [499⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [262⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). -- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [432⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). -- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [178⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [237⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). -- [Taskist](https://github.com/huextrat/Taskist) [176⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). -- [Tourism](https://github.com/bluemix/tourism-demo) [91⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). -- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [156⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). +- [Flutter Team Samples](https://github.com/flutter/samples) [2142⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [10476⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Meme Chat](https://github.com/efortuna/memechat) [353⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. +- [Flitter](https://github.com/dart-flitter/flitter) [152⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. +- [Lime](https://github.com/fablue/lime-flutter) [238⭐] - Lime social network by Sebastian Sellmair. +- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [421⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). +- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [313⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). +- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [392⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [567⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [467⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). +- [FlutterGram](https://github.com/mdanics/fluttergram) [546⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [281⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [462⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). +- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [190⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). +- [Trace](https://github.com/trentpiercy/trace) [262⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Taskist](https://github.com/huextrat/Taskist) [199⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). +- [Tourism](https://github.com/bluemix/tourism-demo) [98⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). +- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [175⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). -- [Deer](https://github.com/aleksanderwozniak/deer) [92⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). -- [TailorMade](https://github.com/jogboms/tailor_made) [86⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Deer](https://github.com/aleksanderwozniak/deer) [103⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [TailorMade](https://github.com/jogboms/tailor_made) [93⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Instory](https://github.com/InvertedX/instory) [71⭐] - Instgram story downloader with a beautiful UI [Sarath](https://twitter.com/_sarath_kumar). +### ### PWA -- [InKino](https://github.com/roughike/inKino) [1901⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [2059⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### Games -- [Flip](https://github.com/RedBrogdon/flutterflip) [90⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). -- [2048](https://github.com/anuranBarman/2048) [49⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). -- [TRex](https://github.com/renancaraujo/trex-flame) [93⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). -- [Crush](https://github.com/boeledi/flutter_crush) [122⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). -- [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [35⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). +- [Flip](https://github.com/RedBrogdon/flutterflip) [98⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). +- [2048](https://github.com/anuranBarman/2048) [57⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). +- [TRex](https://github.com/renancaraujo/trex-flame) [103⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). +- [Crush](https://github.com/boeledi/flutter_crush) [138⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). +- [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [37⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). - [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01). ## Utilities - - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya). - [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). -- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [163⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). -- [FlutterIcon](http://fluttericon.com/) [68⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). +- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [178⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). +- [FlutterIcon](http://fluttericon.com/) [75⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren). -- [FVM](https://github.com/leoafarias/fvm) [37⭐] - Flutter Version Management: A simple cli to manage Flutter SDK versions. +- [FVM](https://github.com/leoafarias/fvm) [41⭐] - Flutter Version Management: A simple cli to manage Flutter SDK versions. +- [Flutter Debugger](https://github.com/blankapp/flutter-debugger) - Standalone app for debugging Flutter apps based on [Flipper](https://github.com/facebook/flipper) by [JianyingLi](https://github.com/lijy91). ### VSCode @@ -489,9 +505,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4183⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [1628⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). -- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [297⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4481⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [2147⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [395⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). ## Books @@ -504,7 +520,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Fun -- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [229👍] +- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [243👍] ## Community @@ -524,6 +540,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Flutter talk](https://github.com/JHBitencourt/flutter_talk) de introdução ao Flutter em português by [Julio Bitencourt](http://juliobitencourt.com) - Slack [Flutter Brasil](https://flutterbr.slack.com) +- Medium [Flutter Comunidade BR](https://medium.com/flutter-comunidade-br) +- Twitter [Flutter Comunidade BR](https://twitter.com/br_flutter) ### 🇨🇮 Côte d'Ivoire (Ivory Coast) From e0a89829d7c6ada76fb50ab5ce0665439f58d833 Mon Sep 17 00:00:00 2001 From: Olexandr Leuschenko <4376913+olexale@users.noreply.github.com> Date: Fri, 12 Apr 2019 16:25:13 +0300 Subject: [PATCH 097/128] Add "Augmented Reality" section and "ARKit Plugin" --- source.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source.md b/source.md index 8fce4d8..f39617b 100644 --- a/source.md +++ b/source.md @@ -393,6 +393,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Catcher](https://github.com/jhomlala/catcher) - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala) +### Augmented Reality + +- [ARKit Plugin](https://github.com/olexale/arkit_flutter_plugin) - Wrapper for ARKit - Apple's augmented reality (AR) development platform for iOS mobile devices by [Olexandr Leuschenko](https://github.com/olexale). + ## Frameworks ### State management From a56b74b7d00eeb9838bbcfa86c390ebd892a0854 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Fri, 12 Apr 2019 17:21:50 +0200 Subject: [PATCH 098/128] ARKit --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index f39617b..a12341e 100644 --- a/source.md +++ b/source.md @@ -395,7 +395,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Augmented Reality -- [ARKit Plugin](https://github.com/olexale/arkit_flutter_plugin) - Wrapper for ARKit - Apple's augmented reality (AR) development platform for iOS mobile devices by [Olexandr Leuschenko](https://github.com/olexale). +- [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). ## Frameworks From 387826dfefabc0a13e062e9012c591701a639fb6 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Fri, 12 Apr 2019 17:24:02 +0200 Subject: [PATCH 099/128] Gen > ARKit Add "Augmented Reality" section and "ARKit Plugin" --- README.md | 126 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 65 insertions(+), 61 deletions(-) diff --git a/README.md b/README.md index 126bac4..e2bb79b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ StackOverflow - Github Repositories + Github Repositories Entries @@ -91,7 +91,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Advanced -- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [273👍] - Engine architecture by Adam Barth. +- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [274👍] - Engine architecture by Adam Barth. - [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [2.2K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). - [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [533 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). @@ -106,7 +106,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [504👍] - Firebase live coding. - [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [390 claps👏] - By Mehmet Fidanboylu. -- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [550 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). +- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [551 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). - [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [103⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) #### Flavors @@ -131,24 +131,24 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2522⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2526⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). - [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [397⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI - [Contact Picker](https://github.com/goderbauer/contact_picker) [34⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [604⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [606⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). - [Sticky Header](https://github.com/letsar/flutter_sticky_header) [228⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). - [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [188⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). -- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [219⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [245⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [497⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). -- [Side Header List](https://github.com/renefloor/side_header_list_view) [145⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). +- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [220⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [246⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [500⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [Side Header List](https://github.com/renefloor/side_header_list_view) [146⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). - [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [176⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [95⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [176⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [177⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). - [Stepper Touch](https://github.com/Rahiche/stepper_touch) [76⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [139⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). +- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [140⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). - [Snaplist](https://github.com/ariedov/flutter_snaplist) [133⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). - [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [28⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). - [Folding Cell](https://github.com/faob-dev/folding_cell) [96⭐] - Fold your widget by [Faob](https://github.com/faob-dev). @@ -158,8 +158,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Bottom bars - [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [94⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). -- [Circular Bottom Navigation](https://github.com/imaNNeoFighT/circular_bottom_navigation) [113⭐] - Beautiful animated bottom navigation bar by [Iman Khoshabi](https://github.com/imaNNeoFighT). -- [Bottom Navy Bar](https://github.com/pedromassango/bottom_navy_bar) [83⭐] - Beautiful and colorful animated bottom navigation bar by [Pedro Massango](https://github.com/pedromassango). +- [Circular Bottom Navigation](https://github.com/imaNNeoFighT/circular_bottom_navigation) [114⭐] - Beautiful animated bottom navigation bar by [Iman Khoshabi](https://github.com/imaNNeoFighT). +- [Bottom Navy Bar](https://github.com/pedromassango/bottom_navy_bar) [84⭐] - Beautiful and colorful animated bottom navigation bar by [Pedro Massango](https://github.com/pedromassango). #### Sliders @@ -172,13 +172,13 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Reorderables](https://github.com/hanshengchiu/reorderables) [26⭐] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu). - [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [243⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). - [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [39⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). -- [Offline](https://github.com/jogboms/flutter_offline) [240⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Offline](https://github.com/jogboms/flutter_offline) [241⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). #### Material Design - [Material Color Picker](https://github.com/long1eu/material_color_picker) [52⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). - [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [110⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [550⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [Slidable](https://github.com/letsar/flutter_slidable) [551⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). #### Effect @@ -192,7 +192,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [69⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh). -- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [66⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [68⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). ### Image @@ -202,7 +202,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Photo View](https://github.com/renancaraujo/photo_view) [358⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). - [SVG](https://github.com/dnfield/flutter_svg) [315⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). - [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [246⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [464⭐] - Show images from the internet and keep them in the cache directory by. +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [465⭐] - Show images from the internet and keep them in the cache directory by. - [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [206⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). - [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [19⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith). @@ -211,21 +211,21 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [367⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). - [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [51⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). - [Map](https://github.com/apptreesoftware/flutter_map) [603⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). -- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [201⭐] - Interactive, customizable vector maps by Mapbox. +- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [202⭐] - Interactive, customizable vector maps by Mapbox. ### Charts - [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [191⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). - [Charts](https://github.com/mzimmerm/flutter_charts) [126⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). - [Sparkline](https://github.com/xqwzts/flutter_sparkline) [122⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [655⭐] - By Google Charts Team. +- [Charts](https://github.com/google/charts) [657⭐] - By Google Charts Team. - [Flutter Plot](https://github.com/RCHowell/flutter_plot) [19⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). - [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [119⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). - [FCharts](https://github.com/thekeenant/fcharts) [253⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [1055⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [Fluro](https://github.com/goposse/fluro) [1057⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). - [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [45⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). @@ -289,7 +289,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Video - [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [458⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). -- [Chewie](https://github.com/brianegan/chewie) [355⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). +- [Chewie](https://github.com/brianegan/chewie) [356⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice @@ -315,21 +315,21 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [242⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). - [Mates](https://github.com/CodemateLtd/FlutterMates) [294⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). - [Weather](https://github.com/alessandroaime/Weather) [99⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2799⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). -- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [388⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [677⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2803⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [389⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [678⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). - [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [62⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). - [Music Player](https://github.com/thosakwe/flutter_music_player) [112⭐] - music player component by [Tobe O](https://thosakwe.com/). -- [Dashboard](https://github.com/Ivaskuu/dashboard) [357⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Todo](https://github.com/littlemarc2011/FlutterTodo) [256⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). +- [Dashboard](https://github.com/Ivaskuu/dashboard) [358⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Todo](https://github.com/littlemarc2011/FlutterTodo) [257⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). - [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [205⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2485⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2488⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). - [Book](https://github.com/putraxor/flutter-book-app) [149⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [568⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [569⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). - [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [94⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). -- [DrawApp](https://github.com/SnakeyHips/drawapp) [80⭐] - 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). +- [DrawApp](https://github.com/SnakeyHips/drawapp) [81⭐] - 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). - [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [233⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). -- [Feather](https://github.com/jhomlala/feather) [157⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala). +- [Feather](https://github.com/jhomlala/feather) [158⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala). ### Clone @@ -344,18 +344,18 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [574⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [577⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). - [Location](https://github.com/Lyokone/flutterlocation) [223⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). - [Geolocation](https://github.com/loup-v/geolocation) [129⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). -- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [354⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [355⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). - [Get Version](https://github.com/AppleEducate/get_version) [40⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). -- [Badger](https://github.com/g123k/flutter_app_badger) [72⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). +- [Badger](https://github.com/g123k/flutter_app_badger) [73⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). - [UDID](https://github.com/GigaDroid/flutter_udid) [49⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). -- [Downloader](https://github.com/hnvn/flutter_downloader) [165⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). -- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [220⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [Downloader](https://github.com/hnvn/flutter_downloader) [166⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). +- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [221⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [14⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [24⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). - [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [43⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). @@ -368,7 +368,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [506⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Blue](https://github.com/pauldemarco/flutter_blue) [507⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). - [Beacons](https://github.com/loup-v/beacons) [27⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). - [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [70⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). - [Beacon broadcast](https://github.com/pszklarska/beacon_broadcast) [12⭐] - Library for turning your phone into a beacon by [Paulina Szklarska](https://github.com/pszklarska/). @@ -380,7 +380,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Services -- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [186⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). +- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [187⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). - [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [56⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). - [Intercom](https://pub.dartlang.org/packages/intercom) [18⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). - [MLKit](https://github.com/azihsoyn/flutter_mlkit) [164⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). @@ -391,7 +391,11 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Log / Tracing -- [Catcher](https://github.com/jhomlala/catcher) [108⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). +- [Catcher](https://github.com/jhomlala/catcher) [109⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). + +### Augmented Reality + +- [ARKit Plugin](https://github.com/olexale/arkit_flutter_plugin) [12⭐] - Wrapper for ARKit - Apple's augmented reality platform for iOS by [Olexandr Leuschenko](https://github.com/olexale). ## Frameworks @@ -399,22 +403,22 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Standard -- [Bloc](https://github.com/felangel/bloc) [1101⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). -- [MobX](https://github.com/mobxjs/mobx.dart) [375⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. +- [Bloc](https://github.com/felangel/bloc) [1107⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [MobX](https://github.com/mobxjs/mobx.dart) [376⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. #### Redux / ELM / Dependency Injection - [Built redux](https://github.com/davidmarne/flutter_built_redux) [68⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). - [Redux.dart](https://github.com/johnpryan/redux.dart) [266⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [736⭐] - 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. +- [Redux](https://github.com/brianegan/flutter_redux) [737⭐] - 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. - [Dartea](https://github.com/p69/dartea) [58⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). -- [Inject](https://github.com/google/inject.dart) [398⭐] - Compile-time dependency injection by Google. +- [Inject](https://github.com/google/inject.dart) [399⭐] - Compile-time dependency injection by Google. - [Flux](https://github.com/google/flutter_flux) [296⭐] - Implementation of the Flux framework by Google. -- [Fish](https://github.com/alibaba/fish-redux) [3717⭐] - Alibaba Redux implementation. +- [Fish](https://github.com/alibaba/fish-redux) [3721⭐] - Alibaba Redux implementation. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [457⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [459⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). - [Functional widget](https://github.com/rrousselGit/functional_widget) [93⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data @@ -425,15 +429,15 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Animation - [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [152⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [667⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [669⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). - [Villains](https://github.com/Norbert515/flutter_villains) [175⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). - [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [257⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). - [Drawing Animation](https://github.com/biocarl/drawing_animation) [84⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [981⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) [660⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). +- [Flame](https://github.com/luanpotter/flame) [983⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) [661⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc @@ -448,25 +452,25 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [3171⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [3173⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [2142⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [10476⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Flutter Team Samples](https://github.com/flutter/samples) [2146⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [10501⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). - [Meme Chat](https://github.com/efortuna/memechat) [353⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. - [Flitter](https://github.com/dart-flitter/flitter) [152⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. - [Lime](https://github.com/fablue/lime-flutter) [238⭐] - Lime social network by Sebastian Sellmair. -- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [421⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). -- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [313⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). +- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [422⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). +- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [314⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). - [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [392⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). - [Music Player](https://github.com/iampawan/Flutter-Music-Player) [567⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). - [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [467⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [546⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [281⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [FlutterGram](https://github.com/mdanics/fluttergram) [547⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [283⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). - [Cinematic](https://github.com/aaronoe/FlutterCinematic) [462⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). - [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [190⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [262⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Trace](https://github.com/trentpiercy/trace) [264⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). - [Taskist](https://github.com/huextrat/Taskist) [199⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). - [Tourism](https://github.com/bluemix/tourism-demo) [98⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). - [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [175⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). @@ -478,14 +482,14 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### ### PWA -- [InKino](https://github.com/roughike/inKino) [2059⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [2060⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### Games - [Flip](https://github.com/RedBrogdon/flutterflip) [98⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). - [2048](https://github.com/anuranBarman/2048) [57⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). -- [TRex](https://github.com/renancaraujo/trex-flame) [103⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). -- [Crush](https://github.com/boeledi/flutter_crush) [138⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). +- [TRex](https://github.com/renancaraujo/trex-flame) [104⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). +- [Crush](https://github.com/boeledi/flutter_crush) [139⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). - [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [37⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). - [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01). @@ -505,9 +509,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4481⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [2147⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). -- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [395⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4485⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [2183⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [397⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). ## Books From c1454c707bf5e94b08d483bbc7820fa11c3a7c18 Mon Sep 17 00:00:00 2001 From: Jaumard Date: Sat, 13 Apr 2019 12:46:54 +0200 Subject: [PATCH 100/128] Add camera ml vision plugin on scanner category --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index a12341e..522e9cc 100644 --- a/source.md +++ b/source.md @@ -365,6 +365,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) - QR Code reader plugin by [Matheus Villela](https://github.com/villela) - [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) - Live multicode reader by [Facundo Medica](https://github.com/facundomedica) +- [ML Vision camera stream](https://github.com/santetis/flutter_camera_ml_vision) - Do ML vision recognitions with live camera stream by [Aumard Jimmy](https://github.com/jaumard) and [Santetis](https://github.com/santetis). #### Bluetooth / NFC / Beacon From e5738ade532feddab91a3e77eebc62cc1821e6bf Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sat, 13 Apr 2019 13:04:52 +0200 Subject: [PATCH 101/128] ML vision stargazers --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 522e9cc..63035c5 100644 --- a/source.md +++ b/source.md @@ -363,9 +363,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Scanner +- [ML Vision Camera Stream](https://github.com/santetis/flutter_camera_ml_vision) - ML vision recognitions with live camera stream by [Aumard Jimmy](https://github.com/jaumard) and [Santetis](https://github.com/santetis). - [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) - QR Code reader plugin by [Matheus Villela](https://github.com/villela) - [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) - Live multicode reader by [Facundo Medica](https://github.com/facundomedica) -- [ML Vision camera stream](https://github.com/santetis/flutter_camera_ml_vision) - Do ML vision recognitions with live camera stream by [Aumard Jimmy](https://github.com/jaumard) and [Santetis](https://github.com/santetis). #### Bluetooth / NFC / Beacon From 5fef457aa889b2b3a46c4aced393806f6dc8eeba Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sat, 13 Apr 2019 13:14:04 +0200 Subject: [PATCH 102/128] Vision section --- source.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/source.md b/source.md index 63035c5..701b715 100644 --- a/source.md +++ b/source.md @@ -337,6 +337,19 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Machine Learning +- [MLKit](https://github.com/azihsoyn/flutter_mlkit) - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn) +- [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) + +### Vision + +- [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). +- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly) + +#### Augmented Reality + +- [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). + + ## Plugins - [Pub Plugins](https://pub.dartlang.org/flutter/plugins) - Plugins filter in Dart Pub Repository. @@ -363,7 +376,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Scanner -- [ML Vision Camera Stream](https://github.com/santetis/flutter_camera_ml_vision) - ML vision recognitions with live camera stream by [Aumard Jimmy](https://github.com/jaumard) and [Santetis](https://github.com/santetis). - [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) - QR Code reader plugin by [Matheus Villela](https://github.com/villela) - [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) - Live multicode reader by [Facundo Medica](https://github.com/facundomedica) @@ -381,23 +393,16 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Services -- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly) - [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/) - [Intercom](https://pub.dartlang.org/packages/intercom) - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n) -- [MLKit](https://github.com/azihsoyn/flutter_mlkit) - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn) - [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) - Push notification service by [OneSignal](https://github.com/OneSignal) - [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) - [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) -- [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) ### Log / Tracing - [Catcher](https://github.com/jhomlala/catcher) - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala) -### Augmented Reality - -- [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). - ## Frameworks ### State management From e7a64b4c99b07e023fcced1d590ab79db9fc3dba Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sat, 13 Apr 2019 13:19:18 +0200 Subject: [PATCH 103/128] Cleanup --- source.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/source.md b/source.md index 701b715..6da5565 100644 --- a/source.md +++ b/source.md @@ -116,15 +116,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ## Videos +- [Boring Show](https://www.youtube.com/results?search_query=%23BoringShow) - Exploration with the Flutter Team. - [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) - Very rich content by [Tensor Programming](http://tensor-programming.com/) - [Fluttery](https://www.youtube.com/channel/UCtWyVkPpb8An90SNDTNF0Pg) - High-production value and in-depth challenges. -- [Brandon Donnelson](https://www.youtube.com/playlist?list=PLBbgqtDgdc_RUWUCInIqxpY--C94C6Xjh) - Videos on layout, database and tips by Brandon Donnelson - [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan) -- [Udacity](https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905) - Build Native Mobile Apps by Google. -- [VoidRealms](https://www.youtube.com/playlist?list=PLUbFnGajtZlX9ubiLzYz_cw92esraiIBi) - Video tutorials, from basic to advanced -- [Coding With Flutter](https://www.youtube.com/watch?v=u_Lyx8KJWpg&list=PLNnAcB93JKV9iZ2cwk9MEx3_JG8BRikMP) - Video tutorials and live-coding examples by [Andrea Bizzotto](https://medium.com/@biz84). -- [Flutter Crash Course](https://fluttercrashcourse.com) - Free video course by [Nick Manning](https://twitter.com/seenickcode). -- [Boring Show](https://www.youtube.com/results?search_query=%23BoringShow) - Exploration with the Flutter Team. ## Components From f52d9ba9e4f5c016c1b79da9e0f009937286b0df Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Thu, 18 Apr 2019 22:14:15 +0200 Subject: [PATCH 104/128] Gen > Cleanup --- README.md | 399 +++++++++++++++++++++++++++--------------------------- 1 file changed, 200 insertions(+), 199 deletions(-) diff --git a/README.md b/README.md index e2bb79b..68b28c5 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ StackOverflow - Github Repositories + Github Repositories - Entries + Entries Awesome @@ -80,179 +80,174 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Animated Chat](https://codelabs.developers.google.com/codelabs/flutter/#0) - Building beautiful UIs by Google Code Labs. - [Firebase Chat](https://codelabs.developers.google.com/codelabs/flutter-firebase/#0) - Firebase integration by Google Code Labs. - [Planets-Flutter: from design to app](http://sergiandreplace.com/2017/09/planets-flutter-from-design-to-app) - Detailed planets design tutorial. -- [Todo List](https://github.com/lesnitsky/todolist_flutter) [60⭐] – Step by step tutorial how to build Todo List with Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [Todo List](https://github.com/lesnitsky/todolist_flutter) [61⭐] – Step by step tutorial how to build Todo List with Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) ### Beginner - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). -- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [1K claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). +- [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [1.1K claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). -- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [3.7K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). +- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [4.1K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). ### Advanced -- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [274👍] - Engine architecture by Adam Barth. +- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [276👍] - Engine architecture by Adam Barth. - [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [2.2K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). -- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [533 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). +- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [534 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com). -- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [754 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). +- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [757 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). - [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). -- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [707 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). +- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [710 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). - [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [468 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). ### Howtos - [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [504👍] - Firebase live coding. -- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [390 claps👏] - By Mehmet Fidanboylu. -- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [551 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). -- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [103⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [398 claps👏] - By Mehmet Fidanboylu. +- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [552 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). +- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [106⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) #### Flavors -- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [1K claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). +- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [1.1K claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). - [Ready to Go/Flavors](https://github.com/JHBitencourt/ready_to_go) [21⭐] - Properly architect your app and work with flavors by [JHBitencourt](https://github.com/JHBitencourt). ## Videos -- [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) [77🎬] - Very rich content by [Tensor Programming](http://tensor-programming.com/). -- [Fluttery](https://www.youtube.com/channel/UCtWyVkPpb8An90SNDTNF0Pg) - High-production value and in-depth challenges. -- [Brandon Donnelson](https://www.youtube.com/playlist?list=PLBbgqtDgdc_RUWUCInIqxpY--C94C6Xjh) [55🎬] - Videos on layout, database and tips by Brandon Donnelson. -- [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [127🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). -- [Udacity](https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905) - Build Native Mobile Apps by Google. -- [VoidRealms](https://www.youtube.com/playlist?list=PLUbFnGajtZlX9ubiLzYz_cw92esraiIBi) [43🎬] - Video tutorials, from basic to advanced. -- [Coding With Flutter](https://www.youtube.com/watch?v=u_Lyx8KJWpg&list=PLNnAcB93JKV9iZ2cwk9MEx3_JG8BRikMP) [23🎬] - Video tutorials and live-coding examples by [Andrea Bizzotto](https://medium.com/@biz84). -- [Flutter Crash Course](https://fluttercrashcourse.com) - Free video course by [Nick Manning](https://twitter.com/seenickcode). - [Boring Show](https://www.youtube.com/results?search_query=%23BoringShow) - Exploration with the Flutter Team. +- [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) [78🎬] - Very rich content by [Tensor Programming](http://tensor-programming.com/). +- [Fluttery](https://www.youtube.com/channel/UCtWyVkPpb8An90SNDTNF0Pg) - High-production value and in-depth challenges. +- [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [127🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). ## Components ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2526⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [397⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2565⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [411⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI - [Contact Picker](https://github.com/goderbauer/contact_picker) [34⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [606⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). -- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [228⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). -- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [188⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). -- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [220⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [246⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [500⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). -- [Side Header List](https://github.com/renefloor/side_header_list_view) [146⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). -- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [176⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [619⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [232⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). +- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [190⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). +- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [222⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [249⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [510⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [Side Header List](https://github.com/renefloor/side_header_list_view) [147⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). +- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [177⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [95⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [177⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). -- [Stepper Touch](https://github.com/Rahiche/stepper_touch) [76⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [140⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). -- [Snaplist](https://github.com/ariedov/flutter_snaplist) [133⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). -- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [28⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). -- [Folding Cell](https://github.com/faob-dev/folding_cell) [96⭐] - Fold your widget by [Faob](https://github.com/faob-dev). -- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [50⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [243⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [181⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Stepper Touch](https://github.com/Rahiche/stepper_touch) [77⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). +- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [142⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). +- [Snaplist](https://github.com/ariedov/flutter_snaplist) [135⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). +- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [29⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). +- [Folding Cell](https://github.com/faob-dev/folding_cell) [100⭐] - Fold your widget by [Faob](https://github.com/faob-dev). +- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [51⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [249⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). #### Bottom bars -- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [94⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). -- [Circular Bottom Navigation](https://github.com/imaNNeoFighT/circular_bottom_navigation) [114⭐] - Beautiful animated bottom navigation bar by [Iman Khoshabi](https://github.com/imaNNeoFighT). -- [Bottom Navy Bar](https://github.com/pedromassango/bottom_navy_bar) [84⭐] - Beautiful and colorful animated bottom navigation bar by [Pedro Massango](https://github.com/pedromassango). +- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [100⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Circular Bottom Navigation](https://github.com/imaNNeoFighT/circular_bottom_navigation) [120⭐] - Beautiful animated bottom navigation bar by [Iman Khoshabi](https://github.com/imaNNeoFighT). +- [Bottom Navy Bar](https://github.com/pedromassango/bottom_navy_bar) [94⭐] - Beautiful and colorful animated bottom navigation bar by [Pedro Massango](https://github.com/pedromassango). #### Sliders -- [RangeSlider](https://github.com/boeledi/RangeSlider) [126⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). -- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [97⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). -- [Flutter Xlider](https://github.com/Ali-Azmoud/flutter_xlider) [33⭐] - A material design slider and range slider, horizontal and vertical, with RTL support by [Ali-Azmoud](https://github.com/Ali-Azmoud). +- [RangeSlider](https://github.com/boeledi/RangeSlider) [127⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). +- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [98⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). +- [Flutter Xlider](https://github.com/Ali-Azmoud/flutter_xlider) [36⭐] - A material design slider and range slider, horizontal and vertical, with RTL support by [Ali-Azmoud](https://github.com/Ali-Azmoud). #### UI Helpers - [Reorderables](https://github.com/hanshengchiu/reorderables) [26⭐] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [243⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [39⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). -- [Offline](https://github.com/jogboms/flutter_offline) [241⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [249⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [40⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). +- [Offline](https://github.com/jogboms/flutter_offline) [243⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). #### Material Design - [Material Color Picker](https://github.com/long1eu/material_color_picker) [52⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). -- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [110⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [551⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [111⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). +- [Slidable](https://github.com/letsar/flutter_slidable) [561⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [365⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [362⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [150⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [372⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [370⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Wave](https://github.com/i-protoss/wave) [157⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar -- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [69⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). +- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [70⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh). -- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [68⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [74⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [239⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). -- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [121⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). -- [Photo View](https://github.com/renancaraujo/photo_view) [358⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). -- [SVG](https://github.com/dnfield/flutter_svg) [315⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [246⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [465⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [206⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). -- [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [19⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [252⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [126⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). +- [Photo View](https://github.com/renancaraujo/photo_view) [370⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). +- [SVG](https://github.com/dnfield/flutter_svg) [323⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [253⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [476⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [210⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [23⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith). ### Map -- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [367⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). -- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [51⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [603⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). -- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [202⭐] - Interactive, customizable vector maps by Mapbox. +- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [372⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). +- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [53⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). +- [Map](https://github.com/apptreesoftware/flutter_map) [611⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [204⭐] - Interactive, customizable vector maps by Mapbox. ### Charts -- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [191⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/mzimmerm/flutter_charts) [126⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). -- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [122⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [657⭐] - By Google Charts Team. -- [Flutter Plot](https://github.com/RCHowell/flutter_plot) [19⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). -- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [119⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). -- [FCharts](https://github.com/thekeenant/fcharts) [253⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [194⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/mzimmerm/flutter_charts) [127⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). +- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [124⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/google/charts) [676⭐] - By Google Charts Team. +- [Flutter Plot](https://github.com/RCHowell/flutter_plot) [20⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). +- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [120⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). +- [FCharts](https://github.com/thekeenant/fcharts) [254⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [1057⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). -- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [45⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). -- [Swiper](https://github.com/jzoom/flutter_swiper) [37⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). +- [Fluro](https://github.com/goposse/fluro) [1078⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [47⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). +- [Swiper](https://github.com/jzoom/flutter_swiper) [38⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). ### Auth - [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android. -- [Login](https://github.com/AppleEducate/flutter_login) [299⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). +- [Login](https://github.com/AppleEducate/flutter_login) [303⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. -- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [176⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). +- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [177⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). - [OAuth](https://github.com/hitherejoe/FlutterOAuth) [106⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). -- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [551 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). +- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [563 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). - [SimpleAuth](https://github.com/Clancey/simple_auth) [102⭐] - 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). - [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) [12⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). ### Text & Rich Content -- [Markdown](https://github.com/flutter/flutter_markdown) [215⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. -- [Rich Text Editor](https://github.com/long1eu/rich_editor) [75⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). -- [Masked Text](https://github.com/benhurott/flutter-masked-text) [78⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). -- [Zefyr](https://github.com/memspace/zefyr) [500⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). -- [AutoSizeText](https://github.com/leisim/auto_size_text) [267⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). +- [Markdown](https://github.com/flutter/flutter_markdown) [219⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. +- [Rich Text Editor](https://github.com/long1eu/rich_editor) [76⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). +- [Masked Text](https://github.com/benhurott/flutter-masked-text) [81⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). +- [Zefyr](https://github.com/memspace/zefyr) [511⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). +- [AutoSizeText](https://github.com/leisim/auto_size_text) [277⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). ### Analytics -- [Usage](https://github.com/dart-lang/usage) [53⭐] - Google Analytics wrapper for command-line, web, and Flutter apps. +- [Usage](https://github.com/dart-lang/usage) [52⭐] - Google Analytics wrapper for command-line, web, and Flutter apps. - [Firebase Analytics](https://github.com/flutter/plugins/tree/master/packages/firebase_analytics) - Connect to Firebase Analytics API. - [Segment.com Analytics](https://github.com/FaisalAbid/segment-analytics-flutter) [6⭐] - Make your Segment.com analytics a breeze! by [Faisal Abid](https://twitter.com/FaisalAbid). - [Pure Mixpanel](https://github.com/seenickcode/pure_mixpanel) [8⭐] - Analytics for the popular [Mixpanel.com](https://mixpanel.com) [Nick Manning](https://twitter.com/seenickcode). @@ -264,79 +259,92 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Bitrise for Flutter](https://devcenter.bitrise.io/getting-started/getting-started-with-flutter-apps/) - Flutter build, test and deployment automation, free for Open Source and smaller projects. - [Code Magic](https://codemagic.io/) - Automate the entire flow, build and distribution by (NeverCode)[https://nevercode.io/]. -- [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) [43⭐] - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) [44⭐] - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov). #### Build articles -- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [459 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). -- [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) [264 claps👏] - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [461 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) [266 claps👏] - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov). - [Automatic code signing for iOS without Mac](https://blog.codemagic.io/automatic-code-signing-for-ios-that-doesnt-require-a-mac/) by Helina Ariva ### Styling -- [Flutterial](https://github.com/rxlabz/flutterial) [234⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). -- [Pigment](https://github.com/bregydoc/pigment) [78⭐] - Simple but useful package for use colors in flutter. +- [Flutterial](https://github.com/rxlabz/flutterial) [235⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Pigment](https://github.com/bregydoc/pigment) [79⭐] - Simple but useful package for use colors in flutter. ### Media #### Audio -- [Audio Plugin](https://github.com/rxlabz/audioplayer) [263⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Audio Plugin](https://github.com/rxlabz/audioplayer) [267⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). - [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [75⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). - [Stereo](https://github.com/2find/stereo) [47⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). -- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [82⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). +- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [83⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). #### Video -- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [458⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). -- [Chewie](https://github.com/brianegan/chewie) [356⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). +- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [467⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). +- [Chewie](https://github.com/brianegan/chewie) [362⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice -- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [126⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [127⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). - [OK Google](https://marcinszalek.pl/flutter/ok-google-flutter/) - Integrate google assistant by [Marcin Szalek](https://marcinszalek.pl/). ### Storage - [Firebase Storage](https://github.com/flutter/plugins/tree/master/packages/firebase_storage) - Firebase as data storage. -- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [148⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). +- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [151⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). ### Monetization - [Admob](https://pub.dartlang.org/packages/admob) - GoogleAdmob supports interstitial ads in both iOS and Android by Brett Nesbitt. - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase. -- [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [78⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). -- [Payments](https://github.com/pplante/flutter_payments) [20⭐] - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co). -- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [202⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). +- [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [79⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). +- [Payments](https://github.com/pplante/flutter_payments) [21⭐] - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co). +- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [204⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). - [Admob Flutter](https://github.com/YoussefKababe/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe). ## Templates -- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [242⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). -- [Mates](https://github.com/CodemateLtd/FlutterMates) [294⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). -- [Weather](https://github.com/alessandroaime/Weather) [99⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2803⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). -- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [389⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [678⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). -- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [62⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). -- [Music Player](https://github.com/thosakwe/flutter_music_player) [112⭐] - music player component by [Tobe O](https://thosakwe.com/). -- [Dashboard](https://github.com/Ivaskuu/dashboard) [358⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Todo](https://github.com/littlemarc2011/FlutterTodo) [257⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). -- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [205⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2488⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). -- [Book](https://github.com/putraxor/flutter-book-app) [149⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [569⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). -- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [94⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). -- [DrawApp](https://github.com/SnakeyHips/drawapp) [81⭐] - 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). -- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [233⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). -- [Feather](https://github.com/jhomlala/feather) [158⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala). +- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [241⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). +- [Mates](https://github.com/CodemateLtd/FlutterMates) [296⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). +- [Weather](https://github.com/alessandroaime/Weather) [100⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2864⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [391⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [683⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [63⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). +- [Music Player](https://github.com/thosakwe/flutter_music_player) [113⭐] - music player component by [Tobe O](https://thosakwe.com/). +- [Dashboard](https://github.com/Ivaskuu/dashboard) [364⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Todo](https://github.com/littlemarc2011/FlutterTodo) [260⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). +- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [209⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2520⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [Book](https://github.com/putraxor/flutter-book-app) [152⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [583⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [96⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). +- [DrawApp](https://github.com/SnakeyHips/drawapp) [82⭐] - 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). +- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [239⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). +- [Feather](https://github.com/jhomlala/feather) [161⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala). ### Clone -- [GitTouch](https://github.com/pd4d10/git-touch) [56⭐] - Open source GitHub client by [Rongjian Zhang](https://github.com/pd4d10). +- [GitTouch](https://github.com/pd4d10/git-touch) [62⭐] - Open source GitHub client by [Rongjian Zhang](https://github.com/pd4d10). ### Machine Learning +- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [168⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). +- [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) [8⭐] Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) + +### Vision + +- [ML Vision Camera Stream](https://github.com/santetis/flutter_camera_ml_vision) [13⭐] - ML vision recognitions (QRcode, face, ...) with live camera stream by [Aumard Jimmy](https://github.com/jaumard) and [Santetis](https://github.com/santetis). +- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [189⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). + +#### Augmented Reality + +- [ARKit Plugin](https://github.com/olexale/arkit_flutter_plugin) [89⭐] - Wrapper for ARKit - Apple's augmented reality platform for iOS by [Olexandr Leuschenko](https://github.com/olexale). + + ## Plugins - [Pub Plugins](https://pub.dartlang.org/flutter/plugins) - Plugins filter in Dart Pub Repository. @@ -344,58 +352,51 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [577⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). -- [Location](https://github.com/Lyokone/flutterlocation) [223⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [585⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [Location](https://github.com/Lyokone/flutterlocation) [231⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). - [Geolocation](https://github.com/loup-v/geolocation) [129⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). -- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [355⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [368⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). - [Get Version](https://github.com/AppleEducate/get_version) [40⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). -- [Badger](https://github.com/g123k/flutter_app_badger) [73⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). +- [Badger](https://github.com/g123k/flutter_app_badger) [76⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). - [UDID](https://github.com/GigaDroid/flutter_udid) [49⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). -- [Downloader](https://github.com/hnvn/flutter_downloader) [166⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). -- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [221⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [Downloader](https://github.com/hnvn/flutter_downloader) [167⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). +- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [225⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [14⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [24⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). -- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [43⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). +- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [46⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). - [VPN](https://github.com/X-dea/Flutter_VPN) - Access VPN services by [Jason C.H](https://github.com/ctrysbita). #### Scanner -- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [101⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). -- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [99⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). +- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [106⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). +- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [103⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [507⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). -- [Beacons](https://github.com/loup-v/beacons) [27⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). -- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [70⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). -- [Beacon broadcast](https://github.com/pszklarska/beacon_broadcast) [12⭐] - Library for turning your phone into a beacon by [Paulina Szklarska](https://github.com/pszklarska/). +- [Blue](https://github.com/pauldemarco/flutter_blue) [517⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Beacons](https://github.com/loup-v/beacons) [28⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). +- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [71⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). +- [Beacon broadcast](https://github.com/pszklarska/beacon_broadcast) [13⭐] - Library for turning your phone into a beacon by [Paulina Szklarska](https://github.com/pszklarska/). ### Storage -- [Sqflite](https://github.com/tekartik/sqflite) [823⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). -- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [53⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). +- [Sqflite](https://github.com/tekartik/sqflite) [845⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). +- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [57⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). ### Services -- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [187⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). - [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [56⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). -- [Intercom](https://pub.dartlang.org/packages/intercom) [18⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). -- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [164⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). -- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [165⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). -- [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [36⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). +- [Intercom](https://pub.dartlang.org/packages/intercom) [19⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). +- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [168⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). +- [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [38⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). - [App Rating](https://github.com/AppleEducate/app_review) [55⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). -- [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) [8⭐] Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) ### Log / Tracing -- [Catcher](https://github.com/jhomlala/catcher) [109⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). - -### Augmented Reality - -- [ARKit Plugin](https://github.com/olexale/arkit_flutter_plugin) [12⭐] - Wrapper for ARKit - Apple's augmented reality platform for iOS by [Olexandr Leuschenko](https://github.com/olexale). +- [Catcher](https://github.com/jhomlala/catcher) [112⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). ## Frameworks @@ -403,45 +404,45 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Standard -- [Bloc](https://github.com/felangel/bloc) [1107⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). -- [MobX](https://github.com/mobxjs/mobx.dart) [376⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. +- [Bloc](https://github.com/felangel/bloc) [1170⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [MobX](https://github.com/mobxjs/mobx.dart) [387⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. #### Redux / ELM / Dependency Injection -- [Built redux](https://github.com/davidmarne/flutter_built_redux) [68⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). -- [Redux.dart](https://github.com/johnpryan/redux.dart) [266⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [737⭐] - 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. +- [Built redux](https://github.com/davidmarne/flutter_built_redux) [69⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). +- [Redux.dart](https://github.com/johnpryan/redux.dart) [268⭐] - 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). +- [Redux](https://github.com/brianegan/flutter_redux) [751⭐] - 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. - [Dartea](https://github.com/p69/dartea) [58⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). -- [Inject](https://github.com/google/inject.dart) [399⭐] - Compile-time dependency injection by Google. -- [Flux](https://github.com/google/flutter_flux) [296⭐] - Implementation of the Flux framework by Google. -- [Fish](https://github.com/alibaba/fish-redux) [3721⭐] - Alibaba Redux implementation. +- [Inject](https://github.com/google/inject.dart) [406⭐] - Compile-time dependency injection by Google. +- [Flux](https://github.com/google/flutter_flux) [297⭐] - Implementation of the Flux framework by Google. +- [Fish](https://github.com/alibaba/fish-redux) [3808⭐] - Alibaba Redux implementation. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [459⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). -- [Functional widget](https://github.com/rrousselGit/functional_widget) [93⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [471⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Functional widget](https://github.com/rrousselGit/functional_widget) [96⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [702⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). -- [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [40⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/). +- [Graphql](https://github.com/zino-app/graphql-flutter) [720⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [41⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/). ### Animation -- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [152⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [669⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Villains](https://github.com/Norbert515/flutter_villains) [175⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [257⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Drawing Animation](https://github.com/biocarl/drawing_animation) [84⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). +- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [153⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [683⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Villains](https://github.com/Norbert515/flutter_villains) [176⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [264⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Drawing Animation](https://github.com/biocarl/drawing_animation) [86⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [983⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) [661⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). +- [Flame](https://github.com/luanpotter/flame) [1018⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) [669⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc -- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [147⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). +- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [151⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). - [Frideos](https://github.com/frideosapps/frideos_flutter) - Helpers for streams, BLoC pattern and various widgets (blur, transitions, timed widgets, ...) by [Francesco Mineo](https://github.com/frideosapps). ### Testing @@ -452,52 +453,52 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [3173⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [3206⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [2146⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [10501⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). -- [Meme Chat](https://github.com/efortuna/memechat) [353⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. -- [Flitter](https://github.com/dart-flitter/flitter) [152⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. -- [Lime](https://github.com/fablue/lime-flutter) [238⭐] - Lime social network by Sebastian Sellmair. -- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [422⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). -- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [314⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). -- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [392⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [567⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). -- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [467⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [547⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [283⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). -- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [462⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). -- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [190⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [264⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). -- [Taskist](https://github.com/huextrat/Taskist) [199⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). -- [Tourism](https://github.com/bluemix/tourism-demo) [98⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). -- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [175⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). +- [Flutter Team Samples](https://github.com/flutter/samples) [2210⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [10776⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Meme Chat](https://github.com/efortuna/memechat) [358⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. +- [Flitter](https://github.com/dart-flitter/flitter) [153⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. +- [Lime](https://github.com/fablue/lime-flutter) [244⭐] - Lime social network by Sebastian Sellmair. +- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [427⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). +- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [315⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). +- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [395⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [573⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [477⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). +- [FlutterGram](https://github.com/mdanics/fluttergram) [557⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [286⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [466⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). +- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [194⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). +- [Trace](https://github.com/trentpiercy/trace) [271⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Taskist](https://github.com/huextrat/Taskist) [204⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). +- [Tourism](https://github.com/bluemix/tourism-demo) [104⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). +- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [180⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). -- [Deer](https://github.com/aleksanderwozniak/deer) [103⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). -- [TailorMade](https://github.com/jogboms/tailor_made) [93⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Instory](https://github.com/InvertedX/instory) [71⭐] - Instgram story downloader with a beautiful UI [Sarath](https://twitter.com/_sarath_kumar). +- [Deer](https://github.com/aleksanderwozniak/deer) [106⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [TailorMade](https://github.com/jogboms/tailor_made) [96⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Instory](https://github.com/InvertedX/instory) [77⭐] - Instgram story downloader with a beautiful UI [Sarath](https://twitter.com/_sarath_kumar). ### ### PWA -- [InKino](https://github.com/roughike/inKino) [2060⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [2089⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### Games -- [Flip](https://github.com/RedBrogdon/flutterflip) [98⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). -- [2048](https://github.com/anuranBarman/2048) [57⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). -- [TRex](https://github.com/renancaraujo/trex-flame) [104⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). -- [Crush](https://github.com/boeledi/flutter_crush) [139⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). -- [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [37⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). +- [Flip](https://github.com/RedBrogdon/flutterflip) [100⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). +- [2048](https://github.com/anuranBarman/2048) [61⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). +- [TRex](https://github.com/renancaraujo/trex-flame) [105⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). +- [Crush](https://github.com/boeledi/flutter_crush) [143⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). +- [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [38⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). - [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01). ## Utilities - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya). - [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). -- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [178⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). -- [FlutterIcon](http://fluttericon.com/) [75⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). +- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [179⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). +- [FlutterIcon](http://fluttericon.com/) [78⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren). - [FVM](https://github.com/leoafarias/fvm) [41⭐] - Flutter Version Management: A simple cli to manage Flutter SDK versions. - [Flutter Debugger](https://github.com/blankapp/flutter-debugger) - Standalone app for debugging Flutter apps based on [Flipper](https://github.com/facebook/flipper) by [JianyingLi](https://github.com/lijy91). @@ -509,9 +510,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4485⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [2183⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). -- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [397⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4541⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [2280⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [411⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). ## Books @@ -524,7 +525,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Fun -- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [243👍] +- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [246👍] ## Community From 059c98bb0d6d39641441ecb8d1bd03a0381fd34a Mon Sep 17 00:00:00 2001 From: Yan Wong Date: Wed, 24 Apr 2019 19:25:52 +0800 Subject: [PATCH 105/128] =?UTF-8?q?Add=20AMap(=E9=AB=98=E5=BE=B7=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 6160318..c44675f 100644 --- a/source.md +++ b/source.md @@ -208,6 +208,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com) - [Map](https://github.com/apptreesoftware/flutter_map) - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware) - [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) - Interactive, customizable vector maps by Mapbox +- [AMap](https://github.com/OpenFlutter/amap_base_flutter) - Plugin for AMap(高德地图) by [OpenFlutter](https://github.com/OpenFlutter) ### Charts From 0098587261705a01519809fe2daedb59c73977c2 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 24 Apr 2019 17:22:49 +0200 Subject: [PATCH 106/128] RM plugin word --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index c44675f..985993e 100644 --- a/source.md +++ b/source.md @@ -208,7 +208,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com) - [Map](https://github.com/apptreesoftware/flutter_map) - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware) - [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) - Interactive, customizable vector maps by Mapbox -- [AMap](https://github.com/OpenFlutter/amap_base_flutter) - Plugin for AMap(高德地图) by [OpenFlutter](https://github.com/OpenFlutter) +- [AMap](https://github.com/OpenFlutter/amap_base_flutter) - Access to AMap services(高德地图) by [OpenFlutter](https://github.com/OpenFlutter) ### Charts From 6c1fd55984a8e0fe9400d4d6026dfcd5e030eb13 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Fri, 26 Apr 2019 09:30:52 +0200 Subject: [PATCH 107/128] Gen > Merge pull request #375 from RockerFlower/master MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AMap(高德地图) --- README.md | 352 +++++++++++++++++++++++++++--------------------------- 1 file changed, 177 insertions(+), 175 deletions(-) diff --git a/README.md b/README.md index 68b28c5..a0177a6 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ StackOverflow - Github Repositories + Github Repositories - Entries + Entries Awesome @@ -80,170 +80,172 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Animated Chat](https://codelabs.developers.google.com/codelabs/flutter/#0) - Building beautiful UIs by Google Code Labs. - [Firebase Chat](https://codelabs.developers.google.com/codelabs/flutter-firebase/#0) - Firebase integration by Google Code Labs. - [Planets-Flutter: from design to app](http://sergiandreplace.com/2017/09/planets-flutter-from-design-to-app) - Detailed planets design tutorial. -- [Todo List](https://github.com/lesnitsky/todolist_flutter) [61⭐] – Step by step tutorial how to build Todo List with Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [Todo List](https://github.com/lesnitsky/todolist_flutter) [65⭐] – Step by step tutorial how to build Todo List with Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) ### Beginner - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). - [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [1.1K claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). -- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [4.1K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). +- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [4.2K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). ### Advanced -- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [276👍] - Engine architecture by Adam Barth. +- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [279👍] - Engine architecture by Adam Barth. - [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [2.2K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). -- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [534 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). +- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [551 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com). -- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [757 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). +- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [759 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). - [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). -- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [710 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). -- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [468 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). +- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [716 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). +- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [472 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). ### Howtos -- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [504👍] - Firebase live coding. -- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [398 claps👏] - By Mehmet Fidanboylu. -- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [552 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). -- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [106⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [507👍] - Firebase live coding. +- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [399 claps👏] - By Mehmet Fidanboylu. +- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [555 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). +- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [109⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) #### Flavors - [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [1.1K claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). -- [Ready to Go/Flavors](https://github.com/JHBitencourt/ready_to_go) [21⭐] - Properly architect your app and work with flavors by [JHBitencourt](https://github.com/JHBitencourt). +- [Ready to Go/Flavors](https://github.com/JHBitencourt/ready_to_go) [23⭐] - Properly architect your app and work with flavors by [JHBitencourt](https://github.com/JHBitencourt). ## Videos - [Boring Show](https://www.youtube.com/results?search_query=%23BoringShow) - Exploration with the Flutter Team. - [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) [78🎬] - Very rich content by [Tensor Programming](http://tensor-programming.com/). - [Fluttery](https://www.youtube.com/channel/UCtWyVkPpb8An90SNDTNF0Pg) - High-production value and in-depth challenges. -- [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [127🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). +- [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [130🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). +- [Flutter in Practice](https://www.youtube.com/playlist?list=PLhXZp00uXBk5TSY6YOdmpzp1yG3QbFvrN) - Free video course for beginners & non-programmers by [Zaiste](https://zaiste.net/). ## Components ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2565⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [411⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2601⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [434⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI - [Contact Picker](https://github.com/goderbauer/contact_picker) [34⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [619⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). -- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [232⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). -- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [190⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). -- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [222⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [249⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [510⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). -- [Side Header List](https://github.com/renefloor/side_header_list_view) [147⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). -- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [177⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [637⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [235⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). +- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [191⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). +- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [227⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [251⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [519⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [Side Header List](https://github.com/renefloor/side_header_list_view) [148⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). +- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [179⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [95⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [181⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [189⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). - [Stepper Touch](https://github.com/Rahiche/stepper_touch) [77⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [142⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). -- [Snaplist](https://github.com/ariedov/flutter_snaplist) [135⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). +- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [148⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). +- [Snaplist](https://github.com/ariedov/flutter_snaplist) [136⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). - [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [29⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). -- [Folding Cell](https://github.com/faob-dev/folding_cell) [100⭐] - Fold your widget by [Faob](https://github.com/faob-dev). -- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [51⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [249⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Folding Cell](https://github.com/faob-dev/folding_cell) [102⭐] - Fold your widget by [Faob](https://github.com/faob-dev). +- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [53⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [258⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). #### Bottom bars -- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [100⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). -- [Circular Bottom Navigation](https://github.com/imaNNeoFighT/circular_bottom_navigation) [120⭐] - Beautiful animated bottom navigation bar by [Iman Khoshabi](https://github.com/imaNNeoFighT). -- [Bottom Navy Bar](https://github.com/pedromassango/bottom_navy_bar) [94⭐] - Beautiful and colorful animated bottom navigation bar by [Pedro Massango](https://github.com/pedromassango). +- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [102⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Circular Bottom Navigation](https://github.com/imaNNeoFighT/circular_bottom_navigation) [127⭐] - Beautiful animated bottom navigation bar by [Iman Khoshabi](https://github.com/imaNNeoFighT). +- [Bottom Navy Bar](https://github.com/pedromassango/bottom_navy_bar) [101⭐] - Beautiful and colorful animated bottom navigation bar by [Pedro Massango](https://github.com/pedromassango). #### Sliders -- [RangeSlider](https://github.com/boeledi/RangeSlider) [127⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). -- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [98⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). -- [Flutter Xlider](https://github.com/Ali-Azmoud/flutter_xlider) [36⭐] - A material design slider and range slider, horizontal and vertical, with RTL support by [Ali-Azmoud](https://github.com/Ali-Azmoud). +- [RangeSlider](https://github.com/boeledi/RangeSlider) [129⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). +- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [103⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). +- [Flutter Xlider](https://github.com/Ali-Azmoud/flutter_xlider) [39⭐] - A material design slider and range slider, horizontal and vertical, with RTL support by [Ali-Azmoud](https://github.com/Ali-Azmoud). #### UI Helpers -- [Reorderables](https://github.com/hanshengchiu/reorderables) [26⭐] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [249⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Reorderables](https://github.com/hanshengchiu/reorderables) [30⭐] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [258⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). - [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [40⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). -- [Offline](https://github.com/jogboms/flutter_offline) [243⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Offline](https://github.com/jogboms/flutter_offline) [247⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). #### Material Design - [Material Color Picker](https://github.com/long1eu/material_color_picker) [52⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). -- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [111⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [561⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [120⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). +- [Slidable](https://github.com/letsar/flutter_slidable) [579⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [372⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [370⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [157⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [375⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [379⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Wave](https://github.com/i-protoss/wave) [158⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar -- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [70⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). +- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [69⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh). -- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [74⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [77⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [252⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). -- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [126⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). -- [Photo View](https://github.com/renancaraujo/photo_view) [370⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). -- [SVG](https://github.com/dnfield/flutter_svg) [323⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [253⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [476⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [210⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [258⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [128⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). +- [Photo View](https://github.com/renancaraujo/photo_view) [379⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). +- [SVG](https://github.com/dnfield/flutter_svg) [330⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [266⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [485⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [215⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). - [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [23⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith). ### Map - [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [372⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). - [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [53⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [611⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [Map](https://github.com/apptreesoftware/flutter_map) [620⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). - [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [204⭐] - Interactive, customizable vector maps by Mapbox. +- [AMap](https://github.com/OpenFlutter/amap_base_flutter) [224⭐] - Access to AMap services(高德地图) by [OpenFlutter](https://github.com/OpenFlutter). ### Charts -- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [194⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/mzimmerm/flutter_charts) [127⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). -- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [124⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [676⭐] - By Google Charts Team. -- [Flutter Plot](https://github.com/RCHowell/flutter_plot) [20⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). -- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [120⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [197⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/mzimmerm/flutter_charts) [132⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). +- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [125⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/google/charts) [697⭐] - By Google Charts Team. +- [Flutter Plot](https://github.com/RCHowell/flutter_plot) [21⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). +- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [123⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). - [FCharts](https://github.com/thekeenant/fcharts) [254⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [1078⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [Fluro](https://github.com/goposse/fluro) [1115⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). - [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [47⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [38⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). ### Auth - [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android. -- [Login](https://github.com/AppleEducate/flutter_login) [303⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). +- [Login](https://github.com/AppleEducate/flutter_login) [309⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. -- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [177⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). -- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [106⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). +- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [178⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). +- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [107⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). - [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [563 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). -- [SimpleAuth](https://github.com/Clancey/simple_auth) [102⭐] - 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). -- [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) [12⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [SimpleAuth](https://github.com/Clancey/simple_auth) [104⭐] - 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). +- [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) [17⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). ### Text & Rich Content -- [Markdown](https://github.com/flutter/flutter_markdown) [219⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. -- [Rich Text Editor](https://github.com/long1eu/rich_editor) [76⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). -- [Masked Text](https://github.com/benhurott/flutter-masked-text) [81⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). -- [Zefyr](https://github.com/memspace/zefyr) [511⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). -- [AutoSizeText](https://github.com/leisim/auto_size_text) [277⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). +- [Markdown](https://github.com/flutter/flutter_markdown) [226⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. +- [Rich Text Editor](https://github.com/long1eu/rich_editor) [77⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). +- [Masked Text](https://github.com/benhurott/flutter-masked-text) [85⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). +- [Zefyr](https://github.com/memspace/zefyr) [525⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). +- [AutoSizeText](https://github.com/leisim/auto_size_text) [286⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). ### Analytics @@ -259,76 +261,76 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Bitrise for Flutter](https://devcenter.bitrise.io/getting-started/getting-started-with-flutter-apps/) - Flutter build, test and deployment automation, free for Open Source and smaller projects. - [Code Magic](https://codemagic.io/) - Automate the entire flow, build and distribution by (NeverCode)[https://nevercode.io/]. -- [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) [44⭐] - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) [45⭐] - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov). #### Build articles -- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [461 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) [462 claps👏] - Widget testing framework by [Yegor Jbanov](https://twitter.com/yegorjbanov). - [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) [266 claps👏] - Automated build for Android and IOS by [Yegor Jbanov](https://twitter.com/yegorjbanov). - [Automatic code signing for iOS without Mac](https://blog.codemagic.io/automatic-code-signing-for-ios-that-doesnt-require-a-mac/) by Helina Ariva ### Styling -- [Flutterial](https://github.com/rxlabz/flutterial) [235⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). -- [Pigment](https://github.com/bregydoc/pigment) [79⭐] - Simple but useful package for use colors in flutter. +- [Flutterial](https://github.com/rxlabz/flutterial) [240⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Pigment](https://github.com/bregydoc/pigment) [81⭐] - Simple but useful package for use colors in flutter. ### Media #### Audio -- [Audio Plugin](https://github.com/rxlabz/audioplayer) [267⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Audio Plugin](https://github.com/rxlabz/audioplayer) [274⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). - [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [75⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). - [Stereo](https://github.com/2find/stereo) [47⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). -- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [83⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). +- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [88⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). #### Video -- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [467⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). -- [Chewie](https://github.com/brianegan/chewie) [362⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). +- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [482⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). +- [Chewie](https://github.com/brianegan/chewie) [372⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice -- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [127⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [129⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). - [OK Google](https://marcinszalek.pl/flutter/ok-google-flutter/) - Integrate google assistant by [Marcin Szalek](https://marcinszalek.pl/). ### Storage - [Firebase Storage](https://github.com/flutter/plugins/tree/master/packages/firebase_storage) - Firebase as data storage. -- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [151⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). +- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [152⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). ### Monetization - [Admob](https://pub.dartlang.org/packages/admob) - GoogleAdmob supports interstitial ads in both iOS and Android by Brett Nesbitt. - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase. -- [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [79⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). +- [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [81⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). - [Payments](https://github.com/pplante/flutter_payments) [21⭐] - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co). -- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [204⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). +- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [208⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). - [Admob Flutter](https://github.com/YoussefKababe/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe). ## Templates - [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [241⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). -- [Mates](https://github.com/CodemateLtd/FlutterMates) [296⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). -- [Weather](https://github.com/alessandroaime/Weather) [100⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2864⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). -- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [391⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [683⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). -- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [63⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). -- [Music Player](https://github.com/thosakwe/flutter_music_player) [113⭐] - music player component by [Tobe O](https://thosakwe.com/). -- [Dashboard](https://github.com/Ivaskuu/dashboard) [364⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Mates](https://github.com/CodemateLtd/FlutterMates) [298⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). +- [Weather](https://github.com/alessandroaime/Weather) [101⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2918⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [393⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [688⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [64⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). +- [Music Player](https://github.com/thosakwe/flutter_music_player) [114⭐] - music player component by [Tobe O](https://thosakwe.com/). +- [Dashboard](https://github.com/Ivaskuu/dashboard) [370⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). - [Todo](https://github.com/littlemarc2011/FlutterTodo) [260⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). -- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [209⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2520⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). -- [Book](https://github.com/putraxor/flutter-book-app) [152⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [583⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). -- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [96⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). -- [DrawApp](https://github.com/SnakeyHips/drawapp) [82⭐] - 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). -- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [239⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). -- [Feather](https://github.com/jhomlala/feather) [161⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala). +- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [212⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2566⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [Book](https://github.com/putraxor/flutter-book-app) [154⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [590⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [97⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). +- [DrawApp](https://github.com/SnakeyHips/drawapp) [83⭐] - 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). +- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [244⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). +- [Feather](https://github.com/jhomlala/feather) [166⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala). ### Clone -- [GitTouch](https://github.com/pd4d10/git-touch) [62⭐] - Open source GitHub client by [Rongjian Zhang](https://github.com/pd4d10). +- [GitTouch](https://github.com/pd4d10/git-touch) [64⭐] - Open source GitHub client by [Rongjian Zhang](https://github.com/pd4d10). ### Machine Learning @@ -337,12 +339,12 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Vision -- [ML Vision Camera Stream](https://github.com/santetis/flutter_camera_ml_vision) [13⭐] - ML vision recognitions (QRcode, face, ...) with live camera stream by [Aumard Jimmy](https://github.com/jaumard) and [Santetis](https://github.com/santetis). -- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [189⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). +- [ML Vision Camera Stream](https://github.com/santetis/flutter_camera_ml_vision) [15⭐] - ML vision recognitions (QRcode, face, ...) with live camera stream by [Aumard Jimmy](https://github.com/jaumard) and [Santetis](https://github.com/santetis). +- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [195⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). #### Augmented Reality -- [ARKit Plugin](https://github.com/olexale/arkit_flutter_plugin) [89⭐] - Wrapper for ARKit - Apple's augmented reality platform for iOS by [Olexandr Leuschenko](https://github.com/olexale). +- [ARKit Plugin](https://github.com/olexale/arkit_flutter_plugin) [135⭐] - Wrapper for ARKit - Apple's augmented reality platform for iOS by [Olexandr Leuschenko](https://github.com/olexale). ## Plugins @@ -352,51 +354,51 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [585⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). -- [Location](https://github.com/Lyokone/flutterlocation) [231⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [601⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [Location](https://github.com/Lyokone/flutterlocation) [236⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). - [Geolocation](https://github.com/loup-v/geolocation) [129⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). -- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [368⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [382⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). - [Get Version](https://github.com/AppleEducate/get_version) [40⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). -- [Badger](https://github.com/g123k/flutter_app_badger) [76⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). -- [UDID](https://github.com/GigaDroid/flutter_udid) [49⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). -- [Downloader](https://github.com/hnvn/flutter_downloader) [167⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). -- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [225⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [Badger](https://github.com/g123k/flutter_app_badger) [77⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). +- [UDID](https://github.com/GigaDroid/flutter_udid) [50⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). +- [Downloader](https://github.com/hnvn/flutter_downloader) [171⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). +- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [231⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [14⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [24⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). -- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [46⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). +- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [48⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). - [VPN](https://github.com/X-dea/Flutter_VPN) - Access VPN services by [Jason C.H](https://github.com/ctrysbita). #### Scanner -- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [106⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). -- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [103⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). +- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [108⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). +- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [104⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [517⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). -- [Beacons](https://github.com/loup-v/beacons) [28⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). -- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [71⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). +- [Blue](https://github.com/pauldemarco/flutter_blue) [528⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Beacons](https://github.com/loup-v/beacons) [30⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). +- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [73⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). - [Beacon broadcast](https://github.com/pszklarska/beacon_broadcast) [13⭐] - Library for turning your phone into a beacon by [Paulina Szklarska](https://github.com/pszklarska/). ### Storage -- [Sqflite](https://github.com/tekartik/sqflite) [845⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). -- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [57⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). +- [Sqflite](https://github.com/tekartik/sqflite) [861⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). +- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [58⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). ### Services -- [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [56⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). +- [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [57⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). - [Intercom](https://pub.dartlang.org/packages/intercom) [19⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). -- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [168⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). +- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [171⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [38⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). - [App Rating](https://github.com/AppleEducate/app_review) [55⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). ### Log / Tracing -- [Catcher](https://github.com/jhomlala/catcher) [112⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). +- [Catcher](https://github.com/jhomlala/catcher) [119⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). ## Frameworks @@ -404,45 +406,45 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Standard -- [Bloc](https://github.com/felangel/bloc) [1170⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). -- [MobX](https://github.com/mobxjs/mobx.dart) [387⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. +- [Bloc](https://github.com/felangel/bloc) [1239⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [MobX](https://github.com/mobxjs/mobx.dart) [405⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. #### Redux / ELM / Dependency Injection -- [Built redux](https://github.com/davidmarne/flutter_built_redux) [69⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). -- [Redux.dart](https://github.com/johnpryan/redux.dart) [268⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [751⭐] - 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. -- [Dartea](https://github.com/p69/dartea) [58⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). -- [Inject](https://github.com/google/inject.dart) [406⭐] - Compile-time dependency injection by Google. -- [Flux](https://github.com/google/flutter_flux) [297⭐] - Implementation of the Flux framework by Google. -- [Fish](https://github.com/alibaba/fish-redux) [3808⭐] - Alibaba Redux implementation. +- [Built redux](https://github.com/davidmarne/flutter_built_redux) [70⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). +- [Redux.dart](https://github.com/johnpryan/redux.dart) [272⭐] - 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). +- [Redux](https://github.com/brianegan/flutter_redux) [768⭐] - 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. +- [Dartea](https://github.com/p69/dartea) [60⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). +- [Inject](https://github.com/google/inject.dart) [415⭐] - Compile-time dependency injection by Google. +- [Flux](https://github.com/google/flutter_flux) [298⭐] - Implementation of the Flux framework by Google. +- [Fish](https://github.com/alibaba/fish-redux) [3905⭐] - Alibaba Redux implementation. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [471⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). -- [Functional widget](https://github.com/rrousselGit/functional_widget) [96⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [481⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Functional widget](https://github.com/rrousselGit/functional_widget) [102⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [720⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). -- [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [41⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/). +- [Graphql](https://github.com/zino-app/graphql-flutter) [747⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [44⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/). ### Animation -- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [153⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [683⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Villains](https://github.com/Norbert515/flutter_villains) [176⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [264⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Drawing Animation](https://github.com/biocarl/drawing_animation) [86⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). +- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [155⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [702⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Villains](https://github.com/Norbert515/flutter_villains) [177⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [268⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Drawing Animation](https://github.com/biocarl/drawing_animation) [87⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [1018⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) [669⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). +- [Flame](https://github.com/luanpotter/flame) [1047⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) [673⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc -- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [151⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). +- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [152⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). - [Frideos](https://github.com/frideosapps/frideos_flutter) - Helpers for streams, BLoC pattern and various widgets (blur, transitions, timed widgets, ...) by [Francesco Mineo](https://github.com/frideosapps). ### Testing @@ -453,54 +455,54 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [3206⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [3242⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [2210⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [10776⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). -- [Meme Chat](https://github.com/efortuna/memechat) [358⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. +- [Flutter Team Samples](https://github.com/flutter/samples) [2269⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [11050⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Meme Chat](https://github.com/efortuna/memechat) [359⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. - [Flitter](https://github.com/dart-flitter/flitter) [153⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. -- [Lime](https://github.com/fablue/lime-flutter) [244⭐] - Lime social network by Sebastian Sellmair. -- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [427⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). -- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [315⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). -- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [395⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [573⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). -- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [477⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [557⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [286⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). -- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [466⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). -- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [194⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [271⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). -- [Taskist](https://github.com/huextrat/Taskist) [204⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). -- [Tourism](https://github.com/bluemix/tourism-demo) [104⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). -- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [180⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). +- [Lime](https://github.com/fablue/lime-flutter) [245⭐] - Lime social network by Sebastian Sellmair. +- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [431⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). +- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [316⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). +- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [397⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [580⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [479⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). +- [FlutterGram](https://github.com/mdanics/fluttergram) [568⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [288⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [471⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). +- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [201⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). +- [Trace](https://github.com/trentpiercy/trace) [278⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Taskist](https://github.com/huextrat/Taskist) [214⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). +- [Tourism](https://github.com/bluemix/tourism-demo) [105⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). +- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [188⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). -- [Deer](https://github.com/aleksanderwozniak/deer) [106⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). -- [TailorMade](https://github.com/jogboms/tailor_made) [96⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Instory](https://github.com/InvertedX/instory) [77⭐] - Instgram story downloader with a beautiful UI [Sarath](https://twitter.com/_sarath_kumar). +- [Deer](https://github.com/aleksanderwozniak/deer) [108⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [TailorMade](https://github.com/jogboms/tailor_made) [100⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Instory](https://github.com/InvertedX/instory) [80⭐] - Instgram story downloader with a beautiful UI [Sarath](https://twitter.com/_sarath_kumar). ### ### PWA -- [InKino](https://github.com/roughike/inKino) [2089⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [2112⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### Games -- [Flip](https://github.com/RedBrogdon/flutterflip) [100⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). +- [Flip](https://github.com/RedBrogdon/flutterflip) [103⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). - [2048](https://github.com/anuranBarman/2048) [61⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). -- [TRex](https://github.com/renancaraujo/trex-flame) [105⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). -- [Crush](https://github.com/boeledi/flutter_crush) [143⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). +- [TRex](https://github.com/renancaraujo/trex-flame) [106⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). +- [Crush](https://github.com/boeledi/flutter_crush) [150⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). - [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [38⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). - [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01). ## Utilities - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya). - [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). -- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [179⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). -- [FlutterIcon](http://fluttericon.com/) [78⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). +- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [182⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). +- [FlutterIcon](http://fluttericon.com/) [82⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren). -- [FVM](https://github.com/leoafarias/fvm) [41⭐] - Flutter Version Management: A simple cli to manage Flutter SDK versions. +- [FVM](https://github.com/leoafarias/fvm) [42⭐] - Flutter Version Management: A simple cli to manage Flutter SDK versions. - [Flutter Debugger](https://github.com/blankapp/flutter-debugger) - Standalone app for debugging Flutter apps based on [Flipper](https://github.com/facebook/flipper) by [JianyingLi](https://github.com/lijy91). ### VSCode @@ -510,9 +512,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4541⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [2280⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). -- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [411⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4618⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [2324⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [422⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). ## Books @@ -525,7 +527,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Fun -- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [246👍] +- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [250👍] ## Community From a4e967c9d5994dcf4349fe6b3a8717acc9e36c03 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Mon, 29 Apr 2019 19:20:42 +0200 Subject: [PATCH 108/128] Parallax HowTo --- source.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/source.md b/source.md index 985993e..45e56fd 100644 --- a/source.md +++ b/source.md @@ -66,7 +66,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Websites / Blogs -- [SZAŁKO-BLOG](https://marcinszalek.pl/) - Step by step advanced design by [Marcin Szalek](https://marcinszalek.pl/). +- [SZAŁKO-BLOG](https://marcinszalek.pl/) - Step by step advanced design by [Marcin Szalek](https://marcinszalek.pl). - [Sergi & Replace](https://sergiandreplace.com/) - Basic to advanced articles and tutorials [Sergi Martínez](https://github.com/sergiandreplace) - [Flutter by Example](https://flutterbyexample.com/) - Tutorials based on Redux, Firebase, Custom Animations, and UI - [Flutter Institute](https://flutter.institute/) - Very original content and tutorials by [Brian Armstrong](https://twitter.com/flutterinst) @@ -104,10 +104,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Howtos -- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) - Firebase live coding -- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) - By Mehmet Fidanboylu -- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam) -- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [Parallax Effect](https://marcinszalek.pl/flutter/tickets-challenge-parallax) - Parallax & non linear animation by [Marcin Szalek](https://marcinszalek.pl). #### Flavors From 1543fe4bb97349495b3e30fdc770b46a28b1c108 Mon Sep 17 00:00:00 2001 From: Gian Marco Di Francesco <44344581+giandifra@users.noreply.github.com> Date: Wed, 1 May 2019 16:41:51 +0200 Subject: [PATCH 109/128] Add "ARCore plugin" --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 45e56fd..127539c 100644 --- a/source.md +++ b/source.md @@ -342,7 +342,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Augmented Reality - [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). - +- [ARCore Plugin](https://github.com/giandifra/arcore_flutter_plugin) - Augmented reality with ARCore platform by [Gian Marco Di Francesco](https://github.com/giandifra). ## Plugins From f96d4ba268e899b96363f0df083ca7da640e0854 Mon Sep 17 00:00:00 2001 From: Berlam Henderson Date: Fri, 3 May 2019 08:12:17 +0800 Subject: [PATCH 110/128] Update README.md add spacex-go to Open Source Apps --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0177a6..92d8510 100644 --- a/README.md +++ b/README.md @@ -481,6 +481,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Deer](https://github.com/aleksanderwozniak/deer) [108⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). - [TailorMade](https://github.com/jogboms/tailor_made) [100⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). - [Instory](https://github.com/InvertedX/instory) [80⭐] - Instgram story downloader with a beautiful UI [Sarath](https://twitter.com/_sarath_kumar). +- [spacex-go](https://github.com/jesusrp98/spacex-go) [177⭐] - Simple yet powerful, open-source SpaceX launch tracker. [jesusrp98](https://twitter.com/jesusrp98). ### ### PWA @@ -589,4 +590,4 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) -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. \ No newline at end of file +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. From c5cf15fadbe45dc664e1df38b82105eb502d5017 Mon Sep 17 00:00:00 2001 From: Berlam Henderson Date: Fri, 3 May 2019 08:16:48 +0800 Subject: [PATCH 111/128] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 92d8510..564c39f 100644 --- a/README.md +++ b/README.md @@ -481,7 +481,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Deer](https://github.com/aleksanderwozniak/deer) [108⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). - [TailorMade](https://github.com/jogboms/tailor_made) [100⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). - [Instory](https://github.com/InvertedX/instory) [80⭐] - Instgram story downloader with a beautiful UI [Sarath](https://twitter.com/_sarath_kumar). -- [spacex-go](https://github.com/jesusrp98/spacex-go) [177⭐] - Simple yet powerful, open-source SpaceX launch tracker. [jesusrp98](https://twitter.com/jesusrp98). ### ### PWA From 194e328d0cb03814be4e7099fcfd98c6f85338e2 Mon Sep 17 00:00:00 2001 From: Berlam Henderson Date: Fri, 3 May 2019 08:17:52 +0800 Subject: [PATCH 112/128] Add spacex-go to Open Source Apps --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 127539c..64b0c07 100644 --- a/source.md +++ b/source.md @@ -478,6 +478,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Deer](https://github.com/aleksanderwozniak/deer) - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak) - [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) - [Instory](https://github.com/InvertedX/instory) - Instgram story downloader with a beautiful UI [Sarath](https://twitter.com/_sarath_kumar) +- [spacex-go](https://github.com/jesusrp98/spacex-go) [177⭐] - Simple yet powerful, open-source SpaceX launch tracker. [jesusrp98](https://twitter.com/jesusrp98). ### ### PWA From 0d83d2c0cf81fbadb33962337f54d5f4c6e6bab7 Mon Sep 17 00:00:00 2001 From: Berlam Henderson Date: Fri, 3 May 2019 08:18:29 +0800 Subject: [PATCH 113/128] Update source.md --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 64b0c07..eec4916 100644 --- a/source.md +++ b/source.md @@ -478,7 +478,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Deer](https://github.com/aleksanderwozniak/deer) - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak) - [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) - [Instory](https://github.com/InvertedX/instory) - Instgram story downloader with a beautiful UI [Sarath](https://twitter.com/_sarath_kumar) -- [spacex-go](https://github.com/jesusrp98/spacex-go) [177⭐] - Simple yet powerful, open-source SpaceX launch tracker. [jesusrp98](https://twitter.com/jesusrp98). +- [Spacex-Go](https://github.com/jesusrp98/spacex-go) [177⭐] - Simple yet powerful, open-source SpaceX launch tracker. [jesusrp98](https://twitter.com/jesusrp98). ### ### PWA From ea373d59e15e0bd6fb655f13737683dbba706f3b Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Fri, 3 May 2019 18:08:53 +0200 Subject: [PATCH 114/128] Missing stargazers --- source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source.md b/source.md index 127539c..cf78681 100644 --- a/source.md +++ b/source.md @@ -183,8 +183,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Calendar - [Calendar Widget](https://github.com/pinkfish/flutter_calendar) - Calendar widget by [David Bennett](https://github.com/pinkfish) -- [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) -- [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh) +- [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) +- [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh) - [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) ### Image From 9aca4884da9d0597e5de61f0154565ce9857a61b Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Fri, 3 May 2019 18:11:17 +0200 Subject: [PATCH 115/128] Url correction --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 6dd325d..5070225 100644 --- a/source.md +++ b/source.md @@ -257,7 +257,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Build solutions - [Bitrise for Flutter](https://devcenter.bitrise.io/getting-started/getting-started-with-flutter-apps/) - Flutter build, test and deployment automation, free for Open Source and smaller projects. -- [Code Magic](https://codemagic.io/) - Automate the entire flow, build and distribution by (NeverCode)[https://nevercode.io/] +- [Code Magic](https://codemagic.io/) - Automate the entire flow, build and distribution by [NeverCode](https://nevercode.io/). - [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov) #### Build articles From 182b5ec9a80a8eba3279efbd2d4891467069f034 Mon Sep 17 00:00:00 2001 From: Felix Blaschke Date: Fri, 10 May 2019 14:29:38 +0200 Subject: [PATCH 116/128] added Simple Animation as animation framework --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 5070225..081a234 100644 --- a/source.md +++ b/source.md @@ -433,6 +433,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Villains](https://github.com/Norbert515/flutter_villains) - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir) - [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/) - [Drawing Animation](https://github.com/biocarl/drawing_animation) - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks) +- [Simple Animations](https://github.com/felixblaschke/simple_animations) - Create awesome custom animations easily by [Felix Blaschke](https://github.com/felixblaschke) ### Game Engine From 79d5b250969675340811358980f3b71e90ad17a7 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Fri, 10 May 2019 15:47:52 +0200 Subject: [PATCH 117/128] Rm non free resources --- source.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source.md b/source.md index 081a234..5929a07 100644 --- a/source.md +++ b/source.md @@ -54,7 +54,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Open Source Apps](#open-source-apps) - [Utilities](#utilities) - [Community](#community) -- [Books](#books) - [Bonus](#bonus) ## Articles @@ -515,11 +514,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus) - [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) - Rust embedder for desktop by [juju](https://github.com/gliheng). - -## Books - -- [Flutter in Action](https://www.manning.com/books/flutter-in-action?a_aid=flutterinaction&a_bid=d08c3247) - Complete Flutter and Dart resource, currently in 'Early Access'. - ## Bonus - [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) From 2b25828b833eaf1c79c5d139d114f8a0f7329aa8 Mon Sep 17 00:00:00 2001 From: Mattia Crovero Date: Mon, 13 May 2019 10:36:49 +0200 Subject: [PATCH 118/128] Add Rubber Bottom Sheet to UI --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 5929a07..41e3457 100644 --- a/source.md +++ b/source.md @@ -146,6 +146,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Folding Cell](https://github.com/faob-dev/folding_cell) - Fold your widget by [Faob](https://github.com/faob-dev) - [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). - [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/). +- [Rubber Bottom Sheet](https://github.com/mcrovero/rubber) - An elastic material bottom sheet by [Mattia Crovero](https://github.com/mcrovero). #### Bottom bars From 6ae6d9998988c51a5c12d4e1bf0695a1e22fd64c Mon Sep 17 00:00:00 2001 From: Quentin Le Guennec Date: Mon, 13 May 2019 15:43:42 +0100 Subject: [PATCH 119/128] Add Slide Container to UI Can be used to do nice page transition. Extensively used in our app MoodRise (available on iOS and Android). --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 5929a07..e0f5bb7 100644 --- a/source.md +++ b/source.md @@ -146,6 +146,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Folding Cell](https://github.com/faob-dev/folding_cell) - Fold your widget by [Faob](https://github.com/faob-dev) - [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). - [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/). +- [Slide Container](https://pub.dev/packages/slide_container) A container that can be slid vertically and horizontally with a smooth dampened motion by [Quentin Le Guennec](https://github.com/quentinleguennec). #### Bottom bars From 42ea6dbeccc476c2ba57f5b8a94630fd9d8b70ba Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Mon, 13 May 2019 22:09:35 +0200 Subject: [PATCH 120/128] Gen > Merge pull request #393 from quentinleguennec/master Add Slide Container to UI --- README.md | 427 +++++++++++++++++++++++++++--------------------------- 1 file changed, 211 insertions(+), 216 deletions(-) diff --git a/README.md b/README.md index 564c39f..eb24e8c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ StackOverflow - Github Repositories + Github Repositories Entries @@ -54,19 +54,18 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Open Source Apps](#open-source-apps) - [Utilities](#utilities) - [Community](#community) -- [Books](#books) - [Bonus](#bonus) ## Articles ### Introduction -- [Google IO 2018](https://medium.com/flutter-io/building-beautiful-flexible-user-interfaces-with-flutter-material-theming-and-official-material-13ae9279ef19) [1.3K claps👏] - Building beautiful, flexible user interfaces. +- [Google IO 2018](https://medium.com/flutter-io/building-beautiful-flexible-user-interfaces-with-flutter-material-theming-and-official-material-13ae9279ef19) [1.4K claps👏] - Building beautiful, flexible user interfaces. - [Presentation](https://speakerdeck.com/hjjunior/why-i-chose-flutter) - by [Helio S. Junior](https://github.com/hjJunior). ### Websites / Blogs -- [SZAŁKO-BLOG](https://marcinszalek.pl/) - Step by step advanced design by [Marcin Szalek](https://marcinszalek.pl/). +- [SZAŁKO-BLOG](https://marcinszalek.pl/) - Step by step advanced design by [Marcin Szalek](https://marcinszalek.pl). - [Sergi & Replace](https://sergiandreplace.com/) - Basic to advanced articles and tutorials [Sergi Martínez](https://github.com/sergiandreplace). - [Flutter by Example](https://flutterbyexample.com/) - Tutorials based on Redux, Firebase, Custom Animations, and UI. - [Flutter Institute](https://flutter.institute/) - Very original content and tutorials by [Brian Armstrong](https://twitter.com/flutterinst). @@ -80,46 +79,43 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Animated Chat](https://codelabs.developers.google.com/codelabs/flutter/#0) - Building beautiful UIs by Google Code Labs. - [Firebase Chat](https://codelabs.developers.google.com/codelabs/flutter-firebase/#0) - Firebase integration by Google Code Labs. - [Planets-Flutter: from design to app](http://sergiandreplace.com/2017/09/planets-flutter-from-design-to-app) - Detailed planets design tutorial. -- [Todo List](https://github.com/lesnitsky/todolist_flutter) [65⭐] – Step by step tutorial how to build Todo List with Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [Todo List](https://github.com/lesnitsky/todolist_flutter) [74⭐] – Step by step tutorial how to build Todo List with Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) ### Beginner -- [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). +- [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1.1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). - [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [1.1K claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). -- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [4.2K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). +- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [4.7K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). ### Advanced -- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [279👍] - Engine architecture by Adam Barth. -- [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [2.2K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). +- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [288👍] - Engine architecture by Adam Barth. +- [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [2.3K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). -- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [551 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). +- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [574 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com). -- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [759 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). +- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [760 claps👏] - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/). - [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). - [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). -- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [716 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). -- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [472 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). +- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [779 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). +- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [505 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). ### Howtos -- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [507👍] - Firebase live coding. -- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [399 claps👏] - By Mehmet Fidanboylu. -- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [555 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam). -- [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) [109⭐] – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [Parallax Effect](https://marcinszalek.pl/flutter/tickets-challenge-parallax) - Parallax & non linear animation by [Marcin Szalek](https://marcinszalek.pl). #### Flavors - [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [1.1K claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo). -- [Ready to Go/Flavors](https://github.com/JHBitencourt/ready_to_go) [23⭐] - Properly architect your app and work with flavors by [JHBitencourt](https://github.com/JHBitencourt). +- [Ready to Go/Flavors](https://github.com/JHBitencourt/ready_to_go) [25⭐] - Properly architect your app and work with flavors by [JHBitencourt](https://github.com/JHBitencourt). ## Videos - [Boring Show](https://www.youtube.com/results?search_query=%23BoringShow) - Exploration with the Flutter Team. -- [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) [78🎬] - Very rich content by [Tensor Programming](http://tensor-programming.com/). +- [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) [79🎬] - Very rich content by [Tensor Programming](http://tensor-programming.com/). - [Fluttery](https://www.youtube.com/channel/UCtWyVkPpb8An90SNDTNF0Pg) - High-production value and in-depth challenges. -- [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [130🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). +- [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [132🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan). - [Flutter in Practice](https://www.youtube.com/playlist?list=PLhXZp00uXBk5TSY6YOdmpzp1yG3QbFvrN) - Free video course for beginners & non-programmers by [Zaiste](https://zaiste.net/). ## Components @@ -127,132 +123,134 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2601⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [434⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2727⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [471⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI -- [Contact Picker](https://github.com/goderbauer/contact_picker) [34⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [637⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). -- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [235⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). -- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [191⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). -- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [227⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [251⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [519⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). -- [Side Header List](https://github.com/renefloor/side_header_list_view) [148⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). -- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [179⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). -- [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [95⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [189⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). -- [Stepper Touch](https://github.com/Rahiche/stepper_touch) [77⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). -- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [148⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). -- [Snaplist](https://github.com/ariedov/flutter_snaplist) [136⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). -- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [29⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). -- [Folding Cell](https://github.com/faob-dev/folding_cell) [102⭐] - Fold your widget by [Faob](https://github.com/faob-dev). -- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [53⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [258⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Contact Picker](https://github.com/goderbauer/contact_picker) [37⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [680⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [244⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). +- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [199⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). +- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [243⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [262⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [541⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [Side Header List](https://github.com/renefloor/side_header_list_view) [154⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). +- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [185⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). +- [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [99⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [225⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Stepper Touch](https://github.com/Rahiche/stepper_touch) [81⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). +- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [159⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). +- [Snaplist](https://github.com/ariedov/flutter_snaplist) [141⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). +- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [34⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). +- [Folding Cell](https://github.com/faob-dev/folding_cell) [108⭐] - Fold your widget by [Faob](https://github.com/faob-dev). +- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [59⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [274⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [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). +- [Rubber Bottom Sheet](https://github.com/mcrovero/rubber) [92⭐] - An elastic material bottom sheet by [Mattia Crovero](https://github.com/mcrovero). #### Bottom bars -- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [102⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). -- [Circular Bottom Navigation](https://github.com/imaNNeoFighT/circular_bottom_navigation) [127⭐] - Beautiful animated bottom navigation bar by [Iman Khoshabi](https://github.com/imaNNeoFighT). -- [Bottom Navy Bar](https://github.com/pedromassango/bottom_navy_bar) [101⭐] - Beautiful and colorful animated bottom navigation bar by [Pedro Massango](https://github.com/pedromassango). +- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [121⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). +- [Circular Bottom Navigation](https://github.com/imaNNeoFighT/circular_bottom_navigation) [140⭐] - Beautiful animated bottom navigation bar by [Iman Khoshabi](https://github.com/imaNNeoFighT). +- [Bottom Navy Bar](https://github.com/pedromassango/bottom_navy_bar) [115⭐] - Beautiful and colorful animated bottom navigation bar by [Pedro Massango](https://github.com/pedromassango). #### Sliders -- [RangeSlider](https://github.com/boeledi/RangeSlider) [129⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). -- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [103⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). -- [Flutter Xlider](https://github.com/Ali-Azmoud/flutter_xlider) [39⭐] - A material design slider and range slider, horizontal and vertical, with RTL support by [Ali-Azmoud](https://github.com/Ali-Azmoud). +- [RangeSlider](https://github.com/boeledi/RangeSlider) [136⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). +- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [109⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). +- [Flutter Xlider](https://github.com/Ali-Azmoud/flutter_xlider) [40⭐] - A material design slider and range slider, horizontal and vertical, with RTL support by [Ali-Azmoud](https://github.com/Ali-Azmoud). #### UI Helpers -- [Reorderables](https://github.com/hanshengchiu/reorderables) [30⭐] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [258⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [40⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). -- [Offline](https://github.com/jogboms/flutter_offline) [247⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Reorderables](https://github.com/hanshengchiu/reorderables) [47⭐] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [274⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [44⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). +- [Offline](https://github.com/jogboms/flutter_offline) [263⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). #### Material Design -- [Material Color Picker](https://github.com/long1eu/material_color_picker) [52⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). -- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [120⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [579⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [Material Color Picker](https://github.com/long1eu/material_color_picker) [55⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). +- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [124⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). +- [Slidable](https://github.com/letsar/flutter_slidable) [600⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [375⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). -- [Shimmer](https://github.com/hnvn/flutter_shimmer) [379⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [158⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [386⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Shimmer](https://github.com/hnvn/flutter_shimmer) [397⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). +- [Wave](https://github.com/i-protoss/wave) [168⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar -- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [69⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). -- [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) -- [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh). -- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [77⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [70⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). +- [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) +- [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh) +- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [88⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [258⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). -- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [128⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). -- [Photo View](https://github.com/renancaraujo/photo_view) [379⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). -- [SVG](https://github.com/dnfield/flutter_svg) [330⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [266⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [485⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [215⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). -- [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [23⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [277⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [131⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). +- [Photo View](https://github.com/renancaraujo/photo_view) [403⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). +- [SVG](https://github.com/dnfield/flutter_svg) [348⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [279⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [511⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [235⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [27⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith). ### Map -- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [372⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). -- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [53⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [620⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [374⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). +- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [54⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). +- [Map](https://github.com/apptreesoftware/flutter_map) [630⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). - [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [204⭐] - Interactive, customizable vector maps by Mapbox. -- [AMap](https://github.com/OpenFlutter/amap_base_flutter) [224⭐] - Access to AMap services(高德地图) by [OpenFlutter](https://github.com/OpenFlutter). +- [AMap](https://github.com/OpenFlutter/amap_base_flutter) [263⭐] - Access to AMap services(高德地图) by [OpenFlutter](https://github.com/OpenFlutter). ### Charts -- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [197⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/mzimmerm/flutter_charts) [132⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). -- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [125⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [697⭐] - By Google Charts Team. -- [Flutter Plot](https://github.com/RCHowell/flutter_plot) [21⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). -- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [123⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). -- [FCharts](https://github.com/thekeenant/fcharts) [254⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). +- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [200⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/mzimmerm/flutter_charts) [139⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). +- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [129⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). +- [Charts](https://github.com/google/charts) [740⭐] - By Google Charts Team. +- [Flutter Plot](https://github.com/RCHowell/flutter_plot) [22⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). +- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [126⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). +- [FCharts](https://github.com/thekeenant/fcharts) [258⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [1115⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). -- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [47⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). +- [Fluro](https://github.com/goposse/fluro) [1191⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [53⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [38⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). ### Auth - [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android. -- [Login](https://github.com/AppleEducate/flutter_login) [309⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). +- [Login](https://github.com/AppleEducate/flutter_login) [317⭐] - FaceID, TouchID, and Fingerprint Reader by [Rody Davis](http://appleeducate.com). - [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google OAuth. - [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase OAuth. -- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [178⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). -- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [107⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). +- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [189⭐] - Authenticate with native Android & iOS Facebook login SDKs by [Iiro Krankka](https://github.com/roughike). +- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [106⭐] - Buffer, Strava, Unsplash, Github OAuth by [Joe Birch](http://www.hitherejoe.com). - [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram auth by [Wilfried Mbouenda Mbogne](http://developer-journey.com/). -- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [563 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). -- [SimpleAuth](https://github.com/Clancey/simple_auth) [104⭐] - 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). -- [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) [17⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [587 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise). +- [SimpleAuth](https://github.com/Clancey/simple_auth) [113⭐] - 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). +- [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) [19⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). ### Text & Rich Content -- [Markdown](https://github.com/flutter/flutter_markdown) [226⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. -- [Rich Text Editor](https://github.com/long1eu/rich_editor) [77⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). -- [Masked Text](https://github.com/benhurott/flutter-masked-text) [85⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). -- [Zefyr](https://github.com/memspace/zefyr) [525⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). -- [AutoSizeText](https://github.com/leisim/auto_size_text) [286⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). +- [Markdown](https://github.com/flutter/flutter_markdown) [241⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. +- [Rich Text Editor](https://github.com/long1eu/rich_editor) [78⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). +- [Masked Text](https://github.com/benhurott/flutter-masked-text) [88⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). +- [Zefyr](https://github.com/memspace/zefyr) [551⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). +- [AutoSizeText](https://github.com/leisim/auto_size_text) [307⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). ### Analytics -- [Usage](https://github.com/dart-lang/usage) [52⭐] - Google Analytics wrapper for command-line, web, and Flutter apps. +- [Usage](https://github.com/dart-lang/usage) [53⭐] - Google Analytics wrapper for command-line, web, and Flutter apps. - [Firebase Analytics](https://github.com/flutter/plugins/tree/master/packages/firebase_analytics) - Connect to Firebase Analytics API. - [Segment.com Analytics](https://github.com/FaisalAbid/segment-analytics-flutter) [6⭐] - Make your Segment.com analytics a breeze! by [Faisal Abid](https://twitter.com/FaisalAbid). -- [Pure Mixpanel](https://github.com/seenickcode/pure_mixpanel) [8⭐] - Analytics for the popular [Mixpanel.com](https://mixpanel.com) [Nick Manning](https://twitter.com/seenickcode). +- [Pure Mixpanel](https://github.com/seenickcode/pure_mixpanel) [9⭐] - Analytics for the popular [Mixpanel.com](https://mixpanel.com) [Nick Manning](https://twitter.com/seenickcode). ### Build automation @@ -260,8 +258,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Build solutions - [Bitrise for Flutter](https://devcenter.bitrise.io/getting-started/getting-started-with-flutter-apps/) - Flutter build, test and deployment automation, free for Open Source and smaller projects. -- [Code Magic](https://codemagic.io/) - Automate the entire flow, build and distribution by (NeverCode)[https://nevercode.io/]. -- [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) [45⭐] - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov). +- [Code Magic](https://codemagic.io/) - Automate the entire flow, build and distribution by [NeverCode](https://nevercode.io/). +- [Travis CI for Flutter](https://github.com/yjbanov/flutter_travis_sample) [48⭐] - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov). #### Build articles @@ -271,81 +269,81 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Styling -- [Flutterial](https://github.com/rxlabz/flutterial) [240⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). -- [Pigment](https://github.com/bregydoc/pigment) [81⭐] - Simple but useful package for use colors in flutter. +- [Flutterial](https://github.com/rxlabz/flutterial) [253⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Pigment](https://github.com/bregydoc/pigment) [84⭐] - Simple but useful package for use colors in flutter. ### Media #### Audio -- [Audio Plugin](https://github.com/rxlabz/audioplayer) [274⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). -- [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [75⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). -- [Stereo](https://github.com/2find/stereo) [47⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). -- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [88⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). +- [Audio Plugin](https://github.com/rxlabz/audioplayer) [281⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [79⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). +- [Stereo](https://github.com/2find/stereo) [48⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). +- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [105⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). #### Video -- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [482⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). -- [Chewie](https://github.com/brianegan/chewie) [372⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). +- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [506⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). +- [Chewie](https://github.com/brianegan/chewie) [397⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice -- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [129⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [134⭐] - Speech to text by [Erick Ghaumez](https://twitter.com/rxlabz). - [OK Google](https://marcinszalek.pl/flutter/ok-google-flutter/) - Integrate google assistant by [Marcin Szalek](https://marcinszalek.pl/). ### Storage - [Firebase Storage](https://github.com/flutter/plugins/tree/master/packages/firebase_storage) - Firebase as data storage. -- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [152⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). +- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [160⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). ### Monetization - [Admob](https://pub.dartlang.org/packages/admob) - GoogleAdmob supports interstitial ads in both iOS and Android by Brett Nesbitt. - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase. -- [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [81⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). +- [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [82⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). - [Payments](https://github.com/pplante/flutter_payments) [21⭐] - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co). -- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [208⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). +- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [215⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). - [Admob Flutter](https://github.com/YoussefKababe/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe). ## Templates -- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [241⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). -- [Mates](https://github.com/CodemateLtd/FlutterMates) [298⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). +- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [246⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). +- [Mates](https://github.com/CodemateLtd/FlutterMates) [306⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). - [Weather](https://github.com/alessandroaime/Weather) [101⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [2918⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [3044⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). - [Restaurant Menu](https://github.com/braulio94/menu_flutter) [393⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [688⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). -- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [64⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). -- [Music Player](https://github.com/thosakwe/flutter_music_player) [114⭐] - music player component by [Tobe O](https://thosakwe.com/). -- [Dashboard](https://github.com/Ivaskuu/dashboard) [370⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Todo](https://github.com/littlemarc2011/FlutterTodo) [260⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). -- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [212⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2566⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). -- [Book](https://github.com/putraxor/flutter-book-app) [154⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [590⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). -- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [97⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). -- [DrawApp](https://github.com/SnakeyHips/drawapp) [83⭐] - 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). -- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [244⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). -- [Feather](https://github.com/jhomlala/feather) [166⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [709⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [69⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). +- [Music Player](https://github.com/thosakwe/flutter_music_player) [117⭐] - music player component by [Tobe O](https://thosakwe.com/). +- [Dashboard](https://github.com/Ivaskuu/dashboard) [382⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Todo](https://github.com/littlemarc2011/FlutterTodo) [264⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). +- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [222⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2674⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [Book](https://github.com/putraxor/flutter-book-app) [160⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [617⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [100⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). +- [DrawApp](https://github.com/SnakeyHips/drawapp) [86⭐] - 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). +- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [251⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). +- [Feather](https://github.com/jhomlala/feather) [172⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala). ### Clone -- [GitTouch](https://github.com/pd4d10/git-touch) [64⭐] - Open source GitHub client by [Rongjian Zhang](https://github.com/pd4d10). +- [GitTouch](https://github.com/pd4d10/git-touch) [67⭐] - Open source GitHub client by [Rongjian Zhang](https://github.com/pd4d10). ### Machine Learning -- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [168⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). +- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [172⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). - [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) [8⭐] Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) ### Vision -- [ML Vision Camera Stream](https://github.com/santetis/flutter_camera_ml_vision) [15⭐] - ML vision recognitions (QRcode, face, ...) with live camera stream by [Aumard Jimmy](https://github.com/jaumard) and [Santetis](https://github.com/santetis). -- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [195⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). +- [ML Vision Camera Stream](https://github.com/santetis/flutter_camera_ml_vision) [19⭐] - ML vision recognitions (QRcode, face, ...) with live camera stream by [Aumard Jimmy](https://github.com/jaumard) and [Santetis](https://github.com/santetis). +- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [207⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). #### Augmented Reality -- [ARKit Plugin](https://github.com/olexale/arkit_flutter_plugin) [135⭐] - Wrapper for ARKit - Apple's augmented reality platform for iOS by [Olexandr Leuschenko](https://github.com/olexale). - +- [ARKit Plugin](https://github.com/olexale/arkit_flutter_plugin) [159⭐] - Wrapper for ARKit - Apple's augmented reality platform for iOS by [Olexandr Leuschenko](https://github.com/olexale). +- [ARCore Plugin](https://github.com/giandifra/arcore_flutter_plugin) [31⭐] - Augmented reality with ARCore platform by [Gian Marco Di Francesco](https://github.com/giandifra). ## Plugins @@ -354,51 +352,51 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [601⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). -- [Location](https://github.com/Lyokone/flutterlocation) [236⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [630⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [Location](https://github.com/Lyokone/flutterlocation) [248⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). -- [Geolocation](https://github.com/loup-v/geolocation) [129⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). -- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [382⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). +- [Geolocation](https://github.com/loup-v/geolocation) [133⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io). +- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [405⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB). - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). -- [Get Version](https://github.com/AppleEducate/get_version) [40⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). -- [Badger](https://github.com/g123k/flutter_app_badger) [77⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). -- [UDID](https://github.com/GigaDroid/flutter_udid) [50⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). -- [Downloader](https://github.com/hnvn/flutter_downloader) [171⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). -- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [231⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [Get Version](https://github.com/AppleEducate/get_version) [41⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). +- [Badger](https://github.com/g123k/flutter_app_badger) [80⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). +- [UDID](https://github.com/GigaDroid/flutter_udid) [52⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). +- [Downloader](https://github.com/hnvn/flutter_downloader) [177⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). +- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [246⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [14⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). -- [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [24⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). -- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [48⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). +- [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [25⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). +- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [54⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). - [VPN](https://github.com/X-dea/Flutter_VPN) - Access VPN services by [Jason C.H](https://github.com/ctrysbita). #### Scanner -- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [108⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). -- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [104⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). +- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [115⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). +- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [114⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [528⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). -- [Beacons](https://github.com/loup-v/beacons) [30⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). -- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [73⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). -- [Beacon broadcast](https://github.com/pszklarska/beacon_broadcast) [13⭐] - Library for turning your phone into a beacon by [Paulina Szklarska](https://github.com/pszklarska/). +- [Blue](https://github.com/pauldemarco/flutter_blue) [550⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Beacons](https://github.com/loup-v/beacons) [31⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). +- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [74⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). +- [Beacon broadcast](https://github.com/pszklarska/beacon_broadcast) [14⭐] - Library for turning your phone into a beacon by [Paulina Szklarska](https://github.com/pszklarska/). ### Storage -- [Sqflite](https://github.com/tekartik/sqflite) [861⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). -- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [58⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). +- [Sqflite](https://github.com/tekartik/sqflite) [894⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). +- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [60⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). ### Services -- [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [57⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). +- [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [60⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). - [Intercom](https://pub.dartlang.org/packages/intercom) [19⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). -- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [171⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). -- [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [38⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). -- [App Rating](https://github.com/AppleEducate/app_review) [55⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). +- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [176⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). +- [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [39⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). +- [App Rating](https://github.com/AppleEducate/app_review) [56⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). ### Log / Tracing -- [Catcher](https://github.com/jhomlala/catcher) [119⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). +- [Catcher](https://github.com/jhomlala/catcher) [128⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). ## Frameworks @@ -406,103 +404,105 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Standard -- [Bloc](https://github.com/felangel/bloc) [1239⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). -- [MobX](https://github.com/mobxjs/mobx.dart) [405⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. +- [Bloc](https://github.com/felangel/bloc) [1412⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [MobX](https://github.com/mobxjs/mobx.dart) [437⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. #### Redux / ELM / Dependency Injection - [Built redux](https://github.com/davidmarne/flutter_built_redux) [70⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). -- [Redux.dart](https://github.com/johnpryan/redux.dart) [272⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [768⭐] - 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. -- [Dartea](https://github.com/p69/dartea) [60⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). -- [Inject](https://github.com/google/inject.dart) [415⭐] - Compile-time dependency injection by Google. -- [Flux](https://github.com/google/flutter_flux) [298⭐] - Implementation of the Flux framework by Google. -- [Fish](https://github.com/alibaba/fish-redux) [3905⭐] - Alibaba Redux implementation. +- [Redux.dart](https://github.com/johnpryan/redux.dart) [275⭐] - 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). +- [Redux](https://github.com/brianegan/flutter_redux) [800⭐] - 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. +- [Dartea](https://github.com/p69/dartea) [61⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). +- [Inject](https://github.com/google/inject.dart) [429⭐] - Compile-time dependency injection by Google. +- [Flux](https://github.com/google/flutter_flux) [304⭐] - Implementation of the Flux framework by Google. +- [Fish](https://github.com/alibaba/fish-redux) [4094⭐] - Alibaba Redux implementation. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [481⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). -- [Functional widget](https://github.com/rrousselGit/functional_widget) [102⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [512⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Functional widget](https://github.com/rrousselGit/functional_widget) [113⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [747⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). -- [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [44⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/). +- [Graphql](https://github.com/zino-app/graphql-flutter) [803⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [51⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/). ### Animation -- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [155⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [702⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Villains](https://github.com/Norbert515/flutter_villains) [177⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [268⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Drawing Animation](https://github.com/biocarl/drawing_animation) [87⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). +- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [159⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [739⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Villains](https://github.com/Norbert515/flutter_villains) [181⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [287⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Drawing Animation](https://github.com/biocarl/drawing_animation) [113⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). +- [Simple Animations](https://github.com/felixblaschke/simple_animations) - Create awesome custom animations easily by [Felix Blaschke](https://github.com/felixblaschke). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [1047⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) [673⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). +- [Flame](https://github.com/luanpotter/flame) [1107⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) [691⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc -- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [152⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). +- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [162⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). - [Frideos](https://github.com/frideosapps/frideos_flutter) - Helpers for streams, BLoC pattern and various widgets (blur, transitions, timed widgets, ...) by [Francesco Mineo](https://github.com/frideosapps). ### Testing -- [Ozzie](https://github.com/jorgecoca/ozzie.flutter) [87⭐] - Ozzie will take an screenshot during integration tests whenever you need by [Jorge Coca](https://github.com/jorgecoca). +- [Ozzie](https://github.com/jorgecoca/ozzie.flutter) [94⭐] - Ozzie will take an screenshot during integration tests whenever you need by [Jorge Coca](https://github.com/jorgecoca). ## Open Source Apps ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [3242⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [3357⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [2269⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [11050⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). -- [Meme Chat](https://github.com/efortuna/memechat) [359⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. -- [Flitter](https://github.com/dart-flitter/flitter) [153⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. -- [Lime](https://github.com/fablue/lime-flutter) [245⭐] - Lime social network by Sebastian Sellmair. -- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [431⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). -- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [316⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). -- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [397⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [580⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). -- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [479⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [568⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). -- [BookSearch](https://github.com/Norbert515/BookSearch) [288⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). -- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [471⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). -- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [201⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [278⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). -- [Taskist](https://github.com/huextrat/Taskist) [214⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). -- [Tourism](https://github.com/bluemix/tourism-demo) [105⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). -- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [188⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). +- [Flutter Team Samples](https://github.com/flutter/samples) [2520⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [11707⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Meme Chat](https://github.com/efortuna/memechat) [372⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. +- [Flitter](https://github.com/dart-flitter/flitter) [155⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. +- [Lime](https://github.com/fablue/lime-flutter) [249⭐] - Lime social network by Sebastian Sellmair. +- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [439⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). +- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [324⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). +- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [404⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [603⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [493⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). +- [FlutterGram](https://github.com/mdanics/fluttergram) [600⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [BookSearch](https://github.com/Norbert515/BookSearch) [295⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). +- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [489⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). +- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [206⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). +- [Trace](https://github.com/trentpiercy/trace) [309⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Taskist](https://github.com/huextrat/Taskist) [227⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). +- [Tourism](https://github.com/bluemix/tourism-demo) [112⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). +- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [198⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). -- [Deer](https://github.com/aleksanderwozniak/deer) [108⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). -- [TailorMade](https://github.com/jogboms/tailor_made) [100⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Instory](https://github.com/InvertedX/instory) [80⭐] - Instgram story downloader with a beautiful UI [Sarath](https://twitter.com/_sarath_kumar). +- [Deer](https://github.com/aleksanderwozniak/deer) [112⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [TailorMade](https://github.com/jogboms/tailor_made) [104⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Instory](https://github.com/InvertedX/instory) [88⭐] - Instgram story downloader with a beautiful UI [Sarath](https://twitter.com/_sarath_kumar). +- [Spacex-Go](https://github.com/jesusrp98/spacex-go) [177⭐] - Simple yet powerful, open-source SpaceX launch tracker. [jesusrp98](https://twitter.com/jesusrp98). ### ### PWA -- [InKino](https://github.com/roughike/inKino) [2112⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [2157⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### Games -- [Flip](https://github.com/RedBrogdon/flutterflip) [103⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). -- [2048](https://github.com/anuranBarman/2048) [61⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). -- [TRex](https://github.com/renancaraujo/trex-flame) [106⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). -- [Crush](https://github.com/boeledi/flutter_crush) [150⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). -- [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [38⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). +- [Flip](https://github.com/RedBrogdon/flutterflip) [107⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon). +- [2048](https://github.com/anuranBarman/2048) [67⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman). +- [TRex](https://github.com/renancaraujo/trex-flame) [111⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo). +- [Crush](https://github.com/boeledi/flutter_crush) [159⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com). +- [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [42⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo). - [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01). ## Utilities - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya). - [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). -- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [182⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). -- [FlutterIcon](http://fluttericon.com/) [82⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). +- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [189⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). +- [FlutterIcon](http://fluttericon.com/) [86⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren). -- [FVM](https://github.com/leoafarias/fvm) [42⭐] - Flutter Version Management: A simple cli to manage Flutter SDK versions. +- [FVM](https://github.com/leoafarias/fvm) [43⭐] - Flutter Version Management: A simple cli to manage Flutter SDK versions. - [Flutter Debugger](https://github.com/blankapp/flutter-debugger) - Standalone app for debugging Flutter apps based on [Flipper](https://github.com/facebook/flipper) by [JianyingLi](https://github.com/lijy91). ### VSCode @@ -512,14 +512,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4618⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [2324⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). -- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [422⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). - - -## Books - -- [Flutter in Action](https://www.manning.com/books/flutter-in-action?a_aid=flutterinaction&a_bid=d08c3247) - Complete Flutter and Dart resource, currently in 'Early Access'. +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4909⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [2425⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [487⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). ## Bonus @@ -527,7 +522,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Fun -- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [250👍] +- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [256👍] ## Community @@ -589,4 +584,4 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) -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. +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. \ No newline at end of file From c128164bccaf606890796d0289f7cf0e122a6dfc Mon Sep 17 00:00:00 2001 From: Antonino Di Natale Date: Tue, 14 May 2019 19:27:46 +0200 Subject: [PATCH 121/128] Add "Flutter Inner Drawer" --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 52e91f9..782d7ff 100644 --- a/source.md +++ b/source.md @@ -145,6 +145,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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) - [Folding Cell](https://github.com/faob-dev/folding_cell) - Fold your widget by [Faob](https://github.com/faob-dev) - [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). +- [Flutter Inner Drawer](https://github.com/Dn-a/flutter_inner_drawer) - An 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). - [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/). - [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). - [Rubber Bottom Sheet](https://github.com/mcrovero/rubber) - An elastic material bottom sheet by [Mattia Crovero](https://github.com/mcrovero). From fe62bd0e0591a603346b7b26f159539c840c7cf1 Mon Sep 17 00:00:00 2001 From: Javier Date: Tue, 14 May 2019 16:44:24 -0300 Subject: [PATCH 122/128] =?UTF-8?q?Collection=20of=20useful=20UIs=20clones?= =?UTF-8?q?=20by=20Javier=20Gonz=C3=A1lez=20=20added=20in=20Templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/source.md b/source.md index 52e91f9..0c27cc6 100644 --- a/source.md +++ b/source.md @@ -20,7 +20,7 @@ Flutter is a mobile app SDK for building high-performance, high-fidelity, apps for iOS and Android, from a single codebase. -If you appreciate the content 📖, support projects visibility, give 👍| ⭐| 👏 +If you appreciate the content 📖, support projects visibility, give 👍| ⭐| 👏

@@ -158,7 +158,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Sliders - [RangeSlider](https://github.com/boeledi/RangeSlider) - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com) -- [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) +- [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) - [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) #### UI Helpers @@ -252,7 +252,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Segment.com Analytics](https://github.com/FaisalAbid/segment-analytics-flutter) - Make your Segment.com analytics a breeze! by [Faisal Abid](https://twitter.com/FaisalAbid) - [Pure Mixpanel](https://github.com/seenickcode/pure_mixpanel) - Analytics for the popular [Mixpanel.com](https://mixpanel.com) [Nick Manning](https://twitter.com/seenickcode) - ### Build automation #### Build solutions @@ -325,6 +324,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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) - [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) - [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) +- [Clone UI Challenges](https://github.com/javico2609/flutter-challenges) - Collection of useful UIs clones by [Javier González](https://github.com/javico2609) ### Clone @@ -361,12 +361,12 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com) - [Get Version](https://github.com/AppleEducate/get_version) - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com) - [Badger](https://github.com/g123k/flutter_app_badger) - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k) -- [UDID](https://github.com/GigaDroid/flutter_udid) - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me) +- [UDID](https://github.com/GigaDroid/flutter_udid) - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me) - [Downloader](https://github.com/hnvn/flutter_downloader) - Create and manage download tasks by [HungHD](https://github.com/hnvn) - [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo) - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo) - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). -- [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) +- [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) - [VPN](https://github.com/X-dea/Flutter_VPN) - Access VPN services by [Jason C.H](https://github.com/ctrysbita) #### Scanner @@ -416,9 +416,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Inject](https://github.com/google/inject.dart) - Compile-time dependency injection by Google - [Flux](https://github.com/google/flutter_flux) - Implementation of the Flux framework by Google - [Fish](https://github.com/alibaba/fish-redux) - Alibaba Redux implementation - + ### Widgets - + - [Hooks](https://github.com/rrousselGit/flutter_hooks) - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit) - [Functional widget](https://github.com/rrousselGit/functional_widget) - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit) @@ -482,7 +482,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Instory](https://github.com/InvertedX/instory) - Instgram story downloader with a beautiful UI [Sarath](https://twitter.com/_sarath_kumar) - [Spacex-Go](https://github.com/jesusrp98/spacex-go) [177⭐] - Simple yet powerful, open-source SpaceX launch tracker. [jesusrp98](https://twitter.com/jesusrp98). -### +### + ### PWA - [InKino](https://github.com/roughike/inKino) - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike) @@ -497,6 +498,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01) ## Utilities + - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya) - [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) - [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren) @@ -532,11 +534,11 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Communication -- [Gitter](https://gitter.im/flutter/flutter) - Exchange channel +- [Gitter](https://gitter.im/flutter/flutter) - Exchange channel - [r/FlutterDev Subreddit](https://www.reddit.com/r/FlutterDev/) - Reddit community by [u/JaapVermeulen](https://www.reddit.com/user/JaapVermeulen) - [Dev Discord](https://discord.gg/N7Yshp4) - Discord server to discuss and get help by [Pritykin](https://twitter.com/AndrewPritykin) - [Flutter Community](https://github.com/fluttercommunity) - Central place for community made packages -- [OpenFlutter](https://github.com/OpenFlutter) - Make it easier 让Flutter更简单 +- [OpenFlutter](https://github.com/OpenFlutter) - Make it easier 让 Flutter 更简单 ### 🇧🇷 Brazil From fd4e689187a6574a63978d903156a602ab9f7a03 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Tue, 14 May 2019 22:16:49 +0200 Subject: [PATCH 123/128] Drawers --- source.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source.md b/source.md index 782d7ff..e32d79d 100644 --- a/source.md +++ b/source.md @@ -144,12 +144,15 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Snaplist](https://github.com/ariedov/flutter_snaplist) - Create snappable list views by [David Leibovych](https://github.com/ariedov) - [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) - [Folding Cell](https://github.com/faob-dev/folding_cell) - Fold your widget by [Faob](https://github.com/faob-dev) -- [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). -- [Flutter Inner Drawer](https://github.com/Dn-a/flutter_inner_drawer) - An 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). - [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/). - [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). - [Rubber Bottom Sheet](https://github.com/mcrovero/rubber) - An elastic material bottom sheet by [Mattia Crovero](https://github.com/mcrovero). +#### Drawers + +- [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). +- [Flutter Inner Drawer](https://github.com/Dn-a/flutter_inner_drawer) - An 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). + #### Bottom bars - [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). From dda1fcd73dc1bae81d9a297e77ca16c6d938f82b Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Tue, 14 May 2019 22:24:57 +0200 Subject: [PATCH 124/128] Gen > Clones MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Collection of useful UIs clones by Javier González added in Templates --- README.md | 222 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 114 insertions(+), 108 deletions(-) diff --git a/README.md b/README.md index eb24e8c..ebf06fe 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ StackOverflow - Github Repositories + Github Repositories - Entries + Entries Awesome @@ -86,7 +86,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [1.1K claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn). - [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [1.1K claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler). - [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). -- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [4.7K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). +- [Pooja's Guide to Flutterverse](https://medium.com/flutter-community/i-want-to-learn-flutter-how-to-start-ffb4145f9b26) [4.8K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26). ### Advanced @@ -99,7 +99,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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). - [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). - [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) [779 claps👏] - Deep dive information about all aspects of accessibility by [Muhammed Salih Güler](https://twitter.com/salihgueler). -- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [505 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). +- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) [507 claps👏] - Using the Timeline allows you to find and address specific performance issues in your application by [Chinmay Garde](https://medium.com/@chinmaygarde). ### Howtos @@ -123,104 +123,108 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Demonstrations - [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team. -- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2727⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). -- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [471⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). +- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [2734⭐] - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz). +- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [476⭐] - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei). ### UI - [Contact Picker](https://github.com/goderbauer/contact_picker) [37⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer). -- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [680⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). -- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [244⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). +- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [681⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar). +- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [245⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar). - [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [199⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts). - [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [243⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [262⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). -- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [541⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). +- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [263⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/). +- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [543⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika). - [Side Header List](https://github.com/renefloor/side_header_list_view) [154⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor). - [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [185⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn). - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [99⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94). -- [Flushbar](https://github.com/AndreHaueisen/flushbar) [225⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). -- [Stepper Touch](https://github.com/Rahiche/stepper_touch) [81⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). +- [Flushbar](https://github.com/AndreHaueisen/flushbar) [226⭐] - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen). +- [Stepper Touch](https://github.com/Rahiche/stepper_touch) [82⭐] - Lateral value stepper nicely animated by [Raouf Rahiche](https://github.com/Rahiche). - [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [159⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali). - [Snaplist](https://github.com/ariedov/flutter_snaplist) [141⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov). - [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [34⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung). - [Folding Cell](https://github.com/faob-dev/folding_cell) [108⭐] - Fold your widget by [Faob](https://github.com/faob-dev). -- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [59⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [274⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [277⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). - [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). -- [Rubber Bottom Sheet](https://github.com/mcrovero/rubber) [92⭐] - An elastic material bottom sheet by [Mattia Crovero](https://github.com/mcrovero). +- [Rubber Bottom Sheet](https://github.com/mcrovero/rubber) [93⭐] - An elastic material bottom sheet by [Mattia Crovero](https://github.com/mcrovero). + +#### Drawers + +- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [59⭐] - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). +- [Flutter Inner Drawer](https://github.com/Dn-a/flutter_inner_drawer) [25⭐] - An 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). #### Bottom bars - [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [121⭐] - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen). -- [Circular Bottom Navigation](https://github.com/imaNNeoFighT/circular_bottom_navigation) [140⭐] - Beautiful animated bottom navigation bar by [Iman Khoshabi](https://github.com/imaNNeoFighT). +- [Circular Bottom Navigation](https://github.com/imaNNeoFighT/circular_bottom_navigation) [141⭐] - Beautiful animated bottom navigation bar by [Iman Khoshabi](https://github.com/imaNNeoFighT). - [Bottom Navy Bar](https://github.com/pedromassango/bottom_navy_bar) [115⭐] - Beautiful and colorful animated bottom navigation bar by [Pedro Massango](https://github.com/pedromassango). #### Sliders -- [RangeSlider](https://github.com/boeledi/RangeSlider) [136⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). -- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [109⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). +- [RangeSlider](https://github.com/boeledi/RangeSlider) [137⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com). +- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [109⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna). - [Flutter Xlider](https://github.com/Ali-Azmoud/flutter_xlider) [40⭐] - A material design slider and range slider, horizontal and vertical, with RTL support by [Ali-Azmoud](https://github.com/Ali-Azmoud). #### UI Helpers -- [Reorderables](https://github.com/hanshengchiu/reorderables) [47⭐] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu). -- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [274⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Reorderables](https://github.com/hanshengchiu/reorderables) [48⭐] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by [Hansheng Chiu](https://github.com/hanshengchiu). +- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [277⭐] - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). - [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [44⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot). -- [Offline](https://github.com/jogboms/flutter_offline) [263⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Offline](https://github.com/jogboms/flutter_offline) [264⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms). #### Material Design - [Material Color Picker](https://github.com/long1eu/material_color_picker) [55⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu). - [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [124⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins). -- [Slidable](https://github.com/letsar/flutter_slidable) [600⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). +- [Slidable](https://github.com/letsar/flutter_slidable) [602⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar). #### Effect - [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). -- [Parallax](https://github.com/FlutterRocks/page-transformer) [386⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). +- [Parallax](https://github.com/FlutterRocks/page-transformer) [387⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike). - [Shimmer](https://github.com/hnvn/flutter_shimmer) [397⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn). -- [Wave](https://github.com/i-protoss/wave) [168⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). +- [Wave](https://github.com/i-protoss/wave) [169⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower). #### Calendar - [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [70⭐] - Calendar widget by [David Bennett](https://github.com/pinkfish). - [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel) - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh) -- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [88⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [89⭐] - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander Woźniak](https://github.com/aleksanderwozniak). ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com). -- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [277⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). +- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [281⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014). - [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [131⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). -- [Photo View](https://github.com/renancaraujo/photo_view) [403⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). -- [SVG](https://github.com/dnfield/flutter_svg) [348⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). -- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [279⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). -- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [511⭐] - Show images from the internet and keep them in the cache directory by. -- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [235⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). +- [Photo View](https://github.com/renancaraujo/photo_view) [405⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo). +- [SVG](https://github.com/dnfield/flutter_svg) [349⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield). +- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [280⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn). +- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [514⭐] - Show images from the internet and keep them in the cache directory by. +- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [238⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w). - [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [27⭐] - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith). ### Map - [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [374⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). -- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [54⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). -- [Map](https://github.com/apptreesoftware/flutter_map) [630⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). +- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [56⭐] - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com). +- [Map](https://github.com/apptreesoftware/flutter_map) [631⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware). - [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [204⭐] - Interactive, customizable vector maps by Mapbox. -- [AMap](https://github.com/OpenFlutter/amap_base_flutter) [263⭐] - Access to AMap services(高德地图) by [OpenFlutter](https://github.com/OpenFlutter). +- [AMap](https://github.com/OpenFlutter/amap_base_flutter) [265⭐] - Access to AMap services(高德地图) by [OpenFlutter](https://github.com/OpenFlutter). ### Charts - [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [200⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/mzimmerm/flutter_charts) [139⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). +- [Charts](https://github.com/mzimmerm/flutter_charts) [140⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm). - [Sparkline](https://github.com/xqwzts/flutter_sparkline) [129⭐] - Sparkline by [Victor Choueiri](https://github.com/xqwzts). -- [Charts](https://github.com/google/charts) [740⭐] - By Google Charts Team. +- [Charts](https://github.com/google/charts) [743⭐] - By Google Charts Team. - [Flutter Plot](https://github.com/RCHowell/flutter_plot) [22⭐] - Pretty plots by [R. C. Howell](https://github.com/RCHowell/). - [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [126⭐] - OHLC and Trade Volume Charts by [Trent Piercy](https://github.com/trentpiercy). - [FCharts](https://github.com/thekeenant/fcharts) [258⭐] - Beautiful, responsive, animated charts by [Keenan Thompson](https://keenant.com). ### Navigation -- [Fluro](https://github.com/goposse/fluro) [1191⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). +- [Fluro](https://github.com/goposse/fluro) [1200⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com). - [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [53⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante). - [Swiper](https://github.com/jzoom/flutter_swiper) [38⭐] - Horizontal, Vertical, Partial swipe with indicator by [Xueliang Ren](https://github.com/jzoom). @@ -239,11 +243,11 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Text & Rich Content -- [Markdown](https://github.com/flutter/flutter_markdown) [241⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. -- [Rich Text Editor](https://github.com/long1eu/rich_editor) [78⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). -- [Masked Text](https://github.com/benhurott/flutter-masked-text) [88⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). -- [Zefyr](https://github.com/memspace/zefyr) [551⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). -- [AutoSizeText](https://github.com/leisim/auto_size_text) [307⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). +- [Markdown](https://github.com/flutter/flutter_markdown) [243⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html. +- [Rich Text Editor](https://github.com/long1eu/rich_editor) [79⭐] - Text editor with style by [Lung Razvan](https://github.com/long1eu). +- [Masked Text](https://github.com/benhurott/flutter-masked-text) [89⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott). +- [Zefyr](https://github.com/memspace/zefyr) [553⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr). +- [AutoSizeText](https://github.com/leisim/auto_size_text) [309⭐] - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). ### Analytics @@ -252,7 +256,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Segment.com Analytics](https://github.com/FaisalAbid/segment-analytics-flutter) [6⭐] - Make your Segment.com analytics a breeze! by [Faisal Abid](https://twitter.com/FaisalAbid). - [Pure Mixpanel](https://github.com/seenickcode/pure_mixpanel) [9⭐] - Analytics for the popular [Mixpanel.com](https://mixpanel.com) [Nick Manning](https://twitter.com/seenickcode). - ### Build automation #### Build solutions @@ -269,7 +272,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Styling -- [Flutterial](https://github.com/rxlabz/flutterial) [253⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). +- [Flutterial](https://github.com/rxlabz/flutterial) [254⭐] - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz). - [Pigment](https://github.com/bregydoc/pigment) [84⭐] - Simple but useful package for use colors in flutter. ### Media @@ -279,12 +282,12 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Audio Plugin](https://github.com/rxlabz/audioplayer) [281⭐] - Beta by [Erick Ghaumez](https://twitter.com/rxlabz). - [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [79⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz). - [Stereo](https://github.com/2find/stereo) [48⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find). -- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [105⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). +- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [107⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab). #### Video -- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [506⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). -- [Chewie](https://github.com/brianegan/chewie) [397⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). +- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [508⭐] - WebRTC plugin for iOS/Android by [CloudWebRtc](https://github.com/cloudwebrtc). +- [Chewie](https://github.com/brianegan/chewie) [399⭐] - Provides low-level access to video playback by [Brian Egan](https://github.com/brianegan). #### Voice @@ -294,7 +297,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Storage - [Firebase Storage](https://github.com/flutter/plugins/tree/master/packages/firebase_storage) - Firebase as data storage. -- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [160⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). +- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [162⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol). ### Monetization @@ -302,7 +305,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase. - [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [82⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com). - [Payments](https://github.com/pplante/flutter_payments) [21⭐] - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co). -- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [215⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). +- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [216⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab). - [Admob Flutter](https://github.com/YoussefKababe/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe). ## Templates @@ -310,21 +313,22 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [246⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike). - [Mates](https://github.com/CodemateLtd/FlutterMates) [306⭐] - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike). - [Weather](https://github.com/alessandroaime/Weather) [101⭐] - Weather app to learn how to use Canvas and Animation by [Alessandro Aime](https://github.com/alessandroaime). -- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [3044⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). -- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [393⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). -- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [709⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). +- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [3053⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan). +- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [394⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94). +- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [711⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe). - [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [69⭐] - iOS Settings by [Matthias Rupp](https://github.com/matthinc). - [Music Player](https://github.com/thosakwe/flutter_music_player) [117⭐] - music player component by [Tobe O](https://thosakwe.com/). -- [Dashboard](https://github.com/Ivaskuu/dashboard) [382⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). -- [Todo](https://github.com/littlemarc2011/FlutterTodo) [264⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). +- [Dashboard](https://github.com/Ivaskuu/dashboard) [383⭐] - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu). +- [Todo](https://github.com/littlemarc2011/FlutterTodo) [265⭐] - Todo template from Dribble by [Marc L](https://www.marc-little.com/). - [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [222⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika). -- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2674⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). +- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [2678⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan). - [Book](https://github.com/putraxor/flutter-book-app) [160⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor). -- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [617⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). -- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [100⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). +- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [618⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat). +- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [101⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984). - [DrawApp](https://github.com/SnakeyHips/drawapp) [86⭐] - 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). -- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [251⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). +- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [252⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by [King Wu](https://github.com/KingWu). - [Feather](https://github.com/jhomlala/feather) [172⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by [Jakub Homlala](https://github.com/jhomlala). +- [Clone UI Challenges](https://github.com/javico2609/flutter-challenges) [148⭐] - Collection of useful UIs clones by [Javier González](https://github.com/javico2609). ### Clone @@ -332,18 +336,18 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Machine Learning -- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [172⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). +- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [175⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). - [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) [8⭐] Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/) ### Vision -- [ML Vision Camera Stream](https://github.com/santetis/flutter_camera_ml_vision) [19⭐] - ML vision recognitions (QRcode, face, ...) with live camera stream by [Aumard Jimmy](https://github.com/jaumard) and [Santetis](https://github.com/santetis). +- [ML Vision Camera Stream](https://github.com/santetis/flutter_camera_ml_vision) [20⭐] - ML vision recognitions (QRcode, face, ...) with live camera stream by [Aumard Jimmy](https://github.com/jaumard) and [Santetis](https://github.com/santetis). - [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [207⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly). #### Augmented Reality - [ARKit Plugin](https://github.com/olexale/arkit_flutter_plugin) [159⭐] - Wrapper for ARKit - Apple's augmented reality platform for iOS by [Olexandr Leuschenko](https://github.com/olexale). -- [ARCore Plugin](https://github.com/giandifra/arcore_flutter_plugin) [31⭐] - Augmented reality with ARCore platform by [Gian Marco Di Francesco](https://github.com/giandifra). +- [ARCore Plugin](https://github.com/giandifra/arcore_flutter_plugin) [32⭐] - Augmented reality with ARCore platform by [Gian Marco Di Francesco](https://github.com/giandifra). ## Plugins @@ -352,7 +356,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Device -- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [630⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). +- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [633⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard). - [Location](https://github.com/Lyokone/flutterlocation) [248⭐] - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone). - [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. - [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001). @@ -361,9 +365,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com). - [Get Version](https://github.com/AppleEducate/get_version) [41⭐] - Version Name, Version Code, App ID and Platform with OS Version by [Rody Davis](http://appleeducate.com). - [Badger](https://github.com/g123k/flutter_app_badger) [80⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k). -- [UDID](https://github.com/GigaDroid/flutter_udid) [52⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). -- [Downloader](https://github.com/hnvn/flutter_downloader) [177⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). -- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [246⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). +- [UDID](https://github.com/GigaDroid/flutter_udid) [53⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me). +- [Downloader](https://github.com/hnvn/flutter_downloader) [179⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn). +- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [247⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [14⭐] - List, launch and check installed apps by [Lorenzo Pichilli](https://github.com/pichillilorenzo). - [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [25⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium). - [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [54⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo). @@ -371,32 +375,32 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Scanner -- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [115⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). -- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [114⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). +- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [116⭐] - QR Code reader plugin by [Matheus Villela](https://github.com/villela). +- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [115⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica). #### Bluetooth / NFC / Beacon -- [Blue](https://github.com/pauldemarco/flutter_blue) [550⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). +- [Blue](https://github.com/pauldemarco/flutter_blue) [553⭐] - Bluetooth by [Paul DeMarco](https://github.com/pauldemarco). - [Beacons](https://github.com/loup-v/beacons) [31⭐] - Flutter beacons plugin by [Loup](http://intheloup.io). - [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [74⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa). - [Beacon broadcast](https://github.com/pszklarska/beacon_broadcast) [14⭐] - Library for turning your phone into a beacon by [Paulina Szklarska](https://github.com/pszklarska/). ### Storage -- [Sqflite](https://github.com/tekartik/sqflite) [894⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). +- [Sqflite](https://github.com/tekartik/sqflite) [896⭐] - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/). - [MMKV](https://github.com/OpenFlutter/mmkv_flutter) [60⭐] - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao). ### Services - [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [60⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/). - [Intercom](https://pub.dartlang.org/packages/intercom) [19⭐] - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n). -- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [176⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). +- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [177⭐] - Push notification service by [OneSignal](https://github.com/OneSignal). - [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [39⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish). - [App Rating](https://github.com/AppleEducate/app_review) [56⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com). ### Log / Tracing -- [Catcher](https://github.com/jhomlala/catcher) [128⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). +- [Catcher](https://github.com/jhomlala/catcher) [130⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). ## Frameworks @@ -404,88 +408,89 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Standard -- [Bloc](https://github.com/felangel/bloc) [1412⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). -- [MobX](https://github.com/mobxjs/mobx.dart) [437⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. +- [Bloc](https://github.com/felangel/bloc) [1425⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel). +- [MobX](https://github.com/mobxjs/mobx.dart) [440⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. #### Redux / ELM / Dependency Injection - [Built redux](https://github.com/davidmarne/flutter_built_redux) [70⭐] - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne). - [Redux.dart](https://github.com/johnpryan/redux.dart) [275⭐] - 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). -- [Redux](https://github.com/brianegan/flutter_redux) [800⭐] - 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. +- [Redux](https://github.com/brianegan/flutter_redux) [801⭐] - 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. - [Dartea](https://github.com/p69/dartea) [61⭐] - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). -- [Inject](https://github.com/google/inject.dart) [429⭐] - Compile-time dependency injection by Google. +- [Inject](https://github.com/google/inject.dart) [430⭐] - Compile-time dependency injection by Google. - [Flux](https://github.com/google/flutter_flux) [304⭐] - Implementation of the Flux framework by Google. -- [Fish](https://github.com/alibaba/fish-redux) [4094⭐] - Alibaba Redux implementation. +- [Fish](https://github.com/alibaba/fish-redux) [4116⭐] - Alibaba Redux implementation. ### Widgets -- [Hooks](https://github.com/rrousselGit/flutter_hooks) [512⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). +- [Hooks](https://github.com/rrousselGit/flutter_hooks) [513⭐] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit). - [Functional widget](https://github.com/rrousselGit/functional_widget) [113⭐] - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit). ### Data -- [Graphql](https://github.com/zino-app/graphql-flutter) [803⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). -- [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [51⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/). +- [Graphql](https://github.com/zino-app/graphql-flutter) [807⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app). +- [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [52⭐] - Implementation of GeoFirestore for flutter by [Darshan Gowda](https://darshann.me/). ### Animation - [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [159⭐] - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [SpinKit](https://github.com/jogboms/flutter_spinkit) [739⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). -- [Villains](https://github.com/Norbert515/flutter_villains) [181⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). -- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [287⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). -- [Drawing Animation](https://github.com/biocarl/drawing_animation) [113⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). +- [SpinKit](https://github.com/jogboms/flutter_spinkit) [741⭐] - Animated loading indicators by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Villains](https://github.com/Norbert515/flutter_villains) [185⭐] - Page transition animations by [Norbert Kozsir](https://twitter.com/norbertkozsir). +- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [288⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/). +- [Drawing Animation](https://github.com/biocarl/drawing_animation) [114⭐] - Create drawing line animations based on SVG path data by [Carl Hauck](https://twitter.com/cahaucks). - [Simple Animations](https://github.com/felixblaschke/simple_animations) - Create awesome custom animations easily by [Felix Blaschke](https://github.com/felixblaschke). ### Game Engine -- [Flame](https://github.com/luanpotter/flame) [1107⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). -- [SpriteWidget](https://github.com/spritewidget/spritewidget) [691⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). +- [Flame](https://github.com/luanpotter/flame) [1115⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). +- [SpriteWidget](https://github.com/spritewidget/spritewidget) [695⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). ### Misc -- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [162⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). +- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [163⭐] - Generic cache manager by [Rene Floor](https://github.com/renefloor). - [Frideos](https://github.com/frideosapps/frideos_flutter) - Helpers for streams, BLoC pattern and various widgets (blur, transitions, timed widgets, ...) by [Francesco Mineo](https://github.com/frideosapps). ### Testing -- [Ozzie](https://github.com/jorgecoca/ozzie.flutter) [94⭐] - Ozzie will take an screenshot during integration tests whenever you need by [Jorge Coca](https://github.com/jorgecoca). +- [Ozzie](https://github.com/jorgecoca/ozzie.flutter) [95⭐] - Ozzie will take an screenshot during integration tests whenever you need by [Jorge Coca](https://github.com/jorgecoca). ## Open Source Apps ### Premium -- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [3357⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). +- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [3366⭐] - Animated vertical timeline of humanity by [2D, Inc](https://www.2dimensions.com/). ### Top -- [Flutter Team Samples](https://github.com/flutter/samples) [2520⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). -- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [11707⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). -- [Meme Chat](https://github.com/efortuna/memechat) [372⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. +- [Flutter Team Samples](https://github.com/flutter/samples) [2538⭐] - Collection of examples (including maps, json, Material and Cupertino) by the [Flutter team](https://github.com/orgs/flutter/people). +- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [11758⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by [Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend). +- [Meme Chat](https://github.com/efortuna/memechat) [373⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers. - [Flitter](https://github.com/dart-flitter/flitter) [155⭐] - Glitter app by [Hadrien Lejard](https://twitter.com/HadrienLejard) and [Kevin Segaud](https://twitter.com/kevin_segaud). It uses Redux and Jaguar. - [Lime](https://github.com/fablue/lime-flutter) [249⭐] - Lime social network by Sebastian Sellmair. - [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [439⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com). -- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [324⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). +- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [325⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia). - [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [404⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar). -- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [603⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). -- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [493⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). -- [FlutterGram](https://github.com/mdanics/fluttergram) [600⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). +- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [608⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk). +- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [494⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52). +- [FlutterGram](https://github.com/mdanics/fluttergram) [601⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics). - [BookSearch](https://github.com/Norbert515/BookSearch) [295⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515). -- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [489⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). -- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [206⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). -- [Trace](https://github.com/trentpiercy/trace) [309⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). +- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [492⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe). +- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [207⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor). +- [Trace](https://github.com/trentpiercy/trace) [310⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy). - [Taskist](https://github.com/huextrat/Taskist) [227⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat). - [Tourism](https://github.com/bluemix/tourism-demo) [112⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo). -- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [198⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). +- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [203⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory). - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT). -- [Deer](https://github.com/aleksanderwozniak/deer) [112⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). -- [TailorMade](https://github.com/jogboms/tailor_made) [104⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). +- [Deer](https://github.com/aleksanderwozniak/deer) [113⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak). +- [TailorMade](https://github.com/jogboms/tailor_made) [106⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms). - [Instory](https://github.com/InvertedX/instory) [88⭐] - Instgram story downloader with a beautiful UI [Sarath](https://twitter.com/_sarath_kumar). - [Spacex-Go](https://github.com/jesusrp98/spacex-go) [177⭐] - Simple yet powerful, open-source SpaceX launch tracker. [jesusrp98](https://twitter.com/jesusrp98). ### + ### PWA -- [InKino](https://github.com/roughike/inKino) [2157⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). +- [InKino](https://github.com/roughike/inKino) [2161⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike). ### Games @@ -497,10 +502,11 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Tetris](https://github.com/boyan01/flutter-tetris) - Tetris game by [YangBin](https://github.com/boyan01). ## Utilities + - [Mutisya 2](https://flutterstudio.app/) - Online Flutter Studio by [Paul Mutisya](https://medium.com/@pmutisya). - [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). - [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [189⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren). -- [FlutterIcon](http://fluttericon.com/) [86⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). +- [FlutterIcon](http://fluttericon.com/) [87⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots). - [IntelliJ Redux](https://plugins.jetbrains.com/plugin/11277-redux) - Navigate Redux app by [Hillel Coren](https://twitter.com/hillelcoren). - [FVM](https://github.com/leoafarias/fvm) [43⭐] - Flutter Version Management: A simple cli to manage Flutter SDK versions. - [Flutter Debugger](https://github.com/blankapp/flutter-debugger) - Standalone app for debugging Flutter apps based on [Flipper](https://github.com/facebook/flipper) by [JianyingLi](https://github.com/lijy91). @@ -512,9 +518,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Desktop -- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4909⭐] - Desktop implementations of the Flutter embedding API by Google. -- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [2425⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). -- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [487⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). +- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [4926⭐] - Desktop implementations of the Flutter embedding API by Google. +- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [2426⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus). +- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [490⭐] - Rust embedder for desktop by [juju](https://github.com/gliheng). ## Bonus @@ -522,7 +528,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Fun -- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [256👍] +- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [257👍] ## Community @@ -536,7 +542,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [r/FlutterDev Subreddit](https://www.reddit.com/r/FlutterDev/) - Reddit community by [u/JaapVermeulen](https://www.reddit.com/user/JaapVermeulen). - [Dev Discord](https://discord.gg/N7Yshp4) - Discord server to discuss and get help by [Pritykin](https://twitter.com/AndrewPritykin). - [Flutter Community](https://github.com/fluttercommunity) - Central place for community made packages. -- [OpenFlutter](https://github.com/OpenFlutter) - Make it easier 让Flutter更简单. +- [OpenFlutter](https://github.com/OpenFlutter) - Make it easier 让 Flutter 更简单. ### 🇧🇷 Brazil From d7aeebf92e982cabd5158e6cd967f895c8342bf7 Mon Sep 17 00:00:00 2001 From: Sergey Sokurenko Date: Wed, 15 May 2019 15:02:32 +0200 Subject: [PATCH 125/128] Updated references to pub.dev and flutter.dev The base urls updated, so corrected the links to https://pub.dev and https://flutter.dev/ --- source.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source.md b/source.md index ac44d1f..49c12d3 100644 --- a/source.md +++ b/source.md @@ -1,4 +1,4 @@ -[](http://flutter.io) +[](https://flutter.dev/)

@@ -18,7 +18,7 @@

-Flutter is a mobile app SDK for building high-performance, high-fidelity, apps for iOS and Android, from a single codebase. +Flutter is a mobile app SDK for building high-performance, high-fidelity, apps for iOS and Android, from a single codebase. If you appreciate the content 📖, support projects visibility, give 👍| ⭐| 👏 @@ -301,7 +301,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Monetization -- [Admob](https://pub.dartlang.org/packages/admob) - GoogleAdmob supports interstitial ads in both iOS and Android by Brett Nesbitt +- [Admob](https://pub.dev/packages/admob) - GoogleAdmob supports interstitial ads in both iOS and Android by Brett Nesbitt - [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - Ad integration using Firebase - [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com) - [Payments](https://github.com/pplante/flutter_payments) - In App Purchases & Subscriptions by [Delightful Goods](https://delightfulgoods.co) @@ -351,15 +351,15 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ## Plugins -- [Pub Plugins](https://pub.dartlang.org/flutter/plugins) - Plugins filter in Dart Pub Repository. +- [Pub packages](https://pub.dev/flutter/packages) - Packages filter in Dart Pub Repository. - [Plugins](https://github.com/flutter/plugins/tree/master/packages) - Official Flutter Team Plugins ### Device - [WebView](https://github.com/dart-flitter/flutter_webview_plugin) - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard) - [Location](https://github.com/Lyokone/flutterlocation) - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone) -- [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery. -- [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - A plugin to access the proximity sensor of your device by [Manoj NB](https://github.com/Samaritan1011001) +- [Battery](https://pub.dev/packages/battery) - Access various information about the battery. +- [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) - [Geolocation](https://github.com/loup-v/geolocation) - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io) - [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB) - [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - Plugin for modifying calendars on the user's device by [Built to Roam](http://builttoroam.com) @@ -393,7 +393,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Services - [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/) -- [Intercom](https://pub.dartlang.org/packages/intercom) - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n) +- [Intercom](https://pub.dev/packages/intercom) - Add Intercom integration to your app by [Maido Kaara](https://github.com/v3rm0n) - [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) - Push notification service by [OneSignal](https://github.com/OneSignal) - [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) - [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) From 441f487f8cfa431213ddf9ec1099dc1537db09cf Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 15 May 2019 23:36:34 +0200 Subject: [PATCH 126/128] Flutter Web Intro --- source.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source.md b/source.md index 49c12d3..daf7399 100644 --- a/source.md +++ b/source.md @@ -62,6 +62,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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 - [Presentation](https://speakerdeck.com/hjjunior/why-i-chose-flutter) - by [Helio S. Junior](https://github.com/hjJunior) +- [Flutter Web](https://medium.com/flutter-community/ins-and-outs-of-flutter-web-7a82721dc19a) - Ins and Outs of Flutter Web by [Nash](https://nash0x7e2.github.io/) ### Websites / Blogs @@ -104,11 +105,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Howtos - [Parallax Effect](https://marcinszalek.pl/flutter/tickets-challenge-parallax) - Parallax & non linear animation by [Marcin Szalek](https://marcinszalek.pl). - -#### Flavors - - [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo) -- [Ready to Go/Flavors](https://github.com/JHBitencourt/ready_to_go) - Properly architect your app and work with flavors by [JHBitencourt](https://github.com/JHBitencourt) ## Videos From 8b94b2d2d0674bf88028c582fb2662d8ac6f1b32 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 15 May 2019 23:38:36 +0200 Subject: [PATCH 127/128] Flutter Web Claps --- source.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source.md b/source.md index daf7399..f736ecb 100644 --- a/source.md +++ b/source.md @@ -62,17 +62,16 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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 - [Presentation](https://speakerdeck.com/hjjunior/why-i-chose-flutter) - by [Helio S. Junior](https://github.com/hjJunior) -- [Flutter Web](https://medium.com/flutter-community/ins-and-outs-of-flutter-web-7a82721dc19a) - Ins and Outs of Flutter Web by [Nash](https://nash0x7e2.github.io/) +- [Flutter Web](https://medium.com/flutter-community/ins-and-outs-of-flutter-web-7a82721dc19a) - Ins and Outs of Flutter Web by [Nash](https://nash0x7e2.github.io/) ### Websites / Blogs +- [Welcome to Flutter](https://didierboelens.com) - English and French blog dedicated to providing practical solutions to most asked questions about Flutter by Didier Boelens - [SZAŁKO-BLOG](https://marcinszalek.pl/) - Step by step advanced design by [Marcin Szalek](https://marcinszalek.pl). -- [Sergi & Replace](https://sergiandreplace.com/) - Basic to advanced articles and tutorials [Sergi Martínez](https://github.com/sergiandreplace) - [Flutter by Example](https://flutterbyexample.com/) - Tutorials based on Redux, Firebase, Custom Animations, and UI - [Flutter Institute](https://flutter.institute/) - Very original content and tutorials by [Brian Armstrong](https://twitter.com/flutterinst) - [Iirokrankka.com](https://iirokrankka.com/) - Articles and tutorials about Flutter, Dart and anything related by [Iiro Krankka](https://twitter.com/koorankka). - [Norbert](https://medium.com/@norbertkozsir) - In depth articles, features and app creation by [Norbert515](https://github.com/Norbert515) -- [Welcome to Flutter](https://didierboelens.com) - English and French blog dedicated to providing practical solutions to most asked questions about Flutter by Didier Boelens - [Flutter Tips](https://medium.com/@diegoveloper) - Articles, tips & tricks in the development by [Diego Velásquez](https://twitter.com/diegoveloper) ### Tutorial From 31f7d578c704b21badb0d2fd8948647ed775db36 Mon Sep 17 00:00:00 2001 From: Ruben Horn <5367484+rubenhorn@users.noreply.github.com> Date: Thu, 16 May 2019 13:58:00 +0200 Subject: [PATCH 128/128] Added Meetup for Hamburg, Germany --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index f736ecb..7c0db0e 100644 --- a/source.md +++ b/source.md @@ -564,7 +564,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### 🇩🇪 Germany -- Meetup [Berlin](https://www.meetup.com/flutter-berlin/) - [Düsseldorf](https://www.meetup.com/flutter-school/) - [Karlsruhe](https://www.meetup.com/Karlsruhe-Flutter-Meetup/) +- 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/) - Twitter [Flutter Berlin](https://twitter.com/flutterBerlin) - [Düsseldorf](https://twitter.com/flutter_school) - Slack [Flutter Berlin](https://flutterberlin.slack.com/join/shared_invite/enQtMzQ1NDI0NjU4Mjc5LWVjOTg0NmUxZmU4YzZjZjFkMWNjYWYyYTI5NjMyZWE5MDZjNDM0YzgyNWQyM2EzM2E0NDE4ZmQyMzQyMzRlNjI)