release_kit 0.1.4 copy "release_kit: ^0.1.4" to clipboard
release_kit: ^0.1.4 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_kit

Use 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_kit

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

dependencies:
  release_kit: ^0.1.4

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:release_kit/release_kit.dart';
1
likes
0
points
449
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter release toolkit - automatic version bump + multi-platform packaging with a unified config.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on release_kit