clean_architecture_cli 0.1.3+14 copy "clean_architecture_cli: ^0.1.3+14" to clipboard
clean_architecture_cli: ^0.1.3+14 copied to clipboard

outdated

A simple command line application to generate simple folder and file structure for Flutter Applications

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate clean_architecture_cli

Use it

The package has the following executables:

$ clean_architecture_cli

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add clean_architecture_cli

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

dependencies:
  clean_architecture_cli: ^0.1.3+14

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

Import it

Now in your Dart code, you can use:

import 'package:clean_architecture_cli/clean_architecture_cli.dart';
0
likes
0
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

A simple command line application to generate simple folder and file structure for Flutter Applications

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

args, cupertino_icons, flutter

More

Packages that depend on clean_architecture_cli