stateplus 0.1.0-dev.1
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 primitiveComputed<T>– derived reactive valuesObserver– automatic dependency trackingStateWidget– 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