flutter_releaser_cli 0.0.6+2
flutter_releaser_cli: ^0.0.6+2 copied to clipboard
A command-line interface for Flutter Releaser, providing tools for managing and automating Flutter app releases.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_releaser_cliWith Flutter:
$ flutter pub add flutter_releaser_cliThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_releaser_cli: ^0.0.6+2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.