release_kit 0.1.10
release_kit: ^0.1.10 copied to clipboard
Flutter release toolkit - automatic version bump + multi-platform packaging with a unified config.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate release_kitUse it
The package has the following executables:
$ release-kit
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add release_kitWith Flutter:
$ flutter pub add release_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
release_kit: ^0.1.10Alternatively, 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:release_kit/release_kit.dart';