injectable 1.2.1 copy "injectable: ^1.2.1" to clipboard
injectable: ^1.2.1 copied to clipboard

outdated

Injectable is a convenient code generator for get_it. Inspired by Angular DI, Guice DI and inject.dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add injectable

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

dependencies:
  injectable: ^1.2.1

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:injectable/injectable.dart';
1158
likes
0
pub points
99%
popularity

Publisher

verified publishercodeness.ly

Injectable is a convenient code generator for get_it. Inspired by Angular DI, Guice DI and inject.dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

get_it

More

Packages that depend on injectable