# brianegan/flutter_redux

A library that connects Widgets to a Redux Store

Repository: https://github.com/brianegan/flutter_redux
Canonical: https://ross.abutalabs.com/products/flutter_redux
Language: Dart
License: MIT
License Family: permissive
Topics: flutter, redux, dart, dartlang
Last push: 2023-04-06T02:42:49+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3203, "days_push": 1245, "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 1645, forks 208 (observed 2026-08-28T04:05:16.177301+00:00)

## What it is
A Dart library that connects Flutter widgets to a Redux store via widgets like StoreProvider, StoreBuilder, and StoreConnector. It automatically rebuilds widgets when the store emits changes, removing the need to manage subscriptions manually.

## Use cases
- manage app state in flutter with redux
- connect flutter widgets to a redux store
- rebuild widgets automatically when state changes
- convert redux store state into view models
- use redux for navigation and persistence in flutter

## When to choose
- your flutter app already uses Redux.dart and you want idiomatic widget bindings
- you want predictable unidirectional data flow with automatic rebuilds
- you need time-travel debugging and a mature redux ecosystem in Flutter

## When to avoid
- you are starting a new flutter project - consider newer state management solutions like Riverpod or Bloc
- your app state is simple and setState or InheritedWidget suffices
- you need a library under active development - releases have been infrequent since 2023

## Facets
- artifact type: library
- maturity: maintenance
- function: state-management, ui-components
- domain: frontend, mobile-development, web-development
- platform: cross-platform
- tags: flutter, redux, dart, store-connector, widget-binding, mobile

## Member repositories
- brianegan/flutter_redux (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:16.177301+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-30T03:45:24.956878+00:00, confidence not recorded.
  - readme: https://github.com/brianegan/flutter_redux (fetched 2026-08-28T04:05:16.177301+00:00, sha f2588d81d2c2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
