└── README.md
/README.md:
--------------------------------------------------------------------------------
1 | # Flutter-Resources
2 |
3 | ## Overview
4 |
5 | Flutter is an open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single codebase. Flutter transforms the development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded experiences from a single codebase.
6 |
7 | ## Docs
8 | Please read [offical docs 📄](https://docs.flutter.dev/) for official about Flutter.
9 | Also have a look at [gfg docs 📄](https://www.geeksforgeeks.org/flutter-tutorial/) ; it is a good resource for beginners.
10 |
11 | ## Codelabs
12 | :point_right: [Codelabs & workshops ⚒️](https://docs.flutter.dev/codelabs)
13 |
14 | ## Youtube Channels
15 | | Title | Link |
16 | | :---: | :---: |
17 | | Flutter | [SUBSCRIBE🔔](https://www.youtube.com/c/flutterdev) |
18 | | FlutterMapp | [SUBSCRIBE🔔](https://www.youtube.com/c/FlutterMapp) |
19 | | Fun with Flutter | [SUBSCRIBE🔔](https://www.youtube.com/c/FunwithFlutter) |
20 | | Tips and Tricks | [SUBSCRIBE🔔](https://youtu.be/5vDq5DXXxss) |
21 |
22 | ## YouTube Playlists / Videos
23 |
24 | | Title | Link |
25 | | :---: | :---: |
26 | | Flutter - Bitfumes | [PLAY▶️](https://youtube.com/playlist?list=PLe30vg_FG4OSUlFitzqTnazH69eGwjuNI) |
27 | | Flutter - Angela Yu | [PLAY▶️](https://youtube.com/playlist?list=PLSzsOkUDsvdtl3Pw48-R8lcK2oYkk40cm) |
28 | | Write Clean Flutter Code | [PLAY▶️](https://youtu.be/dBbYVNoFxkM) |
29 | | Tips and Tricks | [PLAY▶️](https://youtu.be/5vDq5DXXxss) |
30 |
31 | ## Courses
32 |
33 | | Title | Link |
34 | | :---: | :---: |
35 | | Appbrewery.co | [ENROLL📝](https://www.appbrewery.co/p/flutter-development-bootcamp-with-dart) |
36 | | Udemy | [ENROLL 📝](https://www.udemy.com/course/flutter-bootcamp-with-dart/) |
37 | | Apperntice Book | [READ📖](https://www.raywenderlich.com/books/flutter-apprentice/v1.0.ea2) |
38 |
39 | ## Blogs
40 |
41 | | Title | Link |
42 | | :---: | :---: |
43 | | Roadmap to Modern Flutter Developer | [Go Through 🛣️](https://roadmap.sh/flutter)
44 | | Roadmap to learn Flutter like a Pro| [Go Through 🛣️](https://medium.com/google-developer-experts/roadmap-to-learn-flutter-like-a-pro-594f5c38e74a) |
45 | | List of Best Courses | [Have a Look at 👁️](https://www.appbrewery.co/p/flutter-development-bootcamp-with-dart) |
46 | | Resocoder Blogs | [Browse Articles 💬](https://resocoder.com/blog/) |
47 | | Blogs by FlutterDevs | [Start Reading 📖](https://medium.flutterdevs.com/) |
48 | | Free Code Camp | [View Blogs 📖](https://www.freecodecamp.org/news/tag/flutter/) |
49 |
50 | ## Templates and Plugins
51 |
52 | | Title | Link |
53 | | :---: | :---: |
54 | | Flutter Awesome | [Browse templates 🔍](https://flutterawesome.com/tag/templates/) |
55 | | Some UI Templates | [View Github Repo 🐈⬛](https://github.com/mitesh77/Best-Flutter-UI-Templates) |
56 | | Paid Templates by CodeCanyon | [Buy templates 💵](https://codecanyon.net/category/mobile/flutter) |
57 | | Free Templates listed in blog | [View templates 🪟](https://cdmrkt.medium.com/top-15-free-premium-flutter-templates-in-january-2024-ac9836e7fa79) |
58 | | Plugins and Packages | [Pub.dev 📦](https://pub.dev/) |
59 |
60 | ## GitHub Repositories
61 |
62 | :point_right: [Flutter Organisation 💙](https://github.com/flutter)
63 | :point_right: [RoadMap 🛣️](https://github.com/olexale/flutter_roadmap)
64 | :point_right: [Resources - Solido 🐈⬛](https://github.com/Solido/awesome-flutter)
65 | :point_right: [Resources - Appbrewery 🐈⬛](https://github.com/londonappbrewery/Flutter-Course-Resources)
66 | :point_right: [Resources - CodeUni 🐈⬛](https://github.com/CoderUni/FlutterResources)
67 |
68 |
69 | **HAPPY CODING** 💙
70 |
--------------------------------------------------------------------------------