quicui_cli 1.0.2 copy "quicui_cli: ^1.0.2" to clipboard
quicui_cli: ^1.0.2 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

With Flutter:

 $ flutter 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.2

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:quicui_cli/quicui_cli.dart';
0
likes
105
points
109
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.

Topics

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

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on quicui_cli