Finally got the concept.I watched many videos even i watched half of a playlist of statemanagement but did not get the concept but your this ont shot vide cleard my concepts.Thank you very very much
Riverpod guys after watching this -> "what is this brother🤣", anyways it is the most simplest way for an newbie to understand state management in flutter, great work buddy
I have just started learning Flutter, can you please make a video on the Complete and Detailed Roadmap to master the flutter app development. its a request.
Very nice, you got amazing explanation skills. Keep it up. Just one thing I got irritated with was the ads in between the video and its too many ads and that too at the main point of explanation. Which distrubs the flow. But we can understand that. 😅
Akshit how to implement role-based login with cloud first-store using provider. Provide any documentation link or any resources where I can learn these hacks. And also perform CRUD operations based on user type.
I have a question.🤚🏼🤚🏼 So i happened to watch another video on provider and in that video, there was no use of Consumer widget to achieve the same goal as you did in this video. So the question is what's the main purpose of using the Consumer widget, and what will be the difference when we use this widget and when we dont use this widget?
the main purpose of consumer is it only build the widget that is necessary take an example of setstate when you call it build the UI again and also build unnesscary widgets so here we use consumer widget on text because we want the text state to be change and not the whole ui to make our app faster.Imagine a clock u use a setstate on timer and it build whole ui every seconds so lots of pressure on memory
sir you put the whole scaffold widget in consumer but sometimes we only want part of the widget to rebuild then what to do because if the whole page gets reloaded then it makes application to reaload it again and again and will affect the performance pls suggest something for that
You don't even have to wrap the entire scaffold, you can call the add function inside onPressed without consumer something like this: Provider.of(context, listen: false).add();
Direct instance in every class will always create a new instance, it won’t have that data changes. We need to maintain state that’s why we can’t create a new instance
When to use Sql vs NoSql database. Everywhere its told that use SQL database when you have structured data. But when building any app, most of the time data are related to each other. So in that case as a beginner I get confused which to use when and why ?
Hey Akshit, I wokr in company. They are planning to create a project in flutter. Since I started learning flutter. Now I am stuck at the state management. I mean there are so many state mangagments. Which one should I learn?
This might be the best, most clear and beginner friendly tutorial i have ever seen for Provider. Thank you very much.
Finally got the concept.I watched many videos even i watched half of a playlist of statemanagement but did not get the concept but your this ont shot vide cleard my concepts.Thank you very very much
Amazing video!! Total concepts are cleared regarding provider.. keep making such videos❤
This guy has another level of explanation.
Yeah amazing
Weel organized and structured presentation.Your presentation was the best presentation I have ever seen about Provider. Thanks so much Akshit.
Honestly I have been having headache for months on this,your video just saved me
very concise and easy to understand provider state management in this half an hour video
Not much of a guy to post any comment..... but man you nailed it... keep it up....!!!!!
today I just understand the concept of provider. Thank you so much
Boom Baam bhishook bhishook video. Really good explanation
Bro you really help me with those provider. So clear and practical. Thank you very much.
Riverpod guys after watching this -> "what is this brother🤣", anyways it is the most simplest way for an newbie to understand state management in flutter, great work buddy
Wow easily explained nice one to understand provider in one shot. Thanks
learn alot as a beginner tanku so much love from Pakistan😘
✨✨🙏
Amazing video so far for Provider state management , U made it simple and clear, Expecting more videos like this.🥰🤩
Great Explanation
thanks bro for your efforts ,because of this tutorial i understood difference between setstate and providers
Mera Bhai. May god bless you❤
This class is very simple, tq for your effort
you are saving lives man, thanks.
You have my respect now 💯❤️❤️
Great explanation man!! Good job!
very eloquent tutorial on state management in flutter❤...
very informative .... thanks
Massive Respect for your great service bro. Please keep it.our support is always there.
Thanks man
definately saving this 🔥 tutorial. Thanks brother.
Wonderful Explant for Provider ! . Perfrect !
good job man...too clear way
Well Explained
Thank you so much this is really a great video 😊
and it was that simple❤❤❤❤
Awesome video 🔥🔥🔥
you deserve an oscar for this video 👏
Ha ha 😹 thanks man
super super awesome! Thankyou.
Really Helpful Video! thank u so much ❤
Awesome explanation on state management 💯
Excellent bro. Good job
Loved the Explanation❤❤!!!
I have just started learning Flutter, can you please make a video on the Complete and Detailed Roadmap to master the flutter app development. its a request.
dude this is amazing.
Amazing super easy understand thanks for you
Nice Akshit...helpful..
Thanks Man great video
Bro you are really talented
amazing tutorial sir👍👍, agr yeh urdu / hindi meh hoota toh oor zayada understand kar pata..!!
Very nice, you got amazing explanation skills. Keep it up.
Just one thing I got irritated with was the ads in between the video and its too many ads and that too at the main point of explanation. Which distrubs the flow. But we can understand that. 😅
I loved your explanation, can you make a video on architecture for flutter projects like MVC or others . whare we have at least 2 network call's.
Ok sure👍🏻👍🏻
very informative
Why too low likes?? 🙃🙃. You removed a large headache from my mind👍🏻🙌🏻
Awesome video bro🔥🔥, can you make video on different DBs which we can use with flutter,and your experience with all the different DB
Sure👍🏻
really helpfull
Really helpful thankyou
you know what... I've watched like 4 5 tutorials and this is probably the best
You the best
what is the use of context.watch and context.read in provider? i m finding that ..u explained better abt consumers..
Akshit how to implement role-based login with cloud first-store using provider. Provide any documentation link or any resources where I can learn these hacks.
And also perform CRUD operations based on user type.
I have a question.🤚🏼🤚🏼
So i happened to watch another video on provider and in that video, there was no use of Consumer widget to achieve the same goal as you did in this video.
So the question is what's the main purpose of using the Consumer widget, and what will be the difference when we use this widget and when we dont use this widget?
the main purpose of consumer is it only build the widget that is necessary take an example of setstate when you call it build the UI again and also build unnesscary widgets so here we use consumer widget on text because we want the text state to be change and not the whole ui to make our app faster.Imagine a clock u use a setstate on timer and it build whole ui every seconds so lots of pressure on memory
thanks bro
great explaination bro
thank u brotherrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
thank you brother
very helpful video
which one should i go with as a beginner getx or provider ?
Thank you. one simple question irrelevant to provider.. what is vs theme and font.. its looking very good Sir..
Thanks bro ......................
sir you put the whole scaffold widget in consumer but sometimes we only want part of the widget to rebuild then what to do because if the whole page gets reloaded then it makes application to reaload it again and again and will affect the performance pls suggest something for that
You can pass it to child widget in consumer, the child can be used as a part which does not rebuild when the provider value changes.
You don't even have to wrap the entire scaffold, you can call the add function inside onPressed without consumer something like this:
Provider.of(context, listen: false).add();
thank you
cant we use global variables?? if sho what would be the issues? explain
Bro i have more than 10 provider in multiprovider (main. Dart file) so is it ok or is therr any solution to this? Plz replyyy
Thanks a lot!!!!
i just want to ask , can i use college lan proxy in flutter , actually i am not able to do so
Thanks
Encounter loads of errors while wrapping scaffold with builder, the brackets have to be changed in your current code
bro which vs code theme extension u using
Github VsCode Dark Theme
And then Riverpod plz..
facing difficulties in Bloc can you make another Bloc video with another easy approach?
thanks bro
Thanks
Brother why to use service locator as we can create direct instance in every class?? I am very confused??
Direct instance in every class will always create a new instance, it won’t have that data changes. We need to maintain state that’s why we can’t create a new instance
@@AkshitMadan if possible please make a video on why to use Get_It, thank you😊
When to use Sql vs NoSql database. Everywhere its told that use SQL database when you have structured data. But when building any app, most of the time data are related to each other. So in that case as a beginner I get confused which to use when and why ?
Ok I guess I should make a detailed video on this, let me make a video soon
Hey Akshit, I wokr in company. They are planning to create a project in flutter. Since I started learning flutter. Now I am stuck at the state management. I mean there are so many state mangagments. Which one should I learn?
Bloc because it is a standard state management which helps in large scale applications
BHAII MTLAB WORDS NAHI HAI APKI TEACHING KO ..... ITNA CRYSTAL CLEAR KABHI NAHI SMJHA HATS OFF!!!
video starts at 15:00, be aware guys
Bro How To Integrate A G-Maps For Ola Cabs , Swiggy , WhatsApp . Track Live Location & Current Location .
hey bro where i get code can you tell me
Why you have stateful widget with provider?
Can consumer call multiple class in single screen
Create more videos on provider but in single page UI
How to start DSA in dart
which theme extension you use in vs code
GitHub vs code theme
cant we use list as global variables?
datzzhhh ggoouuddd
git hub link is provided for this code ? It would be helpful
can you make a video on unit testing ?
name of the theme in vscode?
Why do we use here widget.?
❤
theme pack name please?
Bro u does not used
Provider.of(context, listen:fase);
Then how it's possible
Yah you can use that too, I prefer consumers, it helps listening to the notify listeners using a model which I need to create just once in the builder
@@AkshitMadan ok
Bro, please make coding videos on bloc
🤝🤝🤝