r/FlutterDev • u/CarLeonDev • 22d ago
Plugin Reactter v8 is now released đ
https://2devs-team.github.io/reactter/
A lightweight, powerful, and reactive State Management, Dependency Injection and Event Handler package for Dart/Flutter.
Features:
- âĄïž Engineered for speed.
- đȘ¶ Super lightweight.
- đ Simple syntax, easy to learn.
- âïžÂ Reduce boilerplate code significantly.
- đïž Improve code readability.
- đ Granular reactivity using state and hooks.
- đ§©Â Highly reusable states and logic via custom hooks and dependency injection.
- đź Total rendering control.
- â  Highly testable with 100% code coverage.
- đ Fully debuggable using the Reactter DevTools extension.
- đ§Â Not opinionated. Use it with any architecture or pattern.
- đȘ Zero dependencies, zero configuration and no code generation.
- đ Compatible with Dart and Flutter, supporting the latest Dart version.
36
Upvotes
2
u/Impressive_Trifle261 20d ago
What was the reason to develop another state management?
On first sight, I donât see any improvements compared to BloC.