cbs_create 1.0.0 cbs_create: ^1.0.0 copied to clipboard
For creating custom flutter project from CBS Architecture
For creating custom flutter project from CBS Architecture
Installation #
If you want to use cbs_create on the command line,
install it using pub global activate
:
> pub global activate cbs_create
To update cbs_create, use the same pub global activate
command.
Usage #
> cbs_create -a appname
or
> pub global run cbs_create -a appname
> cd appname
> flutter pub get
> flutter run
Features and bugs #
Please file feature requests and bugs at the issue tracker.