flutter_ci 0.0.1 copy "flutter_ci: ^0.0.1" to clipboard
flutter_ci: ^0.0.1 copied to clipboard

Flutter CLI tool for CI/CD automation including version bump, build generation and artifact storage.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_ci

Use it

The package has the following executables:

$ flutter_ci

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_ci

With Flutter:

 $ flutter pub add flutter_ci

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

dependencies:
  flutter_ci: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_ci/flutter_ci.dart';
2
likes
140
points
165
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter CLI tool for CI/CD automation including version bump, build generation and artifact storage.

Repository (GitHub)
View/report issues

Topics

#cli #flutter #ci #cd #automation

License

MIT (license)

Dependencies

args, path, process_run, yaml, yaml_edit

More

Packages that depend on flutter_ci