state_manage_package 0.0.3
state_manage_package: ^0.0.3 copied to clipboard
A lightweight Flutter state management package that rebuilds only the widgets watching changed values.
0.0.3 #
- Updated README version information and installation instructions.
0.0.2 #
- Added
LocalVaras the local-state name for a single reactive value. - Added
LocalObjectfor auto-disposed state without writing aStatefulWidget. - Added
LocalStateandLocalStateMixinfor simpler auto-disposedStatefulWidgetstate. - Expanded README examples for
LocalVar,LocalObject,StatelessWidget, andStatefulWidgetusage. - Added a runnable example and library-level documentation for pub.dev scoring.
0.0.1 #
- Initial release with
ChangeVar,StateBuilder, andStateSelector. - Added
ChangeObjectandChangePropertyfor grouped object-wise state. - Added
ChangeObjectBuilderandwatchAllfor rebuilding when any object property changes.