fcli 0.0.5 copy "fcli: ^0.0.5" to clipboard
fcli: ^0.0.5 copied to clipboard

discontinued
outdated

A Flutter CLI tool to generate flutter project with custom config

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate fcli

Use it

The package has the following executables:

$ fcli

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fcli

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

dependencies:
  fcli: ^0.0.5

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:fcli/fcli.dart';
5
likes
0
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter CLI tool to generate flutter project with custom config

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ansicolor, args, dart_style, dcli, http, path, process_run, pubspec, recase, version, yaml

More

Packages that depend on fcli