Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -103,34 +103,30 @@
Beginner
- Roadmap to Flutter Development (https://github.com/olexale/flutter_roadmap) 5204⭐ - Visual roadmap with principles, patterns, and frameworks for Flutter newbies by Olexandr Leuschenko 
(https://github.com/olexale).
- Roadmap to Flutter Development (https://github.com/olexale/flutter_roadmap) 5204⭐ - Visual roadmap with principles, patterns, and frameworks for Flutter newbies by Olexandr Leuschenko (https://github.com/olexale).
- 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)
- Getting Started with Flutter (https://www.raywenderlich.com/24499516-getting-started-with-flutter) - by raywenderlich.com (https://www.raywenderlich.com)
- Beginner's Guide (https://github.com/antz22/ultimate-guide-to-flutter) 350⭐ - Comprehensive guide to the basics of Flutter and Firebase by Anthony (https://github.com/antz22)
Intermediate
- Flutter state management for minimalists (https://suragch.medium.com/flutter-state-management-for-minimalists-4c71a2f2f0c1?sk=6f9cedfb550ca9cc7f88317e2e7055a0) - Understanding app architecture without relying 
on third-party frameworks by Suragch (https://twitter.com/Suragch1). See also State Management (#state-management)
- Flutter state management for minimalists (https://suragch.medium.com/flutter-state-management-for-minimalists-4c71a2f2f0c1?sk=6f9cedfb550ca9cc7f88317e2e7055a0) - Understanding app architecture without relying on third-party frameworks
by Suragch (https://twitter.com/Suragch1). See also State Management (#state-management)
Advanced
- Rendering Pipeline (https://www.youtube.com/watch?v=UUfXWzp0-DU) 1102👍 and Let's build a render tree (https://www.youtube.com/watch?v=VsYbFnucHsU) - Engine architecture by Adam Barth
- Render Objects (https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) - What are Widgets, RenderObjects and Elements? by Norbert515 
(https://github.com/Norbert515)
- Render Objects (https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) - What are Widgets, RenderObjects and Elements? by Norbert515 (https://github.com/Norbert515)
- 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) - Flutter Deep Dive: Gestures by Nash (https://github.com/nash0x7e2)
- 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) - Flutters InheritedWidget to hold app state by Chema Molins 
(https://github.com/jmolins)
- 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) - Flutters 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)
- 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)
- 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)
Advanced graphics rendering
@@ -140,8 +136,8 @@
- Parallax Effect (https://marcinszalek.pl/flutter/tickets-challenge-parallax) - Parallax & non linear animation by Marcin Szalek (https://marcinszalek.pl).
- Build Flavor (https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) - Define build configurations and switch them by Salvatore Giordano (https://medium.com/@salvatoregiordanoo)
- Build Flavor (https://medium.com/@angeloavv/easily-build-flavors-in-flutter-android-and-ios-with-flutter-flavorizr-d48cbf956e4) - Easily build flavors in Flutter (Android and iOS) with flutter_flavorizr by 
Angelo Cassano (https://medium.com/@angeloavv)
- Build Flavor (https://medium.com/@angeloavv/easily-build-flavors-in-flutter-android-and-ios-with-flutter-flavorizr-d48cbf956e4) - Easily build flavors in Flutter (Android and iOS) with flutter_flavorizr by Angelo Cassano 
(https://medium.com/@angeloavv)
Videos
@@ -177,15 +173,13 @@
- Card Settings (https://github.com/codegrue/card_settings) 519⭐ - package for building settings forms by codegrue (https://github.com/codegrue).
- Timelines (https://github.com/chulwoo-park/timelines) 689⭐ - Powerful & Easy to use timeline package by Chulwoo Park (https://github.com/chulwoo-park).
- Timeline Tile (https://github.com/JHBitencourt/timeline_tile) 673⭐ - Tile to help build beautiful and customisable timelines by Julio Bitencourt (https://github.com/JHBitencourt).
- Rounded Loading Button (https://github.com/chrisedg87/flutter_rounded_loading_button) 294⭐ - Button with a loading indicator, complete with success and error animations by Chris Edgington 
(https://twitter.com/ChrisTheEdg)
- Rounded Loading Button (https://github.com/chrisedg87/flutter_rounded_loading_button) 294⭐ - Button with a loading indicator, complete with success and error animations by Chris Edgington (https://twitter.com/ChrisTheEdg)
- Flyer Chat (https://github.com/flyerhq/flutter_chat_ui) 1356⭐ - Community-driven chat UI implementation by the Flyer Chat team (https://github.com/flyerhq)
- Smooth Page Indicator (https://github.com/Milad-Akarie/smooth_page_indicator) 1081⭐ - Customizable animated page indicator with a set of built-in effects. Milad Akarie (https://github.com/Milad-Akarie)
List
- Super List (https://github.com/superlistapp/super_sliver_list) 183⭐ - Drop-in replacement for SliverList and ListView that can handle large amount of items with variable extents by Matej Knopp 
(https://github.com/knopp)
- Super List (https://github.com/superlistapp/super_sliver_list) 183⭐ - Drop-in replacement for SliverList and ListView that can handle large amount of items with variable extents by Matej Knopp (https://github.com/knopp)
- Reorderables (https://github.com/hanshengchiu/reorderables) 714⭐ - 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) 1213⭐ - A beautiful and custom refresh indicator by Ayush Agarwal (https://github.com/aagarwal1012/).
- PlutoGrid (https://github.com/bosskmk/pluto_grid) 620⭐ - Web and desktop datagrid that can be controlled by the keyboard by bosskmk (https://github.com/bosskmk).
@@ -195,10 +189,8 @@
Drawers
- Hidden Drawer Menu (https://github.com/RafaelBarbosatec/hidden_drawer_menu) 339⭐ - 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) 499⭐ - 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).
- Hidden Drawer Menu (https://github.com/RafaelBarbosatec/hidden_drawer_menu) 339⭐ - 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) 499⭐ - 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
@@ -220,8 +212,7 @@
- Offline (https://github.com/jogboms/flutter_offline) 993⭐ - Tidy utility to handle offline/online connectivity by Jeremiah Ogbomo (https://twitter.com/jogboms).
- ShowCaseView (https://github.com/simformsolutions/flutter_showcaseview) 1378⭐ - Way to showcase your app features on iOS and Android by Simform (https://github.com/simformsolutions)
- Mix (https://github.com/leoafarias/mix) 344⭐ - An expressive way to effortlessly build design systems by Leo Farias (https://github.com/leoafarias).
- Blurhash (https://github.com/fluttercommunity/flutter_blurhash) 486⭐ - Compact representation of a placeholder for an image. Encode a blurry image under 30 caracters by Robert Felker 
(https://www.linkedin.com/in/robert-felker/)
- Blurhash (https://github.com/fluttercommunity/flutter_blurhash) 486⭐ - Compact representation of a placeholder for an image. Encode a blurry image under 30 caracters by Robert Felker (https://www.linkedin.com/in/robert-felker/)
Material Design
@@ -243,13 +234,11 @@
- Calendar Carousel Widget (https://github.com/dooboolab/flutter_calendar_carousel) - Calendar carousel by dooboolab (https://github.com/dooboolab/flutter_calendar_carousel)
- Table Calendar (https://github.com/aleksanderwozniak/table_calendar) 1710⭐ - Calendar organized neatly into a Table, with vertical autosizing by Aleksander Woźniak (https://github.com/aleksanderwozniak)
- Time Planner (https://github.com/Jamalianpour/time_planner) 209⭐ - A beautiful, easy to use and customizable time planner for flutter mobile, desktop and web by Mohammad Jamalianpour 
(https://github.com/Jamalianpour)
- Time Planner (https://github.com/Jamalianpour/time_planner) 209⭐ - A beautiful, easy to use and customizable time planner for flutter mobile, desktop and web by Mohammad Jamalianpour (https://github.com/Jamalianpour)
Backend-Driven
- Dynamic Widget (https://github.com/dengyin2000/dynamic_widget) 1500⭐ - Build your dynamic UI with json, and the json format is very similar with flutter widget code by Denny Deng 
(https://github.com/dengyin2000).
- Dynamic Widget (https://github.com/dengyin2000/dynamic_widget) 1500⭐ - Build your dynamic UI with json, and the json format is very similar with flutter widget code by Denny Deng (https://github.com/dengyin2000).
Image
@@ -295,10 +284,9 @@
- Local Auth (https://github.com/flutter/packages/tree/main/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android
- Google Sign-In (https://github.com/flutter/packages/tree/main/packages/google_sign_in) - Google OAuth
- Firebase Auth (https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth) - Firebase OAuth
- 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) 350⭐ - 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) - Phone number auth via SMS by Gildásio Filho (https://github.com/gildaswise)
- SimpleAuth (https://github.com/Clancey/simple_auth) 350⭐ - 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) 267⭐ - Plugin that provides a wrapper around the AppAuth iOS and Android SDKs by Michael Bui (https://github.com/MaikuB)
Text & Rich Content
@@ -332,8 +320,8 @@
Media
- photo_manager (https://github.com/fluttercandies/flutter_photo_manager) 634⭐ - Provides assets (image/video/audio) abstraction management APIs that can be easily integrated with custom UI widgets by 
CaiJingLong (https://github.com/CaiJingLong) and Alex Li (https://github.com/AlexV525).
- photo_manager (https://github.com/fluttercandies/flutter_photo_manager) 634⭐ - Provides assets (image/video/audio) abstraction management APIs that can be easily integrated with custom UI widgets by CaiJingLong 
(https://github.com/CaiJingLong) and Alex Li (https://github.com/AlexV525).
Audio
@@ -369,14 +357,12 @@
- Admob (https://pub.dev/packages/admob) - GoogleAdmob supports interstitial ads in both iOS and Android by Brett Nesbitt
- Firebase AdMob (https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_admob) - Ad integration using Firebase
- Inapp Purchase (https://github.com/dooboolab/flutter_inapp_purchase) 544⭐ - 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/kmcgill88/admob_flutter) - Admob plugin that shows banner ads using native platform views by Youssef Kababe (https://github.com/YoussefKababe) & Kevin McGill 
(https://github.com/kmcgill88).
- Facebook Audience Network (https://github.com/dreamsoftin/facebook_audience_network) - Facebook Audience Network Ad plugin that shows banner, interstitial, in-stream video, rewarded video & natvie ads by 
Dreamsoft Innovations (https://github.com/dreamsoftin).
- Square In-App Payments SDK (https://github.com/square/in-app-payments-flutter-plugin) 332⭐ - Take payments by embedding a card entry form in your app that produces nonces from customer-provided card 
information or digital wallets by Square (https://github.com/orgs/square)
- Inapp Purchase (https://github.com/dooboolab/flutter_inapp_purchase) 544⭐ - 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/kmcgill88/admob_flutter) - Admob plugin that shows banner ads using native platform views by Youssef Kababe (https://github.com/YoussefKababe) & Kevin McGill (https://github.com/kmcgill88).
- Facebook Audience Network (https://github.com/dreamsoftin/facebook_audience_network) - Facebook Audience Network Ad plugin that shows banner, interstitial, in-stream video, rewarded video & natvie ads by Dreamsoft Innovations 
(https://github.com/dreamsoftin).
- Square In-App Payments SDK (https://github.com/square/in-app-payments-flutter-plugin) 332⭐ - Take payments by embedding a card entry form in your app that produces nonces from customer-provided card information or digital wallets by
Square (https://github.com/orgs/square)
Templates
@@ -428,8 +414,7 @@
- File Picker (https://github.com/miguelpruivo/plugins_flutter_file_picker) 1248⭐ - Native file explorer to load absolute file path by Miguel Ruivo (https://github.com/miguelpruivo)
- VPN (https://github.com/X-dea/Flutter_VPN) 329⭐ - Access VPN services by Jason C.H (https://github.com/ctrysbita)
- Geolocator (https://github.com/baseflow/flutter-geolocator) 1204⭐ - A Flutter geolocation plugin which provides easy access to the platform specific location services by Baseflow (https://baseflow.com)
- Permission Handler (https://github.com/baseflow/flutter-permission-handler) 1965⭐ - A Flutter permission plugin which provides a cross-platform (iOS, Android) API to request and check permissions by Baseflow
(https://baseflow.com)
- Permission Handler (https://github.com/baseflow/flutter-permission-handler) 1965⭐ - A Flutter permission plugin which provides a cross-platform (iOS, Android) API to request and check permissions by Baseflow (https://baseflow.com)
- Live Activities (https://github.com/istornz/live_activities) 139⭐ - A plugin to use iOS live activities & Dynamic Island features by Dimitri Dessus (https://github.com/istornz)
Scanner
@@ -471,8 +456,8 @@
Redux / ELM / Dependency Injection
- Redux.dart (https://github.com/johnpryan/redux.dart) 513⭐ - 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.dart (https://github.com/johnpryan/redux.dart) 513⭐ - 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) 1648⭐ - 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
- Async Redux (https://pub.dev/packages/async_redux) 227⭐ - Redux without boilerplate. Allows for both sync and async reducers by Marcelo Glasberg (https://github.com/marcglasberg/)
@@ -490,10 +475,8 @@
Backend
- Dynamic Widget (https://github.com/dengyin2000/dynamic_widget) 1500⭐ - Build your dynamic UI with json, and the json format is very similar with flutter widget code by Denny Deng 
(https://github.com/dengyin2000).
- NETCoreSync (https://github.com/aldycool/NETCoreSync) - Centralized database synchronization framework for multiple clients, built on top of Moor (https://github.com/simolus3/moor) library by Aldy J 
(https://github.com/aldycool)
- Dynamic Widget (https://github.com/dengyin2000/dynamic_widget) 1500⭐ - Build your dynamic UI with json, and the json format is very similar with flutter widget code by Denny Deng (https://github.com/dengyin2000).
- NETCoreSync (https://github.com/aldycool/NETCoreSync) - Centralized database synchronization framework for multiple clients, built on top of Moor (https://github.com/simolus3/moor) library by Aldy J (https://github.com/aldycool)
- Parse for Flutter (https://github.com/parse-community/Parse-SDK-Flutter/tree/master/packages/flutter) 562⭐ Open source backend framework by ParsePlatform (https://parseplatform.org/).
- Serverpod (https://github.com/serverpod/serverpod) - Write your server-side code and API in Dart.
@@ -515,8 +498,7 @@
- flutter_convenient_test (https://github.com/fzyzcjy/flutter_convenient_test) 449⭐ - Tests with action history, time travelling, screenshots, rapid re-execution, video recordings, interactive mode by fzyzcjy 
(https://github.com/fzyzcjy)
- Patrol (https://github.com/leancodepl/patrol) 770⭐ - Easy-to-learn, powerful UI testing framework eliminating limitations of flutter_test, integration_test, and flutter_driver by LeanCode 
(https://leancode.co)
- Patrol (https://github.com/leancodepl/patrol) 770⭐ - Easy-to-learn, powerful UI testing framework eliminating limitations of flutter_test, integration_test, and flutter_driver by LeanCode (https://leancode.co)
Web
@@ -549,24 +531,22 @@
Game Engine resources
- Awesome Flame (https://github.com/flame-engine/awesome-flame) 938⭐ - Curated list of the best Flame games, projects, libraries, tools, tutorials, articles and more by Flame Engine 
(https://github.com/flame-engine)
- Awesome Flame (https://github.com/flame-engine/awesome-flame) 938⭐ - Curated list of the best Flame games, projects, libraries, tools, tutorials, articles and more by Flame Engine (https://github.com/flame-engine)
Open Source Apps
Premium
- AppFlowy (https://github.com/AppFlowy-IO/appflowy) 48482⭐ - Open Source Notion Alternative. You are in charge of your data and customizations. Built with Flutter and Rust by AppFlowy team 
(https://www.appflowy.io/)
- AppFlowy (https://github.com/AppFlowy-IO/appflowy) 48482⭐ - Open Source Notion Alternative. You are in charge of your data and customizations. Built with Flutter and Rust by AppFlowy team (https://www.appflowy.io/)
- RustDesk (https://github.com/rustdesk/rustdesk) 62435⭐ - Open source virtual/remote desktop and TeamViewer alternative. Built with Flutter and Rust by RustDesk team (https://www.rustdesk.com/).
- Spotube (https://github.com/KRTirtho/spotube) - Open source Spotify client for desktop and mobile by Kingkor Roy Tirtho (https://github.com/KRTirtho)
Top
- Flutter Team Samples (https://github.com/flutter/samples) 16544⭐ - 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) 23562⭐ - 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 Common Widgets (https://github.com/alibaba/flutter-common-widgets-app) 23562⭐ - Collection of official widgets demos & docs in chinese to help developers learn quickly by Alibaba Auction Frontend Team 
(https://github.com/alibaba-paimai-frontend)
- Music Player (https://github.com/iampawan/Flutter-Music-Player) 1675⭐ - Full featured music player by Pawan Kumar (https://about.me/imthepk)
- WhatTodo (https://github.com/burhanrashid52/WhatTodo) 1132⭐ - Todoist like UI by Burhanuddin Rashid (https://about.me/burhanrashid52)
- FlutterGram (https://github.com/mdanics/fluttergram) 2284⭐ - Complete Instagram based on Firestore & Google Functions by MDanics (https://github.com/mdanics)
@@ -575,14 +555,12 @@
- Linwood Butterfly (https://github.com/LinwoodCloud/Butterfly) 794⭐ - Powerful note taking app and an alternative to OneNote by CodeDoctorDE (https://github.com/CodeDoctorDE)
- Trinity Orientation @ Univ Toronto (https://github.com/matthewtory/trinity-orientation-2018) 615⭐ - 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)
- TailorMade (https://github.com/jogboms/tailor_made) 326⭐ - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by Jeremiah Ogbomo 
(https://twitter.com/jogboms)
- TailorMade (https://github.com/jogboms/tailor_made) 326⭐ - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by Jeremiah Ogbomo (https://twitter.com/jogboms)
- Spacex-Go (https://github.com/jesusrp98/spacex-go) 834⭐ - Simple yet powerful, open-source SpaceX launch tracker. jesusrp98 (https://twitter.com/jesusrp98).
- Enigma (https://github.com/AmitJoki/Enigma) - Privacy chat with end-to-end encryption by AmitJoki (https://github.com/AmitJoki)
- Chillify (https://github.com/KarimElghamry/chillify) - Fancy music app made with Provider and Bloc pattern by Karim Elghamry (https://github.com/KarimElghamry)
- Pokedex (https://github.com/scitbiz/flutter_pokedex) - Pokedex app with beautiful UI and smooth animation by Hung Pham (https://github.com/scitbiz)
- Timy Messenger (https://github.com/janoodleFTW/timy-messenger) 2054⭐ - Group messaging app with a focus on organizing events by Miguel Beltran (https://github.com/miquelbeltran) and Franz Heinfling 
(https://github.com/fheinfling)
- Timy Messenger (https://github.com/janoodleFTW/timy-messenger) 2054⭐ - Group messaging app with a focus on organizing events by Miguel Beltran (https://github.com/miquelbeltran) and Franz Heinfling (https://github.com/fheinfling)
- GitJournal (https://github.com/GitJournal/GitJournal) 3299⭐ - Journaling your data in a Git Repo by Vishesh Handa (https://github.com/vHanda)
- AuthPass (https://github.com/authpass/authpass) 2110⭐ - Keepass compatible password manager for mobile and desktop by hpoul (https://github.com/hpoul)
- Fwitter (https://github.com/TheAlphamerc/flutter_twitter_clone) 3650⭐ - Full Twitter clone using Firebase solution by Sonu Sharma (https://github.com/TheAlphamerc)
@@ -594,19 +572,17 @@
Utilities
- 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)
- 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)
- FlutterIcon (http://fluttericon.com/) 409⭐ - Icon set generator by Mike Hoolehan (https://github.com/ilikerobots)
- FVM (https://github.com/leoafarias/fvm) 4277⭐ - Flutter Version Management: A simple cli to manage Flutter SDK versions.
- Environment Configuration (https://github.com/TatsuUkraine/dart_environment_config) 91⭐ - CLI tool to generate .env configurations for application environments by TatsuUkraine 
(https://github.com/TatsuUkraine)
- Environment Configuration (https://github.com/TatsuUkraine/dart_environment_config) 91⭐ - CLI tool to generate .env configurations for application environments by TatsuUkraine (https://github.com/TatsuUkraine)
- Flutter Flavorizr (https://github.com/AngeloAvv/flutter_flavorizr) 410⭐ - CLI utility to easily generate flavors for Android and iOS in less than 3 minutes by Angelo Cassano (https://github.com/AngeloAvv)
- Fontify (https://github.com/westracer/fontify) 102⭐ - CLI tool to convert SVG icons to OTF font and generate Flutter-compatible class by Igor Kharakhordin (https://github.com/westracer)
- FlutterGen (https://github.com/FlutterGen/flutter_gen) 1394⭐ - Assets code generator for your images, fonts, colors, etc — Get rid of String-based APIs.
- Very Good Cli (https://github.com/VeryGoodOpenSource/very_good_cli) 2070⭐ - Very Good Command Line Interface for Dart created by Very Good Ventures (https://github.com/VeryGoodOpenSource)
- Flutter Sidekick (https://github.com/leoafarias/sidekick) 1464⭐ - Simple app to make Flutter development more delightful by Leo Farias (https://github.com/leoafarias)
- Dart Code Metrics (https://github.com/dart-code-checker/dart-code-metrics) 856⭐ - Additional linter which reports code metrics, checks for anti-patterns and provides additional rules for the Dart analyzer by
Dart Code Checker team (https://github.com/dart-code-checker).
- Dart Code Metrics (https://github.com/dart-code-checker/dart-code-metrics) 856⭐ - Additional linter which reports code metrics, checks for anti-patterns and provides additional rules for the Dart analyzer by Dart Code Checker team 
(https://github.com/dart-code-checker).
- Melos (https://github.com/invertase/melos) 1022⭐ - Manage projects with multiple packages, automated versioning, changelogs & publishing via Conventional Commits by Invertase (https://github.com/invertase)
VSCode
@@ -668,10 +644,9 @@
Guide & Interviews
- Interview Questions (https://github.com/whatsupcoders/Flutter-Interview-Questions) - List of helpful questions you can use to interview potential candidates by Whatsupcoders 
(https://github.com/whatsupcoders/Whatsupcoders-flutter)
- The International Flutter Starter Kit (https://medium.com/flutter-community/intl-flutter-starter-kit-18415e739fb6) - Guide by the experts by Beyza Sunay Guler (https://twitter.com/BeyzaSunayGler1) & Nawal 
Alhamwi (https://twitter.com/__nawalhmw)
- Interview Questions (https://github.com/whatsupcoders/Flutter-Interview-Questions) - List of helpful questions you can use to interview potential candidates by Whatsupcoders (https://github.com/whatsupcoders/Whatsupcoders-flutter)
- The International Flutter Starter Kit (https://medium.com/flutter-community/intl-flutter-starter-kit-18415e739fb6) - Guide by the experts by Beyza Sunay Guler (https://twitter.com/BeyzaSunayGler1) & Nawal Alhamwi 
(https://twitter.com/__nawalhmw)
Community
@@ -740,16 +715,16 @@
🇫🇷 France
- Meetup Bordeaux (https://www.meetup.com/fr-FR/Flutter-Bordeaux) - Lille (https://www.meetup.com/fr-FR/Flutter-Lille) - Paris (https://www.meetup.com/fr-FR/Flutter-Paris) - Rennes 
(https://www.meetup.com/fr-FR/Flutter-Rennes) - Nantes (https://www.meetup.com/fr-FR/flutter-nantes/)
- Meetup Bordeaux (https://www.meetup.com/fr-FR/Flutter-Bordeaux) - Lille (https://www.meetup.com/fr-FR/Flutter-Lille) - Paris (https://www.meetup.com/fr-FR/Flutter-Paris) - Rennes (https://www.meetup.com/fr-FR/Flutter-Rennes) - Nantes 
(https://www.meetup.com/fr-FR/flutter-nantes/)
- Twitter (https://twitter.com/FlutterFrance)
- Slack (https://linktr.ee/flutter_france)
- Newsletter Flutter Digest (https://www.flutter-digest.com/)
🇩🇪 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/) - Hamburg 
(https://www.meetup.com/Flutter-Hamburg/) - Stuttgart (https://www.meetup.com/Flutter-Stuttgart/) - Munich (https://www.meetup.com/Flutter-Munich)
- Meetup Berlin (https://www.meetup.com/flutter-berlin/) - Düsseldorf (https://www.meetup.com/flutter-school/) - Karlsruhe (https://www.meetup.com/Karlsruhe-Flutter-Meetup/) - Hamburg (https://www.meetup.com/Flutter-Hamburg/) - 
Stuttgart (https://www.meetup.com/Flutter-Stuttgart/) - Munich (https://www.meetup.com/Flutter-Munich)
- Twitter Flutter Berlin (https://twitter.com/flutterBerlin) - Düsseldorf (https://twitter.com/flutter_school) - Munich (https://twitter.com/FlutterMunich)
- Slack Flutter Berlin (https://flutterberlin.slack.com/join/shared_invite/enQtMzQ1NDI0NjU4Mjc5LWVjOTg0NmUxZmU4YzZjZjFkMWNjYWYyYTI5NjMyZWE5MDZjNDM0YzgyNWQyM2EzM2E0NDE4ZmQyMzQyMzRlNjI)
- LinkedIn Munich (https://www.linkedin.com/company/Flutter-Munich)