cli1 1.0.1 copy "cli1: ^1.0.1" to clipboard
cli1: ^1.0.1 copied to clipboard

Flutter Helper Tool To => (Create A Flutter Project Structure, Screen, Service, Widget, Model, Common

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate cli1

Use it

The package has the following executables:

$ cli1

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cli1

With Flutter:

 $ flutter pub add cli1

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

dependencies:
  cli1: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:cli1/blue_bird_generator.dart';
import 'package:cli1/init/enums.dart';
import 'package:cli1/init/files_and_folders.dart';
import 'package:cli1/init/files_templates.dart';
0
likes
115
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Helper Tool To => (Create A Flutter Project Structure, Screen, Service, Widget, Model, Common

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

path, process_run

More

Packages that depend on cli1