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

2.0.4 #

  • For controlled access to its state mutability added
  • MutableStateWatchable added
  • MutableWatchable added

2.0.3 #

  • Example updated

2.0.2 #

  • Readme update

2.0.1 #

  • Readme update

2.0.0 #

  • StateWatchable class for mutable state management
  • Watchable class for event stream management
  • WatchableBuilder widget for efficient UI updates
  • WatchableConsumer widget 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 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
160
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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, flutter

More

Packages that depend on watchable