#1 || Flutter Riverpod 2.0 Tutorial Series || Flutter Riverpod Introduction

Published: 12 October 2022
on channel: Ripples Code
30,976
311

Support : https://paypal.me/ripplescode
Riverpod Snippet :
===============
Visual Studio Code : https://marketplace.visualstudio.com/...

Android Studio : https://plugins.jetbrains.com/plugin/...
In this video I have given a brief introduction of Riverpod.
Riverpod is a Reactive State Management and Dependency Injection Framework that is the enhanced version of Provider.It is a complete rewrite of the Provider package. It is developed by Remi Rousselet.
Advantages of Riverpod
=====================
1. Catch programming errors at compile time
2. Removes nesting for listening/combining objects
3. Easily fetch, cache and update data from Remote Source
4. Create , Use and combine Providers easily
5. Auto dispose the state of Provider when no longer use.
6. Ensures the code is testable