rrousselGit/flutter_hooks
React hooks for Flutter. Hooks are a new kind of object that manages a Widget life-cycles. They are used to increase code sharing between widgets and as a complete replacement for StatefulWidget. observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 84
- 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: 2833
- days_rel: n/a
- days_push: 98
- n_releases_24m: 0
Adoption not part of the score
3330 stars · 195 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Flutter implementation of React hooks, providing hook objects that manage widget life-cycles. It enables code sharing between widgets and serves as a replacement for StatefulWidget boilerplate.
Use cases
- share stateful logic between flutter widgets
- replace statefulwidget with hooks
- use animationcontroller without dispose boilerplate
- reduce initstate and dispose duplication in flutter
- write react-style hooks in dart
When to choose
- you want reusable stateful logic across widgets
- you find StatefulWidget lifecycle boilerplate verbose
- you're familiar with React hooks patterns
When to avoid
- your team prefers standard Flutter idioms
- you rely heavily on State mixins or InheritedWidget patterns
- you want a full state management solution like Riverpod or Bloc
Facets
library · maturity active
state-management ui-components mobile-development frontend cross-platform cross-platform flutter react-hooks widgets code-reuse mobile
1 source
- readme: https://github.com/rrousselGit/flutter_hooks · fetched 2026-08-28 · ccb4c4d4d0e1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rrousselGit/flutter_hooks | main | 70 |
For agents
markdown · JSON · MCP: product_card(name="rrousselGit/flutter_hooks")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem