fledge 0.1.3 copy "fledge: ^0.1.3" to clipboard
fledge: ^0.1.3 copied to clipboard

CICD for Flutter. Automates build, testing and signing on a number of supported build servers. Automates upload to Google and Apple stores for beta testing and full release.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate fledge

Use it

The package has the following executables:

$ fledge

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fledge

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

dependencies:
  fledge: ^0.1.3

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:fledge/fledge.dart';
7
likes
30
points
43
downloads

Publisher

unverified uploader

Weekly Downloads

CICD for Flutter. Automates build, testing and signing on a number of supported build servers. Automates upload to Google and Apple stores for beta testing and full release.

Repository

License

unknown (license)

Dependencies

args, async, crypto, http, http_multi_server, meta, path, pool, pub_semver, resource, source_span, stack_trace, yaml

More

Packages that depend on fledge