Roadmap to becoming a Flutter Developer in 2022.
There is no specific roadmap to learn Flutter So any sources included in this roadmap are personal recommendations. You can choose one or more sources if you wish, or you can search for other sources.
- If you know any one programming language like C# , Java then you can grasp dart with within two to three days.
- else you will need to study dart well and need to solve some problems then you will Learn.
- Dart is a general-purpose, object-oriented programming language with C-style syntax.
- It is open-source and developed by Google and released in 2011.
- The purpose of Dart programming is to create a frontend user interfaces for the web and mobile apps.
- Flutter is a UI toolkit for creating fast, beautiful, natively compiled mobile applications with one programming language and a single codebase, This means that you can use one programming language and one codebase to create two different apps (for iOS and Android).
- It is an open-source development framework developed by Google and released in May 2017. Generally, Flutter is not a language; it is an SDK(Software Development Kit).
- Flutter apps use Dart programming language for creating an app.
- Flutter is mainly optimized for 2D mobile apps that can run on both Android and iOS platforms. We can also use it to build full-featured apps, including camera, storage, geolocation, network, third-party SDKs, and more.
In this level you will Learn... ?
- variables and data types.
- Operators.
- Comments.
- Control flow statements.
- Functions (parameters & its types) ,anonymous functions and fat arrow(=>) functions.
- Classes and objects
- constructors
- Getters setters
- Encapsulation, Polymorphism, Abstraction, Inheritance
- Abstract classes and interfaces etc.
Note:
If you are beginner, and you don’t know any
OOP
concepts watch Mosh video about OOP concepts in general : OOP in 7 minutes..
Note:
The SOLID Principles are five principles of Object-Oriented class design. They are a set of rules and best practices following while designing a class structure.
Even bad code can function. But if code isn’t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code But it doesn’t have to be that way.
- How to tell the difference between good and bad code.
- How to write good code and how to transform bad code into good code.
- How to create good names, good functions, good objects, and good classes.
- How to format code for maximum readability.
- How to implement complete error handling without obscuring code logic.
- How to unit test and practice test-driven development.
In this level you will Learn... ?
- 1. Basics styling widgets:
- Basic widgets to style a static UI like Text, Container, Row, Column, Asset Image, Network Image, Stack etc.
- 2. Use of Assets in pubspec.yaml:
- Know how to use assets(image, video, SVG, images ) and how to add using pubspec.yaml file.
- 3. Types Of Widgets (StatelessWidget vs StatefulWidget):
- Know the difference between stateless and stateful widgets.
- 4. Navigation & Route:
- Know how to navigate to next screen and back top previous and how to create routes.
Note:
After finishing this level you can be able to create beautiful static user interfaces. ✅
-
sqflite
-
Arabic
-
docs
-
-
Hive
-
English
-
docs
-
-
shared preferences
- Arabic
If you want to use data live from internet within your app you need to learn ?
- how to call REST API’s
- make a Model for the request and response
- Parsing JSON data into dart objects
- HTTP requests.(post, delete, get, put)
- Wael abo hamza (Firebase)
- Firebase With Flutter
- Abdullah Mansour (Udemy course paid)
- hassan falah (Udemy course paid)
- introduction to State Management (Ahmed Abu Eldahab)
- difference between SetState, Provider, GetX , Cubit and Bloc
How To Publish your App On Google Play Store and App Store ?
- Angela Yu (Udemy course)
- Maximilian Schwarzmüller (Udemy course)
- Abdullah Mansour (Udemy course)
- hassan falah (Udemy course)
You will need to search and keep learning more and more..