Ross ROSS = Recommend OSS · open-source software intelligence for agents

rrousselGit/riverpod

A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze. observed · 2026-08-28

github.com/rrousselGit/riverpod · homepage · Dart · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
rrousselGit/riverpodmain77

For agents

markdown · JSON · MCP: product_card(name="rrousselGit/riverpod")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem