dependency_injection 0.1.7 copy "dependency_injection: ^0.1.7" to clipboard
dependency_injection: ^0.1.7 copied to clipboard

Dart 1 only

Spring style annotation driven dependency injection

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dependency_injection

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dependency_injection: ^0.1.7

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dependency_injection/dependency_injection.dart';
0
likes
25
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

Spring style annotation driven dependency injection

Repository (GitHub)
View/report issues

License

LGPL-3.0 (license)

Dependencies

annotate, logging, patch_mirrors

More

Packages that depend on dependency_injection