observable_locator 0.2.4 copy "observable_locator: ^0.2.4" to clipboard
observable_locator: ^0.2.4 copied to clipboard

outdated

A service locator that uses MobX for reactive dependencies

0.2.4 #

  • Bug fix: Disposing a child locator should not dispose the value if the parent is still using it. Child locators will now only dispose their own values.
  • Bug fix: Pending values will be disposed only when the locator is disposed, as they could reappear again if the future / stream is rebuilt.

0.2.0 - 0.2.3 #

  • Breaking API Changes
    • Types are registered on locator creation by passing in a list of Binder objects. Registering further values after locator creation is no longer supported.
    • Locators are now passed into the binder callback. Children locators can override the values and binders defined by parent locators can use the overriden values defined in the children.

0.1.0 #

  • Initial release of Observable Locator, a service locator that uses MobX for reactive dependencies
0
likes
0
pub points
0%
popularity

Publisher

verified publisherblrobles.com

A service locator that uses MobX for reactive dependencies

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta, mobx

More

Packages that depend on observable_locator