fluttery_cli 0.0.9 copy "fluttery_cli: ^0.0.9" to clipboard
fluttery_cli: ^0.0.9 copied to clipboard

outdatedDart 1 only

A sample command-line application.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate fluttery_cli

Use it

The package has the following executables:

$ fulltery

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fluttery_cli

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

dependencies:
  fluttery_cli: ^0.0.9

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:fluttery_cli/fluttery_cli.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A sample command-line application.

Repository (GitHub)
View/report issues

Dependencies

mustache4dart, path

More

Packages that depend on fluttery_cli