archipelago_cli 0.0.1-dev.9 copy "archipelago_cli: ^0.0.1-dev.9" to clipboard
archipelago_cli: ^0.0.1-dev.9 copied to clipboard

Archipelago CLI to use Archipelago Flutter Starter kit.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate archipelago_cli

Use it

The package has the following executables:

$ archipelago

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add archipelago_cli

With Flutter:

 $ flutter pub add archipelago_cli

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

dependencies:
  archipelago_cli: ^0.0.1-dev.9

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:archipelago_cli/archipelago_cli.dart';
5
likes
130
points
43
downloads

Publisher

verified publisherbanuacoders.com

Weekly Downloads

Archipelago CLI to use Archipelago Flutter Starter kit.

Repository (GitHub)

Topics

#starter #uikit #cli #widget

Documentation

API reference

License

MIT (license)

Dependencies

args, cli_completion, mason, mason_logger, path, pub_updater

More

Packages that depend on archipelago_cli