# brianegan/flutter_architecture_samples

TodoMVC for Flutter

Repository: https://github.com/brianegan/flutter_architecture_samples
Canonical: https://ross.abutalabs.com/products/flutter_architecture_samples
Homepage: http://fluttersamples.com/
Language: Dart
License: BSD-3-Clause
License Family: permissive
Topics: dart, flutter, redux
Last push: 2025-11-06T22:37:20+00:00

## Health v2 (maintenance only)
Score: 55/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 50, release rhythm 35, longevity 100
- inputs: {"age_days": 3203, "days_push": 300, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 8926, forks 1712 (observed 2026-08-28T04:10:26.331832+00:00)

## What it is
A collection of TodoMVC sample apps implemented in Flutter using many different architecture and state-management approaches (vanilla, InheritedWidget, Provider, BLoC, Redux, MobX, MVI, signals, and more). It serves as a learning reference and side-by-side comparison of how each pattern affects code structure, testing, and maintainability.

## Use cases
- compare flutter state management approaches side by side
- learn how to structure a flutter app
- example of redux in flutter
- flutter bloc pattern example
- starting point for a new flutter app architecture
- learn testing patterns for flutter apps

## When to choose
- you are deciding which state-management or architecture pattern to adopt in Flutter
- you want idiomatic sample code for patterns like BLoC, Redux, Provider, or MVI
- you want a reference for how architecture choices affect testability

## When to avoid
- you need a production-ready app template with rich UI or backend integration
- you need a state-management library itself rather than examples
- you work outside the Flutter/Dart ecosystem

## Facets
- artifact type: learning-resource
- maturity: active
- function: state-management, developer-tools, testing
- domain: mobile-development, tutorials, cross-platform
- platform: cross-platform
- tags: flutter, dart, todomvc, sample-apps, architecture-patterns, redux, bloc, provider, mobx, mvi, mobile, web-server

## Member repositories
- brianegan/flutter_architecture_samples (main) score 55

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:26.331832+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-29T17:24:32.890692+00:00, confidence not recorded.
  - readme: https://github.com/brianegan/flutter_architecture_samples (fetched 2026-08-28T04:10:26.331832+00:00, sha dc2ad4a3b386)
  - homepage: http://fluttersamples.com/ (fetched 2026-08-29T08:24:46.896563+00:00, sha ce7b7aa855f9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
