rrousselGit/riverpod
# A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
$ git clone https://github.com/rrousselGit/riverpod.git
stars
7,337
forks
1,100
language
Dart
license
MIT License
What is rrousselGit/riverpod?
Riverpod is a state management and dependency injection framework for Dart and Flutter that simplifies handling asynchronous data and caching. It provides a reactive, compile-safe alternative to InheritedWidget and Provider patterns, making it easier to manage application state across widgets without manual dependency tracking. Developers use Riverpod to reduce boilerplate code when working with async operations, share state efficiently between parts of their app, and catch dependency-related bugs at compile time rather than runtime.
Links
Topics
Activity
151 open issues · last updated Jul 21, 2026