cherrypick 0.1.2+1 copy "cherrypick: ^0.1.2+1" to clipboard
cherrypick: ^0.1.2+1 copied to clipboard

Cherrypick is a small dependency injection (DI) library for dart/flutter projects.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cherrypick

With Flutter:

 $ flutter pub add cherrypick

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

dependencies:
  cherrypick: ^0.1.2+1

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:cherrypick/binding.dart';
import 'package:cherrypick/dart_di.dart';
import 'package:cherrypick/di.dart';
import 'package:cherrypick/factory.dart';
import 'package:cherrypick/module.dart';
import 'package:cherrypick/scope.dart';
8
likes
130
pub points
70%
popularity

Publisher

unverified uploader

Cherrypick is a small dependency injection (DI) library for dart/flutter projects.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

Apache-2.0 (LICENSE)

Dependencies

meta

More

Packages that depend on cherrypick