Provider Tutorial Flutter | MultiProvider and Provider.of | Flutter Tutorial | The Growing Developer
ฝัง
- เผยแพร่เมื่อ 8 ก.พ. 2025
- The Growing Developer website is out !!
thegrowingdeve...
In this video, we will discuss everything about #Flutter #Provider and will the apply the core concepts by taking a real world example. This will be a detailed video which will cover all the minor details of the #Provider and #MultiProvider
Learn Google Sign In Implementation -
• Flutter Tutorial | Goo...
Build Amazing Login UI in Flutter with Firebase Auth
• Flutter Tutorial - Bui...
Firestore CRUD
• Flutter Tutorial - Clo...
Mobile CMS App
• Flutter Firestore Tuto...
Fetch Data from API and parsing
• Detailed Flutter API T...
Realtime Database vs Cloud Firestore?
thegrowingdevel...
If you like my work , you can support me by donating through PayPal:
www.paypal.me/....
Become a Patron -
/ thegrowingdev. .
Don't use PayPal? You can support from the link below 😇
rzp.io/l/thegr...
________________________________________________________________________
For more tutorials subscribe to the channel :
/ thegrowingdev. .
COVID-19 Mobile app complete tutorial -
www.youtube.co....
Flutter 21 Days Challenge:
www.youtube.co....
For other videos on Flutter:
www.youtube.co....
Do like and follow 'The Growing Developer' on other social platforms as well. Below are the links -
Facebook link - / thegrowingde. .
Instagram Page link - / thegrowingd. .
LinkedIn Profile - / singh-saheb
Dude, this video is a saviour. Thanks alot for this..
You're welcome!
Best tutorial for Provider I have found both part 1 & 2👍🏽
Great to hear!
Thank you so much. Please bring riverpod tutorial next
can't wait for the Getx video! thank you.
Coming soon!
great tutorial
Thanks You very much
You are welcome
Waiting for this and boom 😊
You're teaching goes directly through our brain 😄
Glad to hear that
Waited long time for this.
Sorry to keep you waiting!
Thank You
You're welcome ☺️
thanks a ton man!!
You're welcome ☺️
thanks for sharing this video
My pleasure
I have an idea of a video series, like you can review flutter apps of your subscribers. This will keep beginners like me motivated, and they will also get some publicity by your help.
That's a great idea! I'll work on it soon.❤️
i get the point..and its totally understandable thank you...
But i have query
for example i have signup and signin then i want to go in home
so there i need to call three api and all three had different model
so i need to create only consumer or any other way to get data or update ?
and how to pass data to other screen and use that in other model?
Hey sorry for the late reply. Is the issue sorted yet?
thx
Bhai well thanks for the video , i want to ask about 5$ api i dont get
What it is for and where ia the video please can u clear it
I have planned to build a complete API with dummy ecommerce data and will teach to build ecommerce app using that api.
The API is under construction, and due to server expenses I decided to put a very minimal amount of $5 for API tokens
GetX 😍😍😍😍😍😍😍
❤️
very nice explanation..please upload the source code
Thanks. I'll see if I have the source code with me.
@@TheGrowingDeveloper okie thanks for reply
Tried to call Provider.of. This is likely a mistake and is therefore
unsupported.
If you want to expose a variable that can be anything, consider changing
`dynamic` to `Object` instead.
''',
it throws me an exception
It looks you are not giving the explicit types as in Provider.of(context)
Try with this approach