cux_ship 1.7.0
cux_ship: ^1.7.0 copied to clipboard
One command for shipping to the App Store and Google Play: upload an artifact, publish the store listing, and promote a build a store already holds.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate cux_shipUse it
The package has the following executables:
$ cux_ship
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add cux_shipThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
cux_ship: ^1.7.0Alternatively, 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:cux_ship/runner.dart';
import 'package:cux_ship/verify.dart';