ioc_container 0.12.0 copy "ioc_container: ^0.12.0" to clipboard
ioc_container: ^0.12.0 copied to clipboard

A Dart Ioc Container. Store and manage dependencies in one place keyed by type. It simplifies creating instances of your classes.

0.1.0 #

  • Initial version.

0.2.0 #

  • Add a container parameter to singleton factories

0.3.0 #

  • Remove fluent style returns

0.4.0 #

  • Refactor (breaking changes) to fix singleton issues

0.5.0 #

  • Drop a dependency version down

0.6.0 #

  • Add more documentation and fix some code analysis issues

0.7.0 #

  • Give the name of a missing service in the exception.

0.8.0 #

  • Adds scoping with the scoped() and getScoped() extensions
  • Adds ability to dispose of scoped services with the dispose extension

0.9.0 #

  • Documentation

0.10.0 #

  • Documentation

0.11.0 #

  • Add the init() extension for async initialization

0.12.0 #

  • Documentation
82
likes
0
pub points
86%
popularity

Publisher

verified publisherchristianfindlay.com

A Dart Ioc Container. Store and manage dependencies in one place keyed by type. It simplifies creating instances of your classes.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on ioc_container