watchable 1.0.2 copy "watchable: ^1.0.2" to clipboard
watchable: ^1.0.2 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.2] - 2024-06-28 #

  • Selector added in WatchableBuilder to control rebuild with conditions

[1.0.1] - 2024-06-26 #

  • Static Analysis Fix

[1.0.0] - 2024-06-26 #

Added #

  • 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

flutter

More

Packages that depend on watchable