vortex_cli 0.0.6 copy "vortex_cli: ^0.0.6" to clipboard
vortex_cli: ^0.0.6 copied to clipboard

Official CLI for VORTEX™ framework to build Flutter and Server Applications easily.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate vortex_cli

Use it

The package has the following executables:

$ vortex
$ vortex_cli

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vortex_cli

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

dependencies:
  vortex_cli: ^0.0.6

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:vortex_cli/vortex_cli.dart';
1
likes
120
points
74
downloads

Publisher

unverified uploader

Weekly Downloads

Official CLI for VORTEX™ framework to build Flutter and Server Applications easily.

Homepage
Repository (GitHub)
View/report issues

Topics

#vortex #nuxt #flutter #build-system

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

ansicolor, collection, dart_style, dcli, flutter, http, intl, meta, path, process_run, pub_semver, pubspec_parse, recase, version, yaml

More

Packages that depend on vortex_cli