watchable 2.0.3
watchable: ^2.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.
2.0.3 #
- Example updated
2.0.2 #
- Readme update
2.0.1 #
- Readme update
2.0.0 #
StateWatchableclass for mutable state managementWatchableclass for event stream managementWatchableBuilderwidget for efficient UI updatesWatchableConsumerwidget for handling event streams
1.0.5 #
- Issues fixed with List, Map
- Readme updated
1.0.4 #
- Issues fixed with List, Map
- Added compare function to support custom object check
1.0.3 #
- Readme updated
1.0.2 #
- Selector added in
WatchableBuilderto control rebuild with conditions
1.0.1 #
- Static Analysis Fix
1.0.0 #
- 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