fastlane_cli 0.1.8 copy "fastlane_cli: ^0.1.8" to clipboard
fastlane_cli: ^0.1.8 copied to clipboard

CLI plugin that bootstraps Fastlane, Firebase App Distribution, and GitHub Actions for Flutter projects.

example/main.dart

import 'package:fastlane_cli/fastlane_cli.dart';

Future<void> main() async {
  final cli = FastlaneCli();

  // Prints the top-level help so users can see available commands quickly.
  await cli.run(<String>['--help']);
}
0
likes
0
points
300
downloads

Publisher

unverified uploader

Weekly Downloads

CLI plugin that bootstraps Fastlane, Firebase App Distribution, and GitHub Actions for Flutter projects.

Repository (GitHub)
View/report issues

Topics

#fastlane #firebase #github-actions #ci

License

unknown (license)

Dependencies

args, http, path, yaml

More

Packages that depend on fastlane_cli