watchable 1.0.3
watchable: ^1.0.3 copied to clipboard
A lightweight, intuitive state management solution for Flutter. Simplify your app's state with easy-to-use Watchable objects and efficient UI rebuilding
Changelog #
All notable changes to the watchable package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.3 - 2024-06-28 #
- Readme updated
1.0.2 - 2024-06-28 #
- Selector added in
WatchableBuilderto control rebuild with conditions
1.0.1 - 2024-06-26 #
- Static Analysis Fix
1.0.0 - 2024-06-26 #
Added #
- Initial release of the
watchablepackage Watchable<T>class for wrapping values and notifying listeners of changesWatchableBuilderwidget for efficiently rebuilding UI when state changes- Static methods in
WatchableBuilderfor combining multipleWatchableinstances:fromListfrom2from3from4from5
- Basic documentation and examples