flutter_unity_cli 1.0.3 copy "flutter_unity_cli: ^1.0.3" to clipboard
flutter_unity_cli: ^1.0.3 copied to clipboard

outdated

A command-line application for managing flutter unity at scale.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_unity_cli

Use it

The package has the following executables:

$ fuw

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_unity_cli

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

dependencies:
  flutter_unity_cli: ^1.0.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:flutter_unity_cli/flutter_unity_cli.dart';
2
likes
0
pub points
26%
popularity

Publisher

verified publisherxraph.com

A command-line application for managing flutter unity at scale.

Homepage

License

unknown (LICENSE)

Dependencies

ansicolor, args, dart_console, http, path, pub_semver, pubspec_yaml, recase, tuple, version, yaml

More

Packages that depend on flutter_unity_cli