Flutter Boot Camp Roadmap
Flutter Boot Camp Roadmap
Install flutter on Mac with intel chip and M1 with silicon chip
Install android studio and android SDK
Install command line tools for android
Install emulator
Install xcode
Install cocoapod to for plugins conversion in future
Run project on ios simulator
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.
Here is what we will learn in this course:
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.
Flutter Chapter 14 Provider State management
This Chapter Tutorial
What is a provider, how does a provider work, why are we learning provider state
management. What is change notifier, multi change notifier and consumer
widget
Example one, count and periodic timer example with set state and provider.
Example two practice apps to understand provider state management a bit more
in detail.
Example three to make a simple app where we will list the product in a list and
then make them favourite. After that we will display a list of favourite products
that are marked as favourites from the list.
Will cover up what we have learned and what we will do after that.
Complete app with provider using MVVM architecture with rest APIs.