0 purchases
cbs create2
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
copied to clipboard
To update cbs_create, use the same pub global activate command.
Usage #
t - for template name get or bloc
a - for app name
> cbs_create -a appname -t get or bloc
copied to clipboard
or
> pub global run cbs_create -a appname -t get or bloc
copied to clipboard
> cd appname
> flutter pub get
> flutter run
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.