carburetor 0.0.2 copy "carburetor: ^0.0.2" to clipboard
carburetor: ^0.0.2 copied to clipboard

Dependency injection library for Dart with code generation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add carburetor

With Flutter:

 $ flutter pub add carburetor

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

dependencies:
  carburetor: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:carburetor/dynamic.dart';
import 'package:carburetor/exceptions.dart';
import 'package:carburetor/module.dart';
import 'package:carburetor/provide.dart';
0
likes
160
points
0
downloads

Documentation

API reference

Publisher

verified publisherdig.dev.br

Weekly Downloads

Dependency injection library for Dart with code generation.

Repository (GitHub)
View/report issues

Topics

#dependency-injection #code-generation #build #source-gen

License

MIT (license)

Dependencies

meta

More

Packages that depend on carburetor