# mobxjs/mobx.dart

MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.

Repository: https://github.com/mobxjs/mobx.dart
Canonical: https://ross.abutalabs.com/products/mobxdart
Homepage: https://mobx.netlify.app
Language: Dart
License: MIT
License Family: permissive
Topics: mobx, reactive, state-management, flutter, dart-language, pub, dart
Last push: 2026-08-21T03:04:21+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 8, longevity 100
- inputs: {"age_days": 2816, "days_push": 12, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2465, forks 320 (observed 2026-08-28T04:06:53.649282+00:00)

## What it is
MobX ported to the Dart language, providing transparent functional reactive state management for Dart and Flutter apps. It uses observables, actions, and reactions to automatically keep application state and the UI in sync.

## Use cases
- manage state in a flutter app
- reactive state management for dart
- keep ui in sync with app state automatically
- replace provider or bloc with mobx
- observable computed values in dart
- flutter counter app with reactive state

## When to choose
- building Flutter or Dart apps that want automatic reactive UI updates from state changes
- you prefer the MobX observables/actions/reactions model over bloc or redux
- you want boilerplate-free state management with code generation support

## When to avoid
- you need a state solution with no code-generation or build_runner step
- your team prefers explicit, unidirectional data flow like redux or bloc
- you are not using Dart or Flutter

## Facets
- artifact type: library
- maturity: active
- function: state-management
- domain: mobile-development, frontend, web-development
- platform: cross-platform
- tags: mobx, reactive-programming, observables, flutter-favorite, code-generation, flutter

## Member repositories
- mobxjs/mobx.dart (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:53.649282+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:29:14.875538+00:00, confidence not recorded.
  - readme: https://github.com/mobxjs/mobx.dart (fetched 2026-08-28T04:06:53.649282+00:00, sha fa3295464cd9)
  - homepage: https://mobx.netlify.app (fetched 2026-08-29T10:10:43.474028+00:00, sha 80247fe662f7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
