injector library

Classes

Factory<T>
Injector

Extensions

CompatibilityExtension on Injector
Extensions that guarantee compatibility to code written with previous versions of Injector to ensure that the following updates don't break existing code.

Typedefs

DependencyBuilder<T> = T Function()
Gets registered at the injector and then gets called by the injector to instantiate the dependency and all of its dependencies.