state_watcher 0.0.7 state_watcher: ^0.0.7 copied to clipboard
A simple, yet powerful reactive state management solution for Flutter applications.
[0.0.7] #
Added #
- A
global
parameter forComputed
for making its state stored in the root store. - A
cancel
method to thewatch
variable inComputed
to make it possible to unwatch a dependency.