finject_generator 0.2.0 copy "finject_generator: ^0.2.0" to clipboard
finject_generator: ^0.2.0 copied to clipboard

outdated

Dart code generator for dependency injection finject library. Inspired with SpringFramework, Dagger2, and Angular DI solution

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add finject_generator

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

dependencies:
  finject_generator: ^0.2.0

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

Publisher

unverified uploader

Dart code generator for dependency injection finject library. Inspired with SpringFramework, Dagger2, and Angular DI solution

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, dartpoet, finject, glob, path, source_gen

More

Packages that depend on finject_generator