mirror of
https://github.com/Solido/awesome-flutter.git
synced 2025-05-24 06:27:04 +02:00
Items Badge
This commit is contained in:
parent
d48f03a552
commit
7cd81c1216
1 changed files with 25 additions and 23 deletions
48
README.md
48
README.md
|
@ -8,6 +8,8 @@
|
|||
<a href="https://stackoverflow.com/questions/tagged/flutter?sort=votes">
|
||||
<img alt="PRs Welcome" src="https://img.shields.io/badge/StackOverflow-2,951-orange.svg" />
|
||||
</a>
|
||||
<img alt="Entries" src="https://img.shields.io/badge/Items-164-lightgrey.svg" />
|
||||
|
||||
</p>
|
||||
|
||||
Flutter is a mobile app SDK for building high-performance, high-fidelity, apps for iOS and Android, from a single codebase.
|
||||
|
@ -51,43 +53,43 @@ Also like 👍, star ⭐, clap 👏 links to support their authors !
|
|||
|
||||
### Begin with
|
||||
|
||||
- [Introduction to Flutter](https://www.youtube.com/watch?v=GCCjR0mbJMM) (19 👍) - Introduction to Flutter by [Faisal Abid](https://twitter.com/FaisalAbid).
|
||||
- [Google IO 2018](https://medium.com/flutter-io/building-beautiful-flexible-user-interfaces-with-flutter-material-theming-and-official-material-13ae9279ef19) (843 👏) - Building beautiful, flexible user interfaces with Flutter.
|
||||
- [Flutter Labs](https://codelabs.developers.google.com/codelabs/flutter/index.html#0) - Building beautiful UIs with Flutter step by step.
|
||||
- [Zero to One with Flutter](https://medium.com/dartlang/zero-to-one-with-flutter-43b13fd7b354) (2.1K 👏) - Flutter basics by [Mikkel Ravn](https://medium.com/@mravn).
|
||||
- [FLUTTER from Install to ListView](https://medium.com/@develodroid/flutter-i-intro-and-install-a8bf6dfcc7c8) (550 👏) - Full series of 4 articles by [Chema Rubio](https://twitter.com/develodroid).
|
||||
- [Introduction to Flutter](https://www.youtube.com/watch?v=GCCjR0mbJMM) (19 👍) - Introduction by [Faisal Abid](https://twitter.com/FaisalAbid).
|
||||
- [Google IO 2018](https://medium.com/flutter-io/building-beautiful-flexible-user-interfaces-with-flutter-material-theming-and-official-material-13ae9279ef19) (844 👏) - Building beautiful, flexible user interfaces.
|
||||
- [Flutter Labs](https://codelabs.developers.google.com/codelabs/flutter/index.html#0) - Building beautiful UIs step by step.
|
||||
- [Zero to One](https://medium.com/dartlang/zero-to-one-with-flutter-43b13fd7b354) (2.1K 👏) - Flutter basics by [Mikkel Ravn](https://medium.com/@mravn).
|
||||
- [From Install to ListView](https://medium.com/@develodroid/flutter-i-intro-and-install-a8bf6dfcc7c8) (550 👏) - Full series of 4 articles by [Chema Rubio](https://twitter.com/develodroid).
|
||||
|
||||
### Tutorial
|
||||
|
||||
- [Coding an Android App](https://code.tutsplus.com/tutorials/developing-an-android-app-with-flutter--cms-28270) - Setup and first app by [Ashraff Hathibelagal](https://github.com/hathibelagal).
|
||||
- [Animated Chat](https://codelabs.developers.google.com/codelabs/flutter/#0) - Building beautiful UIs with Flutter by Google Code Labs.
|
||||
- [Firebase Chat](https://codelabs.developers.google.com/codelabs/flutter-firebase/#0) - Firebase Flutter by Google Code Labs.
|
||||
- [Planets-Flutter: from design to app](http://sergiandreplace.com/2017/09/planets-flutter-from-design-to-app) - Basic tutorial.
|
||||
- [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) - Nice planet design tutorial.
|
||||
|
||||
### Howtos
|
||||
|
||||
- [Zero to One Flutter Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) (715 👏) - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn).
|
||||
- [Google Cloud Functions](https://rominirani.com/tutorial-flutter-app-powered-by-google-cloud-functions-3eab0df5f957) - Flutter App powered by Google Cloud Functions by [Romin Irani](https://rominirani.com/@iromin).
|
||||
- [Zero to One Animation](https://medium.com/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb) (715 👏) - Focus on animation by [Mikkel Ravn](https://medium.com/@mravn).
|
||||
- [Google Cloud Functions](https://rominirani.com/tutorial-flutter-app-powered-by-google-cloud-functions-3eab0df5f957) - App powered by Google Cloud Functions by [Romin Irani](https://rominirani.com/@iromin).
|
||||
- [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) (317 👍) - Firebase live coding.
|
||||
- [Securing Flutter Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) (230 👏) - By Mehmet Fidanboylu.
|
||||
- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) (273 👏) - How to make a custom plug-in for Flutter by [Karthik Ponnam](https://medium.com/@KarthikPonnam).
|
||||
- [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) (230 👏) - By Mehmet Fidanboylu.
|
||||
- [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) (273 👏) - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam).
|
||||
- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) (245 👏) - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo).
|
||||
|
||||
### Websites / Blogs
|
||||
|
||||
- [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 and Howto based on Redux, Firebase, Custom Animations, and UI.
|
||||
- [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).
|
||||
- [Flutter Rocks](https://flutter.rocks/) - Blog about the joys of Flutter by [Iiro Krankka](https://twitter.com/koorankka).
|
||||
- [Norbert](https://medium.com/@norbertkozsir) - In depth articles about Flutter features and app creation by [Norbert515](https://github.com/Norbert515).
|
||||
- [Norbert](https://medium.com/@norbertkozsir) - In depth articles, features and app creation by [Norbert515](https://github.com/Norbert515).
|
||||
|
||||
## Videos
|
||||
- [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) (64 🎬) - Very rich content by [Tensor Programming](http://tensor-programming.com/).
|
||||
- [Flutter Challenges](https://www.youtube.com/channel/UCtWyVkPpb8An90SNDTNF0Pg) - High-production value, in-depth Flutter challenges, tutorials, and patterns.
|
||||
- [Flutter Challenges](https://www.youtube.com/channel/UCtWyVkPpb8An90SNDTNF0Pg) - High-production value, in-depth challenges, tutorials, and patterns.
|
||||
- [The Flutter Episodes](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) (61 🎬) - [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 with Flutter by Google.
|
||||
- [Udacity](https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905) - Build Native Mobile Apps by Google.
|
||||
- [Flutter tutorials from VoidRealms](https://www.youtube.com/playlist?list=PLUbFnGajtZlX9ubiLzYz_cw92esraiIBi) (42 🎬) - Video tutorials, from basic to advanced.
|
||||
- [Bram Vanbilsen Tutorials](https://www.youtube.com/watch?v=CEPCGXQ7IQg&list=PLxU9Ryxq6p58PsNmJL70J4_7UzfSqf35n) (12 🎬) - Discover SDK using VSCode by Bram Vanbilsen.
|
||||
|
||||
|
@ -95,9 +97,9 @@ Also like 👍, star ⭐, clap 👏 links to support their authors !
|
|||
|
||||
### Demonstrations
|
||||
|
||||
- [Flutter Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo app for the material design widgets and other features provided by Flutter.
|
||||
- [Flutter Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo app for the material design widgets and other features provided by Flutter Team.
|
||||
- [Posse Gallery](https://github.com/flutter/posse_gallery) (132 ★) - Demonstration by [Posse](http://goposse.com).
|
||||
- [Flutter Examples](https://github.com/nisrulz/flutter-examples) (683 ★) - Simple basic isolated apps for budding flutter devs, by [Nishant Srivastava](https://github.com/nisrulz).
|
||||
- [Flutter Examples](https://github.com/nisrulz/flutter-examples) (683 ★) - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz).
|
||||
|
||||
### UI
|
||||
|
||||
|
@ -126,7 +128,7 @@ Also like 👍, star ⭐, clap 👏 links to support their authors !
|
|||
|
||||
### Map
|
||||
|
||||
- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) (164 ★) - 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) (165 ★) - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/).
|
||||
- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) (16 ★) - Forward and reverse geocoding by [Aloïs Deniel](https://aloisdeniel.github.com).
|
||||
- [Flutter Map](https://github.com/apptreesoftware/flutter_map) (128 ★) - Open-source map solution (based on [Leaflet](http://leafletjs.com/)), easily customizable, contributions welcome. By [AppTree Software](https://github.com/apptreesoftware).
|
||||
- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) (68 ★) - Interactive, customizable vector maps by Mapbox.
|
||||
|
@ -210,14 +212,14 @@ Also like 👍, star ⭐, clap 👏 links to support their authors !
|
|||
## Templates
|
||||
|
||||
- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) (91 ★) - Movie details page by [Iiro Krankka](https://github.com/roughike).
|
||||
- [Flutter Mates](https://github.com/CodemateLtd/FlutterMates) (156 ★) - How to load profiles from the randomuser.me API and a nice profile details page by [Iiro Krankka](https://github.com/roughike).
|
||||
- [Flutter Mates](https://github.com/CodemateLtd/FlutterMates) (157 ★) - 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) (49 ★) - 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) (620 ★) - 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) (216 ★) - Restaurant menu by [Braulio Cassule](https://github.com/braulio94).
|
||||
- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) (208 ★) - Profile, Travel, Food App by [Tomi Alagbe](https://github.com/tomialagbe).
|
||||
- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) (18 ★) - iOS Settings by [Matthias Rupp](https://github.com/matthinc).
|
||||
- [Music Player](https://github.com/thosakwe/flutter_music_player) (58 ★) - music player component by [Tobe O](https://thosakwe.com/).
|
||||
- [Dashboard](https://github.com/Ivaskuu/dashboard) (138 ★) - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu).
|
||||
- [Dashboard](https://github.com/Ivaskuu/dashboard) (139 ★) - Dashboard and Shop Items by [Ivascu Adrian](https://github.com/Ivaskuu).
|
||||
- [Todo](https://github.com/littlemarc2011/FlutterTodo) (85 ★) - Todo template from Dribble by [Marc L](https://www.marc-little.com/).
|
||||
- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) (14 ★) - Swipe cards template by [Ruchika Gupta](https://github.com/geekruchika).
|
||||
|
||||
|
@ -227,7 +229,7 @@ Also like 👍, star ⭐, clap 👏 links to support their authors !
|
|||
- [Sqflite](https://github.com/tekartik/sqflite) (210 ★) - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/).
|
||||
- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) (137 ★) - by [Hadrien Lejard](https://twitter.com/HadrienLejard).
|
||||
- [Pub Plugins](https://pub.dartlang.org/flutter/plugins) - Plugins filter in Dart Pub Repository.
|
||||
- [Flutter Location](https://github.com/Lyokone/flutterlocation) (75 ★) - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone).
|
||||
- [Flutter Location](https://github.com/Lyokone/flutterlocation) (76 ★) - Handle location, handling callbacks to get continuous location by [Lyokone](https://github.com/Lyokone).
|
||||
- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) (31 ★) - QR Code reader plugin by [Matheus Villela](https://github.com/villela).
|
||||
- [Battery](https://pub.dartlang.org/packages/battery) - Access various information about the battery.
|
||||
- [Zebra EMDK](https://github.com/acaliaro/flutterZebraEmdk) (3 ★) - Use Zebra EMDK to access Barcode Scanner API.
|
||||
|
@ -286,7 +288,7 @@ Also like 👍, star ⭐, clap 👏 links to support their authors !
|
|||
- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) (222 ★) - Unofficial conference app for DroidKaigi 2018 Tokyo by [konifar](https://github.com/konifar).
|
||||
- [Heroes Companion](https://github.com/arranf/Heroes-Companion) (34 ★) - Companion app for Heroes of Storm including redux and sqflite by [arranf](https://github.com/arranf).
|
||||
- [Trovami](https://github.com/Samaritan1011001/Trovami) (33 ★) - Live location sharing app built on Flutter and Firebase as backend by [Manoj NB](https://github.com/Samaritan1011001).
|
||||
- [Music Player](https://github.com/iampawan/Flutter-Music-Player) (172 ★) - Full featured music player by [Pawan Kumar](https://about.me/imthepk).
|
||||
- [Music Player](https://github.com/iampawan/Flutter-Music-Player) (173 ★) - Full featured music player by [Pawan Kumar](https://about.me/imthepk).
|
||||
- [Planty](https://github.com/Ivaskuu/plantly) (55 ★) - Plants shop by [Ivascu Adrian](https://github.com/Ivaskuu).
|
||||
- [InKino](https://github.com/roughike/inKino) (809 ★) - Complete movie app that uses flutter_redux for state management, has nice transition animations, and a comprehensive set of widget & unit tests, by [Iiro Krankka](https://github.com/roughike).
|
||||
- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) (102 ★) - Todoist like UI by [Burhanuddin Rashid](https://about.me/burhanrashid52).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue