Change Notifier Provider Explained

  Рет қаралды 20,463

Learn App Code

Learn App Code

Күн бұрын

Change notifier, in my opinion, should be the fundamental knowledge of any Flutter developer. It's simple to get started. In the end, it is according to what kind of app, how big the app is, that will decide the state management you should use.
👉 Pre Sign Up to Flutter Learning Platform :
learncodecode.com/fluter-lear...
🔥 Check out my courses - zukunf.com/courses
🎨 Source code:
flutter.dev/docs/development/...
⏰ Timeline:
00:00 - Introduction
00:47 - What the f*** is state?
01:34 - 2 types of state
01:50 - What is ephemeral state?
03:38 - App State definition
06:50 - Lifting Up State
07:24 - ChangeNotifier
07:57 - Why have a getter method?
09:01 - Change notifier provider
11:59 - How to get method from change notifier?
🦋 Hear my thoughts on Twitter -
/ thehappyharis
📷 Get updates frequently on Instagram -
/ thehappyharis
🤓 See daily learnings on LinkedIn -
/ muhammad-haris-bin-sam...
📘 Rarely here, but why not Facebook:
/ happy-hilarious-haris-...

Пікірлер: 50
@infinityking194
@infinityking194 Жыл бұрын
After going through countless tutorials and articles, this video is where it all clicked and now I can finally resume working on my app. Thanks a lot
@HezOmanjo
@HezOmanjo 3 жыл бұрын
I have laughed through most of the presentation. :) Thanks for the lesson - simply put.
@mohamedragab9536
@mohamedragab9536 3 жыл бұрын
It's a great video, which has explained this topic clearly for someone how doesn't know anything about state management.
@faizansalam
@faizansalam 3 жыл бұрын
Watched so many videos on Provider package but your video was the best
@SergioArroyoSailing
@SergioArroyoSailing 3 жыл бұрын
awesome job! you explained a complex topic in a simple and funny way :) kudos! :D
@uxninja7629
@uxninja7629 3 жыл бұрын
great videos, glad I came across this
@pranthonyaquino
@pranthonyaquino 3 жыл бұрын
Great explanation! Thanks.
@sanjaychhetri3407
@sanjaychhetri3407 3 жыл бұрын
This is an awesome explanation! Keep it up bro!
@wego3773
@wego3773 Жыл бұрын
thanks a lot for your simple explanation.
@sozaro988
@sozaro988 3 жыл бұрын
bro, YOU ARE THE BEST
@abhisheksah
@abhisheksah 8 ай бұрын
Brilliant Video !
@plainfilth1126
@plainfilth1126 3 жыл бұрын
I honesty want to be this guy's friend
@omaryasser2177
@omaryasser2177 3 жыл бұрын
Well explained! Thank you.
@LearnFlutterCode
@LearnFlutterCode 3 жыл бұрын
Glad it was helpful!
@_Amilio_
@_Amilio_ 3 жыл бұрын
Thank you. So well explained 👌
@LearnFlutterCode
@LearnFlutterCode 3 жыл бұрын
Thanks for the kinds words
@Zizo1st
@Zizo1st 3 жыл бұрын
Great job man, keep going! You should make a full course for Flutter
@LearnFlutterCode
@LearnFlutterCode 3 жыл бұрын
That's the plan!
@Zizo1st
@Zizo1st 3 жыл бұрын
@@LearnFlutterCode Please notify me when you publish your first tutorial!
@ajoco99
@ajoco99 2 жыл бұрын
Clear explanation, you transformed a lemmon in sweet juice
@SK-up3pj
@SK-up3pj Жыл бұрын
Nice explanation
@rishabhprasad8333
@rishabhprasad8333 2 жыл бұрын
Awesome!
@aiaesthetic4201
@aiaesthetic4201 2 жыл бұрын
well explained
@George-or3uv
@George-or3uv 3 жыл бұрын
This is an excellent tutorial
@LearnFlutterCode
@LearnFlutterCode 3 жыл бұрын
Glad it was helpful
@basudevnayak8762
@basudevnayak8762 3 жыл бұрын
Thank you so much.
@LearnFlutterCode
@LearnFlutterCode 3 жыл бұрын
You're welcome!
@philosophia5577
@philosophia5577 Жыл бұрын
Why have you stopped making videos??? We would love to see these concepts videos and project playlists!!!
@oliverbytes
@oliverbytes 4 жыл бұрын
get package is the best!
@DB-dk2mj
@DB-dk2mj 3 жыл бұрын
God bless you!
@ankitmehta3561
@ankitmehta3561 2 жыл бұрын
Thank you for the lesson. Can we use more than one change notifier in our app? If yes, then how do we implement it?
@87rera
@87rera 3 жыл бұрын
Genius 😁
@bhbro4072
@bhbro4072 3 жыл бұрын
You make cool videos, they are light and clear 😊👍 but my question is regarding production - what software do you use for presentation creation?) Thnx
@LearnFlutterCode
@LearnFlutterCode 3 жыл бұрын
I use slides.com Thanks
@pradeepkumarreddykondreddy7048
@pradeepkumarreddykondreddy7048 3 жыл бұрын
Can you do a video on using Consumer in Provider ?
@WorstDeveloper
@WorstDeveloper 3 жыл бұрын
I don't understand, what if you have 50 app states? With Vue (JS framework) I have a central state store (Vuex) where everything is stored. Then I just listen to whatever data I want from that store, anywhere in my app.
@marufhassan634
@marufhassan634 3 жыл бұрын
Are you using Powerpoint presentations with animation to make these videos? Looks great by the way
@LearnFlutterCode
@LearnFlutterCode 3 жыл бұрын
slides.com
@elgrego3849
@elgrego3849 3 жыл бұрын
how implements inistate in provider?
@b3njamim
@b3njamim 3 жыл бұрын
You're so good teacher, teach how to live senpai
@LearnFlutterCode
@LearnFlutterCode 3 жыл бұрын
be grateful
@Tech1st
@Tech1st 3 жыл бұрын
anybody implement flutter receive share intent?
@mayshalabne
@mayshalabne Жыл бұрын
11:40 "will the real provider please stand up?"
@masudosman6543
@masudosman6543 2 жыл бұрын
in last part u gave listen = false with context parameter, it means ,provider dosen't care what ever the value is , but what if i care what the value is, that means i have to give the listen = true, the question is, is listen parameter by default set to true ? and if it is set to true , then why 12:34 sec u said it will give an error, what should i do if i need to get notify if the value get changed in darkmodemodel and also access the toggle function?
@IrfanIshak
@IrfanIshak 3 жыл бұрын
Please explain Bloc then move to Provider. Thanks
@mrunfunny
@mrunfunny 3 жыл бұрын
provider is actually used by bloc itself, so it would be good if you have knowledge of providers first
@rahultirkey7950
@rahultirkey7950 3 жыл бұрын
If we don't use ChangeNotifireProvider then can we access the data from classes?
@LearnFlutterCode
@LearnFlutterCode 3 жыл бұрын
yes definitely. However, your other widgets may not able to access data
@komalvishwakarma3267
@komalvishwakarma3267 Жыл бұрын
It was funny example though 😂
How to Reduce Jankiness in your Flutter App
12:57
Learn App Code
Рет қаралды 10 М.
NERF WAR HEAVY: Drone Battle!
00:30
MacDannyGun
Рет қаралды 53 МЛН
I Can't Believe We Did This...
00:38
Stokes Twins
Рет қаралды 93 МЛН
Always be more smart #shorts
00:32
Jin and Hattie
Рет қаралды 49 МЛН
7 Common Flutter Providers Explained
18:57
Learn App Code
Рет қаралды 18 М.
Flutter State Management - The Grand Tour
14:07
Fireship
Рет қаралды 237 М.
Riverpod Simplified | Easy State Management
14:17
Tadas Petra
Рет қаралды 43 М.
Flutter Proxy Provider Simply Explained
13:44
Learn App Code
Рет қаралды 14 М.
Most complicated provider?
10:48
Learn App Code
Рет қаралды 4,9 М.
Future And Stream Provider Simply Explained
12:49
Learn App Code
Рет қаралды 14 М.
How to Make Responsive Flutter Apps, Pixel Perfect
14:58
Learn App Code
Рет қаралды 45 М.
Provider State management - ChangeNotifier + Flutter
18:28
Flutter Explained
Рет қаралды 27 М.
Flutter Provider Simply Explained
9:08
Learn App Code
Рет қаралды 87 М.
Оказался НЕНУЖНЫМ и Его БРОСИЛИ🐶💀
0:38
ИССЛЕДОВАТЕЛЬ
Рет қаралды 4,4 МЛН
КАК ВЫЖИТЬ В АВИАКАТАСТРОФЕ✈️
0:25
MEXANIK_CHANNEL
Рет қаралды 4,8 МЛН
Ужасное свидание🤯 #стальноймужик #жиза #еда
0:50
SteelMan XXL | Стальной мужик
Рет қаралды 2,9 МЛН