Flutter State Management with Riverpod: The Essential Guide

Flutter State Management with Riverpod: The Essential Guide

Andrea Bizzotto

3 года назад

26,623 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@fahmisbas
@fahmisbas - 15.11.2023 13:20

is that really performant to use ProviderScope for each item?

Ответить
@ardeshirojan1468
@ardeshirojan1468 - 11.04.2023 00:21

by faaar the best Riverpod Tutorial

Ответить
@realmex6690
@realmex6690 - 20.10.2022 10:27

Thanks for sharing your wonderful knowledge. It's really worth appreciating 👏

Ответить
@abdulwahabkhan4316
@abdulwahabkhan4316 - 19.08.2022 15:16

Great .... That was very well explanation in very shot time... 👍👍👍

Ответить
@whitemagehealing8126
@whitemagehealing8126 - 10.02.2022 20:26

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!

Ответить
@delmanali4863
@delmanali4863 - 23.01.2022 02:11

Plz do more totrial with Riverpod firebase stateNotifier thanks

Ответить
@ajaykotiyal427
@ajaykotiyal427 - 18.01.2022 16:31

So Good Explaination.

Ответить
@homamis639
@homamis639 - 29.09.2021 13:48

Thank you!

Ответить
@nadeeshkarunarathna1836
@nadeeshkarunarathna1836 - 20.07.2021 08:46

super

Ответить
@kenmmita346
@kenmmita346 - 15.06.2021 16:13

Great tutorial

Ответить
@coderoykid5968
@coderoykid5968 - 14.06.2021 02:08

Are you using the auto-type or HackerTyper VS Code extensions to type?

Ответить
@agung_laksana
@agung_laksana - 15.05.2021 10:51

Andrea, please make a complete course using riverpod 😄

Ответить
@jimaustin3608
@jimaustin3608 - 08.05.2021 20:02

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?

Ответить
@bjoentrepreneur
@bjoentrepreneur - 02.05.2021 10:13

Very good! Esp. the hints when to use something are great. It really fills the gaps :)

Ответить
@JETLAI123
@JETLAI123 - 20.04.2021 12:37

It'd be great if there is a video about states_rebuilder, it's an underrated package!

Ответить
@MohamedDernoun
@MohamedDernoun - 31.03.2021 15:59

After introducing the web to stable, I think we no longer need an emulator that kill the RAM :D

Ответить
@rudra7796
@rudra7796 - 26.03.2021 07:33

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)

Ответить
@waelhi8938
@waelhi8938 - 14.03.2021 04:58

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.

Ответить
@quicksketch1617
@quicksketch1617 - 11.03.2021 19:31

Hi, do you have this MovieApp tutorial with riverpod? I think it's a good example to understand riverpod.

Ответить
@AliMuhammadAli
@AliMuhammadAli - 04.03.2021 15:12

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

Ответить
@socketam4524
@socketam4524 - 01.03.2021 20:10

Really like this format of tutorials!
Thank you!

Ответить
@handsanitizer2457
@handsanitizer2457 - 24.02.2021 18:13

This is really cool, have you played around with getx. I started using thay one since I was pretty new to flutter and provider tutorials were a bit overwhelming for me at first 😅.

Ответить
@pradeep422
@pradeep422 - 23.02.2021 19:01

is it weird, I still like Provider than this lol????

Ответить
@faisalmushtaq2287
@faisalmushtaq2287 - 23.02.2021 07:59

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?

Ответить
@joegoodman4358
@joegoodman4358 - 21.02.2021 20:17

Excellent tutorial Andrea! however in my code, the onChange callback on the ProviderListener example isn't working. Could you please help me?

Ответить
@tameflame1229
@tameflame1229 - 21.02.2021 14:50

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

Ответить
@hectorprx
@hectorprx - 19.02.2021 14:59

Very well done, the written tutorials really bring it all together. Thanks and all the best

Ответить
@andenetalexander5244
@andenetalexander5244 - 19.02.2021 10:58

By far the best riverpod tutorial Andrea you're the best!

Ответить
@vickybhavnagri
@vickybhavnagri - 19.02.2021 10:31

Thank you so much Andrea. Was eagerly waiting for this tutorial. As always, in-depth, and very production ready. :)

Ответить
@RandalLSchwartz
@RandalLSchwartz - 19.02.2021 04:52

Excellent!

Ответить
@7mada89
@7mada89 - 19.02.2021 04:21

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.

Ответить
@mattfrowe7697
@mattfrowe7697 - 18.02.2021 23:05

Awesome video, been using Riverpod since its early days but still learned some useful tips - especially the shared_prefs example of how to manage Future-based providers

Ответить
@RioM8z
@RioM8z - 18.02.2021 20:51

Is Riverpod better then GetX ? GetX is maybe too simple ??

Ответить
@banglafactsteller6780
@banglafactsteller6780 - 18.02.2021 18:36

what is 'late ' keyword!!!!!!!!!!

Ответить
@furkanvatandas4819
@furkanvatandas4819 - 18.02.2021 18:18

That is a very useful guide for researching Riverpod after BLoC.

Ответить
@MrRiyality
@MrRiyality - 18.02.2021 16:30

Can we get an essential guide for GetX ?

Ответить
@djanogly
@djanogly - 18.02.2021 14:40

GOAT

Ответить
@necipakgz
@necipakgz - 18.02.2021 14:36

I hope you do a getx tutorial like this, many of us waiting for that :)

Ответить
@rydmike
@rydmike - 18.02.2021 13:12

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.

Ответить
@vincenzo5939
@vincenzo5939 - 18.02.2021 12:52

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?

Ответить