Pub Version

For creating custom flutter project from soft_cli Architecture

Installation

If you want to use cli_create on the command line, install it using pub global activate:

> pub global activate soft_cli

To update cli_create, use the same pub global activate command.

Usage

t - for template name get or bloc a - for app name

> cli_create -a appname -t sample , multiModule or get

or

> pub global run cli_create -a appname -t sample , multiModule or get

> cd appname
> flutter pub get
> flutter run

Features and bugs

Please file feature requests and bugs at the issue tracker.

Libraries

soft_cli