daggerito 1.0.8+5 copy "daggerito: ^1.0.8+5" to clipboard
daggerito: ^1.0.8+5 copied to clipboard

IoC container with Dagger like abstractions (dependency injection with Components, SubComponents, Modules), supports components collaboration, singletons, tagging.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add daggerito

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

dependencies:
  daggerito: ^1.0.8+5

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:daggerito/daggerito.dart';
6
likes
40
pub points
24%
popularity

Publisher

unverified uploader

IoC container with Dagger like abstractions (dependency injection with Components, SubComponents, Modules), supports components collaboration, singletons, tagging.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

More

Packages that depend on daggerito