-[GoogleIO2018](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.
-[Iirokrankka.com](https://iirokrankka.com/) - Articles and tutorials about Flutter, Dart and anything related by [Iiro Krankka](https://twitter.com/koorankka).
-[WelcometoFlutter](https://didierboelens.com) - English and French blog dedicated to providing practical solutions to most asked questions about Flutter by Didier Boelens.
-[TodoList](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
-[ZerotoOneAnimation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) [955 claps👏] - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn).
-[AnimationsinFlutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) [666 claps👏] - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler).
-[LayoutCheatSheet](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.3K claps👏] - Step by step guide for learning Flutter for super beginners by [Pooja Bhaumik](https://twitter.com/pblead26).
-[RenderObjects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [1.6K claps👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515).
-[GestureSystem](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [374 claps👏] - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/).
-[InheritedWidget](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:fromMobiletoDesktop](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).
-[Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) [433👍] - Firebase live coding.
-[SecuringApps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) [352 claps👏] - By Mehmet Fidanboylu.
-[Buildyourplugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) [398 claps👏] - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam).
-[BuildFlavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) [770 claps👏] - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo).
-[TensorProgramming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) [73🎬] - Very rich content by [Tensor Programming](http://tensor-programming.com/).
-[BrandonDonnelson](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) [116🎬] - [Hindi/English] Mtechviral Series By [Pawan Kumar](https://github.com/iampawan).
-[CodingWithFlutter](https://www.youtube.com/watch?v=u_Lyx8KJWpg&list=PLNnAcB93JKV9iZ2cwk9MEx3_JG8BRikMP) [17🎬] - Video tutorials and live-coding examples by [Andrea Bizzotto](https://medium.com/@biz84).
-[OfficialGallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo for the material design widgets provided by Flutter Team.
-[3DObject](https://github.com/hemanthrajv/flutter_3d_obj) [56⭐] - Renders a wavefront .obj on to a canvas by [Hemanth Raj](https://www.linkedin.com/in/hemanthrajv).
-[ContactPicker](https://github.com/goderbauer/contact_picker) [22⭐] - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer).
-[StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [354⭐] - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar).
-[StickyHeader](https://github.com/letsar/flutter_sticky_header) [140⭐] - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar).
-[RadialMenu](https://github.com/xqwzts/flutter_radial_menu) [138⭐] - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts).
-[TinderCards](https://github.com/Ivaskuu/tinder_cards) [153⭐] - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu).
-[StickyHeaders](https://github.com/slightfoot/flutter_sticky_headers) [186⭐] - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/).
-[LoginAnimation](https://github.com/GeekyAnts/flutter-login-home-animation) [329⭐] - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika).
-[ListDrag&Drop](https://github.com/Norbert515/flutter_list_drag_and_drop) [122⭐] - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515).
-[SideHeaderList](https://github.com/renefloor/side_header_list_view) [107⭐] - Listview with sticky headers by [Rene Floor](https://github.com/renefloor).
-[FlipPanel](https://github.com/hnvn/flutter_flip_panel) [116⭐] - Flip panel with built-in animation by [HungHD](https://github.com/hnvn).
-[FacebookReactions](https://github.com/duytq94/facebook-reaction-animation) [62⭐] - Facebook reactions widget by [Duy Tran](https://github.com/duytq94).
-[Offline](https://github.com/jogboms/flutter_offline) [137⭐] - Tidy utility to handle offline/online connectivity by [Jeremiah Ogbomo](https://twitter.com/jogboms).
-[Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [68⭐] - Display overlay suggestions to users as they type by [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali).
-[Snaplist](https://github.com/ariedov/flutter_snaplist) [80⭐] - Create snappable list views by [David Leibovych](https://github.com/ariedov).
-[FluidSlider](https://github.com/rvamsikrishna/flutter_fluid_slider) [59⭐] - A slider with a minimal design and fluid like animation by [Vamsi Krishna](https://github.com/rvamsikrishna).
-[InfiniteListview](https://github.com/fluttercommunity/flutter_infinite_listview) [14⭐] - Infinite scroll in both directions by [Simon Lightfoot](https://github.com/slightfoot).
-[PinCode](https://github.com/LiewJunTung/pin_code_text_field) [4⭐] - Animated & customisable Pin code for login and OTP by [Liew Jun Tung](https://github.com/liewjuntung).
-[MaterialColorPicker](https://github.com/long1eu/material_color_picker) [42⭐] - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu).
-[UnicornSpeedDial](https://github.com/tiagojencmartins/unicornspeeddial) [80⭐] - Floating Action Button with Speed Dial by [Tiago Martins](https://github.com/tiagojencmartins).
-[Slidable](https://github.com/letsar/flutter_slidable) [340⭐] - Slidable list item with left and right slide actions by [Romain Rastel](https://github.com/letsar).
-[RangeSlider](https://github.com/boeledi/RangeSlider) [73⭐] - 2-thumb configurable RangeSlider by [Didier Boelens](https://www.didierboelens.com).
-[Parallax](https://github.com/FlutterRocks/page-transformer) [250⭐] - ViewPager by [Iiro Krankka](https://github.com/roughike).
-[Shimmer](https://github.com/hnvn/flutter_shimmer) [213⭐] - Shimmer effect while content is loading by [HungHD](https://github.com/hnvn).
-[Wave](https://github.com/i-protoss/wave) [52⭐] - Displaying some waves with custom color, duration, floating and blur effects by [RockerFlower](https://github.com/RockerFlower).
-[Daterangepicker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh).
-[CarouselSlider](https://github.com/serenader2014/flutter_carousel_slider) [126⭐] - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014).
-[ParallaxImage](https://github.com/pulyaevskiy/parallax-image) [90⭐] - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy).
-[PhotoView](https://github.com/renancaraujo/photo_view) [234⭐] - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo).
-[SVG](https://github.com/dnfield/flutter_svg) [196⭐] - SVG parsing, rendering, and widget library by [Dan Field](https://github.com/dnfield).
-[ImageCropper](https://github.com/hnvn/flutter_image_cropper) [166⭐] - Crop your images support ratio, rotation, zoom by [HungHD](https://github.com/hnvn).
-[CachedNetworkImage](https://github.com/renefloor/flutter_cached_network_image) [263⭐] - Show images from the internet and keep them in the cache directory by.
-[MultiImagePicker](https://github.com/Sh1d0w/multi_image_picker) [99⭐] - Display multi image picker by [Radoslav Vitanov](https://github.com/Sh1d0w).
-[GoogleMapView](https://github.com/apptreesoftware/flutter_google_map_view) [338⭐] - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/).
-[Map](https://github.com/apptreesoftware/flutter_map) [455⭐] - Solution based on [Leaflet](http://leafletjs.com/) and customizable by [AppTree Software](https://github.com/apptreesoftware).
-[MapboxGL](https://github.com/mapbox/flutter-mapbox-gl) [157⭐] - Interactive, customizable vector maps by Mapbox.
-[CircularChart](https://github.com/xqwzts/flutter_circular_chart) [152⭐] - Animated radial and pie charts by [Victor Choueiri](https://github.com/xqwzts).
-[Charts](https://github.com/mzimmerm/flutter_charts) [93⭐] - LineChart and VerticalBarChart Library by [Milan Zimmermann](https://github.com/mzimmerm).
-[Fluro](https://github.com/goposse/fluro) [634⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by [Posse](http://goposse.com).
-[PageViewIndicator](https://github.com/leocavalcante/page_view_indicator) [29⭐] - Build page indicators for the PageView by [Leo Cavalcante](https://github.com/leocavalcante).
-[FirebasePhoneAuth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [378 claps👏] - Phone number auth via SMS by [Gildásio Filho](https://github.com/gildaswise).
-[SimpleAuth](https://github.com/Clancey/simple_auth) [68⭐] - 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).
-[MaskedText](https://github.com/benhurott/flutter-masked-text) [47⭐] - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott).
-[Zefyr](https://github.com/memspace/zefyr) [311⭐] - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr).
-[Segment.comAnalytics](https://github.com/FaisalAbid/segment-analytics-flutter) [5⭐] - Make your Segment.com analytics a breeze! by [Faisal Abid](https://twitter.com/FaisalAbid).
-[PureMixpanel](https://github.com/seenickcode/pure_mixpanel) [3⭐] - Analytics for the popular [Mixpanel.com](https://mixpanel.com) [Nick Manning](https://twitter.com/seenickcode).
-[BuildingApks/IpasonTravis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) [218 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).
-[AudioRecorder](https://github.com/ZaraclaJ/audio_recorder) [63⭐] - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz).
-[Stereo](https://github.com/2find/stereo) [39⭐] - Playing music on iOS and Android by [2Find](https://github.com/2find).
-[FlutterSound](https://github.com/dooboolab/flutter_sound) [32⭐] - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab).
-[SecureStorage](https://github.com/mogol/flutter_secure_storage) [86⭐] - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol).
-[Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [66⭐] - Enable billing on iOS and Android by [Volodymyr Lykhonis](http://vladimirlichonos.com).
-[InappPurchase](https://github.com/dooboolab/flutter_inapp_purchase) [120⭐] - Features set of 'in app purchase' derived from [react-native-iap](https://github.com/dooboolab/react-native-iap) by [dooboolab](https://github.com/dooboolab).
-[AdmobFlutter](https://github.com/YoussefKababe/admob_flutter) - Admob plugin that shows banner ads using native platform views by [Youssef Kababe](https://github.com/YoussefKababe).
-[MovieDetails](https://github.com/FlutterRocks/movie-details-ui) [184⭐] - Movie details page by [Iiro Krankka](https://github.com/roughike).
-[Mates](https://github.com/CodemateLtd/FlutterMates) [244⭐] - 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) [79⭐] - 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) [1678⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by [Brian Egan](https://github.com/brianegan).
-[RestaurantMenu](https://github.com/braulio94/menu_flutter) [321⭐] - Restaurant menu by [Braulio Cassule](https://github.com/braulio94).
-[UIChallenges](https://github.com/tomialagbe/flutter_ui_challenges) [499⭐] - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe).
-[CardSwipeAnimation](https://github.com/geekruchika/FlutterCardSwipe) [148⭐] - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika).
-[UIKit](https://github.com/iampawan/Flutter-UI-Kit) [1653⭐] - Collection of useful UIs in a UIKit by [Pawan Kumar](https://github.com/iampawan).
-[Book](https://github.com/putraxor/flutter-book-app) [104⭐] - Bookshelf by [Ardiansyah Putra](https://github.com/putraxor).
-[TheGorgeousLogin](https://github.com/huextrat/TheGorgeousLogin) [356⭐] - Design and smooth login template by [Hugo Extrat](https://github.com/huextrat).
-[LiquidPayPaymentApp](https://github.com/longhoang2984/flutter_payment_app_ui) [48⭐] - Liquid Pay App Concept by [Long Hoang](https://github.com/longhoang2984).
-[DrawApp](https://github.com/SnakeyHips/drawapp) [46⭐] - 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).
-[WebView](https://github.com/dart-flitter/flutter_webview_plugin) [404⭐] - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard).
-[Location](https://github.com/Lyokone/flutterlocation) [157⭐] - 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.
-[ProximitySensorPlugin](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) [117⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by [Loup](http://intheloup.io).
-[LocalNotifications](https://github.com/MaikuB/flutter_local_notifications) [213⭐] - Plugin for displaying local notifications by [Michael Bui](https://github.com/MaikuB).
-[DeviceCalendar](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).
-[GetVersion](https://github.com/AppleEducate/get_version) [33⭐] - 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) [52⭐] - Update app badge on the launcher by [Edouard Marquez](https://twitter.com/g123k).
-[UDID](https://github.com/GigaDroid/flutter_udid) [28⭐] - Persistent UDID across app reinstalls by [Leon Kukuk](https://kukuk.me).
-[Downloader](https://github.com/hnvn/flutter_downloader) [96⭐] - Create and manage download tasks by [HungHD](https://github.com/hnvn).
-[InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [123⭐] - Add inline WebView widgets or open an in-app browser window by [Lorenzo Pichilli](https://github.com/pichillilorenzo).
-[AeyriumSensor](https://github.com/aeyrium/aeyrium-sensor) [18⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by [Diego Velásquez](https://github.com/aeyrium).
-[FilePicker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [16⭐] - Native file explorer to load absolute file path by [Miguel Ruivo](https://github.com/miguelpruivo).
-[FastQRReaderView](https://github.com/facundomedica/fast_qr_reader_view) [49⭐] - Live multicode reader by [Facundo Medica](https://github.com/facundomedica).
-[NFCReader](https://github.com/matteocrippa/flutter-nfc-reader) [37⭐] - NFC reader plugin for iOS and Android by [Matteo Crippa](https://github.com/matteocrippa).
-[GoogleMobileVision](https://github.com/edufolly/flutter_mobile_vision) [145⭐] - Google Mobile Vision by [Eduardo Folly](https://github.com/edufolly).
-[Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [36⭐] - Plugin to easily integrate with dialogflow by [Victor Rances](https://github.com/VictorRancesCode/).
-[PlaceDialog](https://github.com/pinkfish/flutter_places_dialog) [28⭐] - Places picker dialog returning the places to the app by [David Bennett](https://github.com/pinkfish).
-[AppRating](https://github.com/AppleEducate/app_review) [45⭐] - Requesting and Writing Reviews for the App Store and Google Play by [Rody Davis](http://appleeducate.com).
-[IBMWatson](https://github.com/VictorRancesCode/flutter_ibm_watson) [6⭐] Easily integrate with IBM Watson by [Victor Rances](https://github.com/VictorRancesCode/)
-[Bloc](https://github.com/felangel/bloc) [243⭐] - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel).
-[Builtredux](https://github.com/davidmarne/flutter_built_redux) [58⭐] - 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) [213⭐] - 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) [488⭐] - 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.
-[Graphql_flutter](https://github.com/zino-app/graphql-flutter) [434⭐] - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app).
-[AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [163⭐] - A collection of cool text animations by [Ayush Agarwal](https://github.com/aagarwal1012/).
-[Flame](https://github.com/luanpotter/flame) [564⭐] - Minimalist game engine by [Luan Nico](https://github.com/luanpotter).
-[SpriteWidget](https://github.com/spritewidget/spritewidget) [451⭐] - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt).
-[MemeChat](https://github.com/efortuna/memechat) [309⭐] - 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) [135⭐] - 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) [198⭐] - Lime social network by Sebastian Sellmair.
-[Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [318⭐] - Planet exploration that demonstrate rich UI by [Sergi Martínez](http://sergiandreplace.com).
-[NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [267⭐] - Firebase backed news reader using News API by [Ankur Kedia](https://github.com/theankurkedia).
-[DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [349⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar).
-[MusicPlayer](https://github.com/iampawan/Flutter-Music-Player) [422⭐] - Full featured music player by [Pawan Kumar](https://about.me/imthepk).
-[WhatTodo](https://github.com/burhanrashid52/WhatTodo) [313⭐] - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52).
-[FlutterGram](https://github.com/mdanics/fluttergram) [344⭐] - Complete Instagram based on Firestore & Google Functions by [MDanics](https://github.com/mdanics).
-[BookSearch](https://github.com/Norbert515/BookSearch) [212⭐] - Digital BookShelf for your reading progress by [Norbert515](https://github.com/Norbert515).
-[Cinematic](https://github.com/aaronoe/FlutterCinematic) [367⭐] - UI for Movie DB Public API by [Aaron Oertel](https://github.com/aaronoe).
-[Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [149⭐] - Beer tracking nicely designed by [Benoit Letondor](https://github.com/benoitletondor).
-[Trace](https://github.com/trentpiercy/trace) [154⭐] - Modern and powerful crypto portfolio & market explorer by [Trent Piercy](https://github.com/trentpiercy).
-[Taskist](https://github.com/huextrat/Taskist) [100⭐] - Taskist is a ToDo List app for Task Management by [Hugo EXTRAT](https://github.com/huextrat).
-[Tourism](https://github.com/bluemix/tourism-demo) [54⭐] - Tourism app based on redux w/ animations & i18n by [blueMix](https://github.com/bluemix/tourism-demo).
-[TrinityOrientation@UnivToronto](https://github.com/matthewtory/trinity-orientation-2018) [118⭐] - Orientation week at Trinity College, U of T by [Matthew Tory](https://github.com/matthewtory).
-[TransformWidget](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) [52⭐] - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak).
-[InKino](https://github.com/roughike/inKino) [1556⭐] - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike).
-[Flip](https://github.com/RedBrogdon/flutterflip) [76⭐] - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon).
-[2048](https://github.com/anuranBarman/2048) [35⭐] - 2048 game by [Anuran Barman](https://github.com/anuranBarman).
-[TRex](https://github.com/renancaraujo/trex-flame) [52⭐] - Port of the famous Chrome's Trex game by [Renan C. Araújo](https://github.com/renancaraujo).
-[Crush](https://github.com/boeledi/flutter_crush) [80⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by [Didier Boelens](https://didierboelens.com).
-[SlidePuzzle](https://github.com/kevmoo/slide_puzzle) [25⭐] - Classic slide (15) puzzle by [Kevin Moore](https://github.com/kevmoo).
-[LauncherIcons](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).
-[ReduxStarter/CodeGenerator](https://github.com/hillelcoren/flutter-redux-starter) [123⭐] - Starter project and code generator with Redux support by [Hillel Coren](https://twitter.com/hillelcoren).
-[FlutterIcon](http://fluttericon.com/) [47⭐] - Icon set generator by [Mike Hoolehan](https://github.com/ilikerobots).
-[DesktopEmbedding](https://github.com/google/flutter-desktop-embedding) [2606⭐] - Desktop implementations of the Flutter embedding API by Google.
-[GolangDesktopEmbedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [447⭐] - Golang embedder for desktop by [Pierre Champion](https://github.com/Drakirus).
-[FlutterinAction](https://www.manning.com/books/flutter-in-action?a_aid=flutterinaction&a_bid=d08c3247) - Complete Flutter and Dart resource, currently in 'Early Access'. (42% off with code 'slwindmill').
-[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).
Totheextentpossibleunderlaw,[RobertFelker](https://www.linkedin.com/in/robert-felker/) has waived all copyright and related or neighboring rights to this work.