inherited_state 0.3.0 inherited_state: ^0.3.0 copied to clipboard
Simple and clean state management backed by InheritedWidget and DI backed by the service locator pattern.
0.3.0 - 2020-08-02 #
- Add
getFromRoot
andgetReactiveFromRoot
to allow getting root injected instances without providing context.
0.2.0 - 2020-06-07 #
- Added admin page to example which allows for resetting the counter.
- Rename
BuildContext
set
extension method todispatch
.
0.1.1 - 2020-06-06 #
- Fix changelog.
0.1.0 - 2020-06-06 #
- Rename
reactives
argument tostates
in theInheritedState
widget.
0.0.1 - 2020-06-06 #
- Initial release.