cli1 1.0.1
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 cli1Use 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 cli1With Flutter:
$ flutter pub add cli1This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
cli1: ^1.0.1Alternatively, 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';