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

felangel/bloc

A predictable state management library that helps implement the BLoC design pattern observed · 2026-08-28

github.com/felangel/bloc · homepage · Dart · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

91/100

  • Activity 97
  • Release rhythm 79
  • Longevity 100
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: 1
  • age_days: 2887
  • days_rel: 60
  • days_push: 23
  • n_releases_24m: 62

Full methodology

Adoption not part of the score

12482 stars · 3420 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Bloc is a predictable state management library for Dart, Flutter, and AngularDart that implements the BLoC (Business Logic Component) design pattern. It provides a rich ecosystem of packages including Flutter widgets, testing utilities, persistence, undo/redo, event transformers, and linting tools.

Use cases

  • manage app state in a flutter app
  • separate business logic from ui in dart applications
  • implement predictable unidirectional data flow
  • add undo and redo to app state
  • persist state across app restarts
  • test state changes in flutter apps
  • control how concurrent events are processed

When to choose

  • building medium-to-large Flutter apps needing structured, testable state management
  • teams wanting a strict, predictable architecture with strong conventions
  • projects requiring state persistence, replay, or concurrency control out of the box

When to avoid

  • small prototypes where setState or a lightweight solution suffices
  • developers who prefer minimal boilerplate and implicit state management
  • non-Dart/non-Flutter projects

Facets

library · maturity stable

state-management concurrency testing frontend mobile-development web-development cross-platform cross-platform bloc flutter angular-dart reactive-state event-driven undo-redo persistence

4 sources

Member repositories

RepositoryRoleHealth v2
felangel/blocmain91

For agents

markdown · JSON · MCP: product_card(name="felangel/bloc")

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