appflight_cli 0.2.0 copy "appflight_cli: ^0.2.0" to clipboard
appflight_cli: ^0.2.0 copied to clipboard

AppFlight CLI — upload APKs from your terminal or CI pipelines without the Play Store.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate appflight_cli

Use it

The package has the following executables:

$ appflight

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add appflight_cli

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

dependencies:
  appflight_cli: ^0.2.0

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:appflight_cli/api/client.dart';
import 'package:appflight_cli/api/endpoints.dart';
import 'package:appflight_cli/commands/init_command.dart';
import 'package:appflight_cli/commands/login_command.dart';
import 'package:appflight_cli/commands/logout_command.dart';
import 'package:appflight_cli/commands/upload_command.dart';
import 'package:appflight_cli/commands/whoami_command.dart';
import 'package:appflight_cli/config/credentials.dart';
import 'package:appflight_cli/config/project_config.dart';
import 'package:appflight_cli/detect/build_resolver.dart';
import 'package:appflight_cli/detect/flutter_detector.dart';
import 'package:appflight_cli/util/exit_codes.dart';
import 'package:appflight_cli/util/logger.dart';
1
likes
0
points
727
downloads

Publisher

verified publishermhmz.dev

Weekly Downloads

AppFlight CLI — upload APKs from your terminal or CI pipelines without the Play Store.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, cli_util, dio, io, path, pub_semver, yaml

More

Packages that depend on appflight_cli