depi_generator 1.0.1 copy "depi_generator: ^1.0.1" to clipboard
depi_generator: ^1.0.1 copied to clipboard

The code generator for the depi dependency injection library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add depi_generator

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

dependencies:
  depi_generator: ^1.0.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:depi_generator/depi_generator.dart';
0
likes
150
points
38
downloads

Publisher

verified publishertomasweigenast.me

Weekly Downloads

The code generator for the depi dependency injection library.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, dart_style, depi, glob, lints, path, source_gen

More

Packages that depend on depi_generator