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 🔥
• Riverpod Practical Exercises
PROVIDER
Check out our Flutter Provider tutorial here: • Flutter Provider EASY Tutorial
📖 CHEATSHEET 📖
** Riverpod set up **
ProviderScope
-----
** Easy level **
StateProvider
ConsumerWidget
ref.watch(riverpod)
ref.read(riverpod.notifier).state
-----
** Hard level (With a model) **
ChangeNotifierProvider
ChangeNotifier
notifyListeners
ConsumerWidget
ref.watch(riverpod).name
ref.read(riverpod).changeName(newName: newValue)
-----
** PS **
Watch = Listen to changes
Read = Don't listen to changes (Edit the value)
RECOMMENDED VIDEOS
Playlist of more than 200 Flutter tips: • 35 Flutter Tips That Will Change Your...
Learn Flutter in 1 hour: • Flutter Tutorial For Beginners In 1 Hour
SOCIAL MEDIA:
Instagram : www.instagram.com/fluttermapp
Twitter : twitter.com/FlutterMapp
Website: www.fluttermapp.com
Discord Invite: / discord
WEBSITE
https://fluttermapp.com
#Riverpod
#FlutterMapp
#Flutter