reactable 0.1.5 reactable: ^0.1.5 copied to clipboard
a reactive state management library that automatically updates the UI when values of an reactable objects change .It is easy, light, fast and well tested.
CHANGELOG #
[0.1.5] 14-04-2023 #
- Allow reactable to be used in other widget if a widget dispose it.
[0.1.4] 26-09-2022 #
- Reset autoDispose to false as default (This will lead to errors with hot reload).
[0.1.3] 23-09-2022 #
- add Reactable.listenTo
- Add Reactable.canBeAutoDisposed.
- Set autoDispose to true as default.
[0.1.2] 21-09-2022 #
- add auto dispose.
[0.1.1] 19-09-2022 #
- Add reactable.read and reactable.write to change the value silently.
- Add Scoped view to wrap a widget with scope.
[0.1.0] 16-07-2022 #
Test release.