Hi, thanks for the upload 🤩 but I guess we could do a lot more with Riverpod. If you refer to ChangeNotifierProvider documentation, it says: Using ChangeNotifierProvider is discouraged by Riverpod and exists primarily for: - an easy transition from package:provider when using its ChangeNotifierProvider - supporting mutable state, even though immutable state is preferred Also maybe you can cover provider generation too using @riverpod annotation. On top of it all, can we have another updated video/course on Clean Architecture with actual CRUD operations (with Sqflite and/or Firestore) and Riverpod. I guess it's a need with 99% of all UA-cam tutorials cover bloc 😇 This is a humble request from a huge fan of your content.
Brilliant and clear guide to start replacing provider package for example, thanks. Still, state and changenotifier should not be used, instead it is better to use code generation to implement more complex and useful types of providers as the documentation suggests.
@@oswaldoolea2889 This tutorial is valid as reference and fast migration, but on new applications you should use code generation, just pointing what the actual documentation says.
The Riverpod docs have two migration guides, one for each StateNotifier (rather new that it is discouraged)and ChangeNotifier (discouraged since a long time, only meant for easy migration from provider). Instead of StateNotifier and ChangeNotifier, Notifier or AsyncNotifier should be used.
@@FlutterMapp Using ChangeNotifierProvider is discouraged by Riverpod and exists primarily for: -an easy transition from provider -supporting mutable state, even though immutable state is preferred
Kinda late answer, but I believe the idea would be to use StateNotifier instead of ChangeNotifier Edit: actually Notifier and AsyncNotifier, with the latest changes of Riverpod
@@FlutterMapp Can you create a video, or serie... to explain how to use (and why) and DIFFERENCE between: _StateProvider and StateNotifierProvider or _AsyncNotifierProvider How and when is better to use that... is important create simple and very clear case of study (from scratch!!!!!). Tell you this because i have this issue when i just started to learn in existing tutorials about Riverpod. For me is very important "from scratch", because i can try to "enter" in your mind and understand how you think about creating things. Is not important good UI here, tree simple data to receive or listen it's enough ThankYouVeryMuch
Could you do a similar video with code generation? I’ve mostly used riverpod like you were showing here, but since the code gen version is the most likely to stay long term it would be nice to see more examples using it. Thanks!
@@FlutterMapp I’m referring to using build_runner to creste annotated providers, but probably this depends on this package you mentioned, I’d check the official docks just to be sure.
Hello, I bought the Zero To Hero course and I noticed there is an updated one may you please switch me to the updated one. I messaged you on discord but no response
very straight forward , easy to understand and To the point
This was insightful and very easy to understand, thanks.
Letsgo!
Hi, thanks for the upload 🤩 but I guess we could do a lot more with Riverpod. If you refer to ChangeNotifierProvider documentation, it says:
Using ChangeNotifierProvider is discouraged by Riverpod and exists primarily for:
- an easy transition from package:provider when using its ChangeNotifierProvider
- supporting mutable state, even though immutable state is preferred
Also maybe you can cover provider generation too using @riverpod annotation.
On top of it all, can we have another updated video/course on Clean Architecture with actual CRUD operations (with Sqflite and/or Firestore) and Riverpod. I guess it's a need with 99% of all UA-cam tutorials cover bloc 😇 This is a humble request from a huge fan of your content.
Thanks for the video correction! That's how we learn and improve for the future! Keep it up 🔥
Simple and straight to the point, keep it up 👍👍
Very clear and easy following tutorial, no bullshit like others. Good job!
So simple and clear. Thank You!
Beautifully explained. I was able to understand it perfectly and made the necessary changes to my app. Thank You
Thank you for this tutorial, it helped me so much understanding riverpod!
Update: I've switched to Provider. It is easier to think in Widgets than it is to think in listening or reading or whatever
Brilliant and clear guide to start replacing provider package for example, thanks. Still, state and changenotifier should not be used, instead it is better to use code generation to implement more complex and useful types of providers as the documentation suggests.
read the title of the video, code generation is not easy beginners staff
@@oswaldoolea2889 This tutorial is valid as reference and fast migration, but on new applications you should use code generation, just pointing what the actual documentation says.
Broooooooo!!! Thank you a lot. Finally understand riverpod
Their are many providers in riverpod but you used the one that even riverpod said not to use
Please share with us what is wrong, what should be done instead, and why. I'm willing to make it right if it's not. 👍
The Riverpod docs have two migration guides, one for each StateNotifier (rather new that it is discouraged)and ChangeNotifier (discouraged since a long time, only meant for easy migration from provider). Instead of StateNotifier and ChangeNotifier, Notifier or AsyncNotifier should be used.
@@FlutterMapp Using ChangeNotifierProvider is discouraged by Riverpod and exists primarily for:
-an easy transition from provider
-supporting mutable state, even though immutable state is preferred
UA-camrs copy/remake from other videos, end up using legacy codes.
@@FlutterMapp hey are you planning to make an updated tutorial on Riverpod using the recommended approach?
I had no faith coming into this video, But damn, it's straight forward and easy to understand
Letsgooo, I was thinking about remaking it even simpler. :O
Epic tutorial by all means
You are a saint! ❤
I liked your way simplifying riverpod.
very good and clear, i hope your english is better
Oh dear, You explain it very well ! Can you please make it in Bloc?
Next bloc and cubit😄
Was so helpful.
Great Explanation Thank you.
Could you share the Scratch code for each of your simple projects? It would make it easier for us to explore and experiment with them in more detail.
great video, thanks. Question: in a DDD architecture the riverpod_model.dart file will go into the data or domain folder ?
Thats briliant tutorial! Thanks man. Can't wait for bloc EASY tutorial
👏👏👏👏
Nice tutorial.
But doesn't the Riverpod tell to avoid ChangeNotifier?
Kinda late answer, but I believe the idea would be to use StateNotifier instead of ChangeNotifier
Edit: actually Notifier and AsyncNotifier, with the latest changes of Riverpod
Please make a video about flutter hooks
Please make a video on flutter sqflite CRUD operation
Great explanation. Made it simple for me.
Glad you liked it!
I think it's riverpod more complicated than cubit bloc,
Very good video... can you made same video with most engaged riverpod's providers, please? l
Humm, can you elaborate the request please, I'm not sure to understand? Thank you
@@FlutterMapp
Can you create a video, or serie... to explain how to use (and why) and DIFFERENCE between:
_StateProvider and StateNotifierProvider
or
_AsyncNotifierProvider
How and when is better to use that...
is important create simple and very clear case of study (from scratch!!!!!).
Tell you this because i have this issue when i just started to learn in existing tutorials about Riverpod.
For me is very important "from scratch", because i can try to "enter" in your mind and understand how you think about creating things.
Is not important good UI here, tree simple data to receive or listen it's enough
ThankYouVeryMuch
Could you do a similar video with code generation? I’ve mostly used riverpod like you were showing here, but since the code gen version is the most likely to stay long term it would be nice to see more examples using it. Thanks!
In the video description, you have 2 practical exercises. Is this what you meant?
Okay, after reading further comments, I think you were referring to the riverpod_generator dependency, right?
@@FlutterMapp I’m referring to using build_runner to creste annotated providers, but probably this depends on this package you mentioned, I’d check the official docks just to be sure.
The best answer five stars
as of now rivepod a lot has changed .... imagine having a build method in business logic.
This is just the basics.... you need to cover future and stream providers as well for beginners.
T’es Québécois?
watch, read?
thats funny.
why not use the word set and get like any state management in js
AI Text to Speech Flutter Full App
Not up to date!
deprecated providers
Hmm, what an unnecessary state manager
out of date
Hello, I bought the Zero To Hero course and I noticed there is an updated one may you please switch me to the updated one. I messaged you on discord but no response
Just replied to you on Discord 🔥