nonstop_cli 0.0.5+1 copy "nonstop_cli: ^0.0.5+1" to clipboard
nonstop_cli: ^0.0.5+1 copied to clipboard

A command-line interface for the Flutter Framework to generate Flutter projects, features and schemas.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate nonstop_cli
copied to clipboard

Use it

The package has the following executables:

$ nonstop
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nonstop_cli
copied to clipboard

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

dependencies:
  nonstop_cli: ^0.0.5+1
copied to clipboard

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:nonstop_cli/nonstop_cli.dart';
copied to clipboard
1
likes
0
points
307
downloads

Publisher

verified publisherdart.nonstopio.com

Weekly Downloads

2024.09.21 - 2025.04.05

A command-line interface for the Flutter Framework to generate Flutter projects, features and schemas.

Homepage
Repository (GitHub)
View/report issues

Topics

#melos #codegen #template #cli

Documentation

Documentation

License

unknown (license)

Dependencies

args, cli_completion, cli_core, mason, mason_logger, meta, path, process_run, pub_updater, universal_io, yaml_edit

More

Packages that depend on nonstop_cli