stateplus 0.1.0-dev.1 copy "stateplus: ^0.1.0-dev.1" to clipboard
stateplus: ^0.1.0-dev.1 copied to clipboard

A minimal, high-performance reactive state management and navigation solution for Flutter. StatePlus is designed to eliminate boilerplate, avoid unnecessary rebuilds, and unify state + navigation int [...]

Changelog #

All notable changes to this project will be documented in this file.


0.1.0-dev.1 #

🚀 Initial Developer Preview #

Added

  • Signal<T> – fine-grained reactive state primitive
  • Computed<T> – derived reactive values
  • Observer – automatic dependency tracking
  • StateWidget – minimal rebuild Flutter widget
  • State-driven navigation (RouteState, StateRouter)
  • Zero boilerplate, no code generation
  • Context-free state access

Notes

  • This is an early developer preview
  • API is small but stable
  • Feedback and contributions are welcome
0
likes
0
points
126
downloads

Publisher

unverified uploader

Weekly Downloads

A minimal, high-performance reactive state management and navigation solution for Flutter. StatePlus is designed to eliminate boilerplate, avoid unnecessary rebuilds, and unify state + navigation into a single reactive system.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on stateplus