This is great! Thank you so much for explaining WHY riverpod was made (i.e. showing a real example of the drawbacks with a diagram) It helps a lot in design decision-making!
A Very complete run-through of Riverpod. Excellent tutorial, my new go to reference for looking up any Riverpod use case scenario. Outstanding job Andrea! 💙 To others watching, ChangeNotifierProvider is skipped a bit, and indeed do prefer and use StateNotifierProvider instead. However, ChangeNotifierProvider is great if you are converting a Provider app to Riverpod and have used it there. You can then start with it, your model classes then remains unchanged and later you can convert them to StateNotifierProvider, if you find it beneficial.
Awesome tutorial👌👌 If possible please make a tutorial of some widgets like switch,snackbar, popup menu,textfield, alert dialog slider as to manage the state management through flutter_riverpod. #thankyou #flutter #happycoding
Great in depth tutorial as always! Thank you! Btw, while following your video i encounter some error on LATE keyword. its says : 'unexpected text late, try removing the text.' but when I remove the LATE keyword, it shows a lot of errors. I just copied the code in your written tutorial.
I have a question about riverpod. I am in home screen and I click button jump to login screen after login success then I back to home screen and get unread message count how can I do. Thanks!
The streamAsyncValue axample (inMyHomePage3) shows only the last value on the screen; I assume the rest go by too fast to see. How can I 'catch' and display the entire stream?
Hi Andrea good to have you back. I have a stupid question 😅 If I use ScopedProvider redundancy for every widget I have (by map or object) to make all my widgets constant would this be good or bad.
Now I can say I understand Riverpod. still have some more doubt like , I am from React background I use prefer using funcitonal component, hooks and context api. So in context api provider we can assign provider value some object in one provider so that it can have values in object. So how do I get this behaviour in Riverpod?(I know it has riverpod_hooks)
Hi Andrea, I watched your video and it was very instructive. Thanks for your work. By the way my feeling, having worked in production projects with GetX state management, is that GetX is always one step ahead of any other state management. What do you think about that? Have you ever tried it?
Various people in the Flutter community have not been positive about the attitude and conduct of the package maintainers. Personally I haven't used it and not planning to.
this format of videos is not beginners friendly. it assumes that the viewer is already familiar with the subject and he is only looking for the new changes
when i try to read some data from FutureProvider and place it inside a stateprovider i get error something like "INSTANCE of ERROR!". i researched alot but invain. Could u help me?
That's a religious issue. But I certainly prefer RiverPod.... it just makes everything easy and straightforward, but leaves a lot of room for flexibility. Remi hit a home run on this.
1. Honestly, they are both great state management solutions that will work for simple and complex apps. Choose whichever you prefer. 2. Error lens extension
There are many good content contributors. Andrea is right up there with the very best
By far the best riverpod tutorial Andrea you're the best!
This is great! Thank you so much for explaining WHY riverpod was made (i.e. showing a real example of the drawbacks with a diagram) It helps a lot in design decision-making!
by faaar the best Riverpod Tutorial
A Very complete run-through of Riverpod. Excellent tutorial, my new go to reference for looking up any Riverpod use case scenario. Outstanding job Andrea! 💙
To others watching, ChangeNotifierProvider is skipped a bit, and indeed do prefer and use StateNotifierProvider instead. However, ChangeNotifierProvider is great if you are converting a Provider app to Riverpod and have used it there. You can then start with it, your model classes then remains unchanged and later you can convert them to StateNotifierProvider, if you find it beneficial.
Amazing job with this video, a great summary of riverpod, I've been using it for a while now and this is a great refresher on the more advanced stuff
That is a very useful guide for researching Riverpod after BLoC.
Thanks Furkan. I showed your post on discord and came here directly.
Very well done, the written tutorials really bring it all together. Thanks and all the best
Great .... That was very well explanation in very shot time... 👍👍👍
Thank you so much Andrea. Was eagerly waiting for this tutorial. As always, in-depth, and very production ready. :)
Thanks for sharing your wonderful knowledge. It's really worth appreciating 👏
Very good! Esp. the hints when to use something are great. It really fills the gaps :)
Really like this format of tutorials!
Thank you!
I hope you do a getx tutorial like this, many of us waiting for that :)
So Good Explaination.
Awesome tutorial👌👌
If possible please make a tutorial of some widgets like switch,snackbar, popup menu,textfield, alert dialog slider as to manage the state management through flutter_riverpod.
#thankyou #flutter #happycoding
Great in depth tutorial as always! Thank you!
Btw, while following your video i encounter some error on LATE keyword. its says :
'unexpected text late, try removing the text.'
but when I remove the LATE keyword, it shows a lot of errors.
I just copied the code in your written tutorial.
Great tutorial
At 17:16, should note that the custom data class needs a deep-equals, not an object-identity equals. Same with the Map... needs to be immutable.
Plz do more totrial with Riverpod firebase stateNotifier thanks
Andrea, please make a complete course using riverpod 😄
My upcoming animations course will use Riverpod nnbd.me/fa
Excellent!
I have a question about riverpod. I am in home screen and I click button jump to login screen after login success then I back to home screen and get unread message count how can I do. Thanks!
Thank you!
Are you using the auto-type or HackerTyper VS Code extensions to type?
The streamAsyncValue axample (inMyHomePage3) shows only the last value on the screen; I assume the rest go by too fast to see. How can I 'catch' and display the entire stream?
Hi Andrea good to have you back.
I have a stupid question 😅
If I use ScopedProvider redundancy for every widget I have (by map or object) to make all my widgets constant would this be good or bad.
Now I can say I understand Riverpod.
still have some more doubt like , I am from React background I use prefer using funcitonal component, hooks and context api. So in context api provider we can assign provider value some object in one provider so that it can have values in object. So how do I get this behaviour in Riverpod?(I know it has riverpod_hooks)
Hi Andrea, I watched your video and it was very instructive. Thanks for your work. By the way my feeling, having worked in production projects with GetX state management, is that GetX is always one step ahead of any other state management. What do you think about that? Have you ever tried it?
Various people in the Flutter community have not been positive about the attitude and conduct of the package maintainers. Personally I haven't used it and not planning to.
@@CodeWithAndrea Thanks for that information. I always wondered, why there are not many instructional videos on getx in the community.
@@CodeWithAndrea this is a bit old news. One year ago there was an issue. One year later people still are talking about it. Too bad.
Sadly true, Stefan, getx is amazing.
Can we get an essential guide for GetX ?
this format of videos is not beginners friendly.
it assumes that the viewer is already familiar with the subject and he is only looking for the new changes
not everything is beginners friendly tbh i don't see the point of your comment ...
when i try to read some data from FutureProvider and place it inside a stateprovider i get error something like "INSTANCE of ERROR!". i researched alot but invain. Could u help me?
Excellent tutorial Andrea! however in my code, the onChange callback on the ProviderListener example isn't working. Could you please help me?
Nevermind, it was something stupid xD
is that really performant to use ProviderScope for each item?
GOAT
Hi, do you have this MovieApp tutorial with riverpod? I think it's a good example to understand riverpod.
Link to the GitHub project in the article
super
Is Riverpod better then GetX ? GetX is maybe too simple ??
That's a religious issue. But I certainly prefer RiverPod.... it just makes everything easy and straightforward, but leaves a lot of room for flexibility. Remi hit a home run on this.
After introducing the web to stable, I think we no longer need an emulator that kill the RAM :D
1. Bloc vs riverpod and when and where to use.
2.How r u getting error on the side while typing?😂
1. Honestly, they are both great state management solutions that will work for simple and complex apps. Choose whichever you prefer.
2. Error lens extension
@@CodeWithAndrea thanks for providing the Best content btw!👍
Nice guide. Have you tried Binder (github.com/letsar/binder) ? A more minimal state handling package inspired by Riverpod.
Thanks for sharing. So many packages! I'll take a look :)
what is 'late ' keyword!!!!!!!!!!
This should help: ruclips.net/video/aZtjcbsdwTo/видео.html
@@CodeWithAndrea thanks
is it weird, I still like Provider than this lol????
kk i will take it bak hehe...