inherited_state 2.1.0 copy "inherited_state: ^2.1.0" to clipboard
inherited_state: ^2.1.0 copied to clipboard

Simple and clean state management backed by InheritedWidget and DI backed by the service locator pattern.

2.1.0 - 2024-04-30 #

  • Add ability to get all service locator registrations
  • lazy config option for registration and default for all usage

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 and getReactiveFromRoot 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 to dispatch.

0.1.1 - 2020-06-06 #

  • Fix changelog.

0.1.0 - 2020-06-06 #

  • Rename reactives argument to states in the InheritedState widget.

0.0.1 - 2020-06-06 #

  • Initial release.
15
likes
150
pub points
23%
popularity

Publisher

unverified uploader

Simple and clean state management backed by InheritedWidget and DI backed by the service locator pattern.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on inherited_state