2 Install

Use to library #

Install library #

Run command:

For Dart project:

dart pub add cherrypick

For Flutter flutter:

flutter pub add cherrypick

Command added library cherrypick (and run command dart pub get in background) to pubspec.yaml:

dependencies:
  cherrypick: <version>

Import library #

Now you can use library:

import 'package:cherrypick/cherrypick.dart';