Flutter Riverpod EASY Tutorial

preview_player
Показать описание
Dive into the world of efficient state management with Flutter Riverpod! In this video, we'll explore the power and simplicity of Riverpod, a robust state management library for Flutter that makes managing your app's state a breeze. Whether you're a beginner looking to enhance your understanding of state management in Flutter or an experienced developer seeking a more efficient way to handle state, this video is for you! Happy coding with Flutter Riverpod!

OVERVIEW
0:00​ Boring talk
0:32 Set up Riverpod
1:00 Easy Level
4:51 Hard Level (With a model)
8:04 Practical Exercises (In the description)

🔥 PRACTICAL EXERCISES 🔥

PROVIDER

📖 CHEATSHEET 📖
*** Riverpod set up ***
ProviderScope
-----
*** Easy level ***
StateProvider
ConsumerWidget
-----
*** Hard level (With a model) ***
ChangeNotifierProvider
ChangeNotifier
notifyListeners
ConsumerWidget
-----
*** PS ***
Watch = Listen to changes
Read = Don't listen to changes (Edit the value)

RECOMMENDED VIDEOS

SOCIAL MEDIA:

WEBSITE

#Riverpod
#FlutterMapp
#Flutter
Рекомендации по теме
Комментарии
Автор

very straight forward, easy to understand and To the point

ashiqulkarimchowdhury
Автор

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 YouTube tutorials cover bloc 😇 This is a humble request from a huge fan of your content.

charithasds
Автор

This was insightful and very easy to understand, thanks.

essienjeremy
Автор

Their are many providers in riverpod but you used the one that even riverpod said not to use

saurabhraturi
Автор

Thank you for this tutorial, it helped me so much understanding riverpod!

pixobit
Автор

Beautifully explained. I was able to understand it perfectly and made the necessary changes to my app. Thank You

cyborg
Автор

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.

JSL
Автор

Thank you a lot. Finally understand riverpod

ldueyei
Автор

I liked your way simplifying riverpod.

SaeedGamal-phvk
Автор

very good and clear, i hope your english is better

Jacobizhao
Автор

Nice tutorial.
But doesn't the Riverpod tell to avoid ChangeNotifier?

saiphaneeshk.h.
Автор

Oh dear, You explain it very well ! Can you please make it in Bloc?

oguzhandogdu
Автор

I think it's riverpod more complicated than cubit bloc,

RianYK
Автор

great video, thanks. Question: in a DDD architecture the riverpod_model.dart file will go into the data or domain folder ?

oswaldoolea
Автор

Please make a video about flutter hooks

lqipsiy
Автор

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!

glrbrasil
Автор

Please make a video on flutter sqflite CRUD operation

PRO-toil
Автор

Thats briliant tutorial! Thanks man. Can't wait for bloc EASY tutorial

baguskto
Автор

Great explanation. Made it simple for me.

wkjames
Автор

Very good video... can you made same video with most engaged riverpod's providers, please? l

francescofreddi