inherited_state 2.0.0 inherited_state: ^2.0.0 copied to clipboard
Simple and clean state management backed by InheritedWidget and DI backed by the service locator pattern.
2.0.0 - 20201-03-21 #
- Default get to just print message and allow nullable return type if the type is not registered. Allow configuration of the return type nullability using
ServiceLocator.config
.
1.0.0 - 20201-03-21 #
- Support null safety.
0.3.1 - 2020-08-03 #
- Expose
ReactiveController<T>
publicly.
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.