di 0.0.5 copy "di: ^0.0.5" to clipboard
di: ^0.0.5 copied to clipboard

discontinued
outdatedDart 1 only

A prototype of Dependency Injection framework.

A prototype of Dependency Injection framework for Dart #

Influenced by Pico Container, AngularJS DI, Node DI, Guice, Dagger and what not.

Couple of facts:

  • only constructor injection (no setter, no interface or any other bullshit)
  • everything is a singleton within given injector
    • create child injector (for shorter scopes)
    • inject a factory
  • injector is immutable

For example usage see the tests.

0
likes
0
pub points
45%
popularity

Publisher

unverified uploader

A prototype of Dependency Injection framework.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on di