watchable 1.0.4 copy "watchable: ^1.0.4" to clipboard
watchable: ^1.0.4 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.

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 WatchableBuilder to control rebuild with conditions

1.0.1 #

  • Static Analysis Fix

1.0.0 #

  • Initial release of the watchable package
  • Watchable<T> class for wrapping values and notifying listeners of changes
  • WatchableBuilder widget for efficiently rebuilding UI when state changes
  • Static methods in WatchableBuilder for combining multiple Watchable instances:
    • fromList
    • from2
    • from3
    • from4
    • from5
  • Basic documentation and examples
2
likes
0
pub points
26%
popularity

Publisher

verified publisherdipendrasharma.com

A lightweight, intuitive state management solution for Flutter. Simplify your app's state with easy-to-use Watchable objects and efficient UI rebuilding

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter

More

Packages that depend on watchable