rrousselGit/riverpod
A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze. observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2330
- days_rel: n/a
- days_push: 9
- n_releases_24m: 0
Adoption not part of the score
7372 stars · 1110 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Riverpod is a reactive caching and data-binding framework for Dart and Flutter that provides compile-safe state management. It lets developers define providers as memoized functions that cache results, handle loading/error states automatically, and work in plain Dart as well as Flutter.
Use cases
- manage app state in flutter apps
- cache network request results in dart
- handle loading and error states for async data
- share state across widgets without prop drilling
- implement pull-to-refresh or search-as-you-type patterns
- write testable business logic separate from ui
- cache api responses keyed by parameters like user id
- use state management in pure dart servers or clis
When to choose
- building flutter or dart applications needing scalable shared state
- you want compile-time safety and lint rules for state management
- you need automatic caching, invalidation, and disposal of async data
- you want logic separated from ui and easily testable
When to avoid
- managing purely ephemeral widget-local state like form inputs or animations
- working outside the dart/flutter ecosystem
- you prefer a minimal solution without learning provider scoping concepts
Facets
framework · maturity active
state-management caching middleware mobile-development frontend web-development cross-platform cross-platform flutter dart reactive-programming service-locator inheritedwidget code-generation async dependency-injection mobile web-server
8 sources
- readme: https://github.com/rrousselGit/riverpod · fetched 2026-08-28 · e0689bd91f46
- homepage: https://riverpod.dev · fetched 2026-08-29 · 21b1c98d9a2a
- site_page: https://riverpod.dev/docs/introduction/getting_started · fetched 2026-08-29 · b1286b362888
- site_page: https://riverpod.dev/docs/concepts2/providers · fetched 2026-08-29 · 03ba200d8ec0
- site_page: https://riverpod.dev/docs/concepts2/family · fetched 2026-08-29 · 5b4d10c67648
- site_page: https://riverpod.dev/docs/whats_new · fetched 2026-08-29 · 4184ad4b6ad3
- site_page: https://riverpod.dev/docs/root/FAQ · fetched 2026-08-29 · 0614fcc45ea9
- site_page: https://riverpod.dev/docs/root/do_dont · fetched 2026-08-29 · abf1dfd0245c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rrousselGit/riverpod | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="rrousselGit/riverpod")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem