lazycli 1.0.7 copy "lazycli: ^1.0.7" to clipboard
lazycli: ^1.0.7 copied to clipboard

A command-line for create get view with controller, binding and variables.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate lazycli

Use it

The package has the following executables:

$ lazycli

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lazycli

With Flutter:

 $ flutter pub add lazycli

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

dependencies:
  lazycli: ^1.0.7

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:lazycli/lazycli.dart';
0
likes
115
points
64
downloads

Publisher

unverified uploader

Weekly Downloads

A command-line for create get view with controller, binding and variables.

Repository (GitHub)

Documentation

API reference

License

BSL-1.0 (license)

Dependencies

cli_dialog, path, yaml

More

Packages that depend on lazycli