quicui_cli 1.0.0 copy "quicui_cli: ^1.0.0" to clipboard
quicui_cli: ^1.0.0 copied to clipboard

QuicUI command-line interface for managing code push patches. Build, release and patch Flutter apps with OTA updates.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate quicui_cli

Use it

The package has the following executables:

$ quicui

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quicui_cli

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

dependencies:
  quicui_cli: ^1.0.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:quicui_cli/quicui_cli.dart';
0
likes
0
points
9
downloads

Publisher

verified publisherquicui.com

Weekly Downloads

QuicUI command-line interface for managing code push patches. Build, release and patch Flutter apps with OTA updates.

Repository (GitHub)
View/report issues

Topics

#cli #code-push #flutter #ota-updates

License

unknown (license)

Dependencies

archive, args, cli_util, crypto, dart_style, http, meta, path, quicui_compiler, quicui_linker, yaml

More

Packages that depend on quicui_cli