Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 4.16 KB

README.md

File metadata and controls

74 lines (56 loc) · 4.16 KB

Reactter


Pub Publisher Reactter Flutter Reactter Pub points MIT License GitHub Workflow Status Codecov

A lightweight, powerful, and reactive State Management, Dependency Injection and Event Handler 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.

To start using Reactter, check out the full documentation on The Official Documentation.

Resources

DevTools

Reactter DevTools

You can debug your app using the Reactter DevTools extension.

Contribute

If you want to contribute don't hesitate to create an issue or pull-request in Reactter repository.

You can:

  • Provide new features.
  • Report bugs.
  • Report situations difficult to implement.
  • Report an unclear error.
  • Report unclear documentation.
  • Add a new custom hook.
  • Add a new widget.
  • Add examples.
  • Translate documentation.

Any idean is welcome!

Contributors