Roadmap of Flutter
Roadmap of Flutter
Roadmap of Flutter
Flutter Chapter 1
● Stateless widgets
● Hot reload and hot restart
● Single children widgets
● How to use material Icons widget
● How to use container widget with decorations
● Wrapping the widget
● What is layout
● Multiple Layout children widgets i.e column, row, and stack widgets
● Adding fonts into project
● Creating Login UI design
● TextForm Field widget
● Creating round button
● Creating Project
● Stateless widgets overview
● Stateful widget
● Understanding variable, data type and ternary operator
● Creating UI with stateless widget
● Difference between stateless and stateful widget
● Gesture Detector on tap or on pressed function
● Lottery App functionality implementation
● Random number
● Building states
● Understanding more about stateful widget with more explanation and practice
● Difference between stateless and stateful widget
● Container widget
● Expanded widget
● List tile widget
● Circular Avatar widget
● Stacks widget
● List view builder widget
● Text Form Field widget
● RichText Widget widget
● SizedBox
● Divider
● Padding & Align widgets
● Image widget
I have created a full course on API integration in Flutter from scratch to advance level. If
you are a new bee and looking for a flutter resource regarding API integration then you
will find it interesting.
These videos are not just simple tutorials that i have created, i am sharing my
experience in the field of app development and what type of mistakes i did during my
learning phase and that you are not supposed to do. So, all of your questions that are
shaking your mind will be answered here.
This series is still in progress. I will at the end make a full tracking app like Careem or
SWVL with firebase.
Create a Shopping Cart System in Fuand what you will learn in this playlist.
1. What is the local storage system and how does it work on the mobile in FLutter?
2. What it is required to setup local storage in Flutter
3. Create a project and a database for storing data.
4. How we insert data into the database and how this actually works.
5. Add product to cart
6. Update cart
7. Delete product from cart
8. Check if product is already added to cart or not
9. Calculating the total price for the products we have added and updating prices if
we update or delete products etc.
At the end I will sum up the whole project, what we have learned and how we can utilise
these concepts to build other similar real world applications.
1. Creating Project
2. Setting up project with firebase for android and ios
3. Implementing Auth firebase
4. Creating Blog application
5. Performing crud operations
6. Summing up what we have learn