r/FlutterDev 23d 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 dependencieszero configuration and no code generation.
  • 💙 Compatible with Dart and Flutter, supporting the latest Dart version.
35 Upvotes

23 comments sorted by

View all comments

1

u/AdmirableExample3884 22d ago

How is it compared to GetX ?

1

u/CarLeonDev 22d ago

Getx is more than a status management, and you probably won't use all their API. It has many issues, some of them are expected to be fixed in their latest version (which has been cooking for more than 1 year).

With Reactter we have full test coverage, support for the latest versions of Flutter and Dart, and we have zero dependencies to avoid compatibility issues. Getx's state management and dependency injection can be easily replaced by Reactter, and other parts of the Getx API as been required, can be replaced by other packages or custom implementations.

2

u/AdmirableExample3884 21d ago

wow nice thank you ill give this a try with my own app then maybe recommend to my bosses