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

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.6

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
30
pub points
27%
popularity

Publisher

verified publisherxraph.com

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

Homepage

License

MIT (LICENSE)

Dependencies

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

More

Packages that depend on flutter_unity_cli