inject 0.0.1 inject: ^0.0.1 copied to clipboard
Dependency injection annotations for Dart
inject.dart #
This library defines common dependency injection related classes that could be used across different dependency injection frameworks.
The annotations and the [Provider] interface can be used on injectable classes to specify injection points, annotate the injected types, and inject providers. These classes can then be used in any framework that supports the inject library.