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

outdated

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

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

Use this for managing flutter unity project with large teams.

To create a flutter unity plugin project use this command.

$ fuw create flutter_unity_widget

or

$ fuw create

Also make sure you are in the same folder level as your flutter application

Your folder should be like this

    root:
      - <fluuter app project>
      - flutter_unity_widget

Then add the dependency to your flutter app project

    dependencies:
      flutter:
        sdk: flutter
      flutter_unity_widget:
        path: ../flutter_unity_widget

To upgrade the plugin to latest version, use

$ cd flutter_unity_widget

$ fuw update

To upgrade the CLI to latest version, use

$ fuw upgrade
2
likes
30
pub points
26%
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

More

Packages that depend on flutter_unity_cli