Last updated:
0 purchases
flutter create
For creating custom flutter project from template
A standalone solution to issue https://github.com/flutter/flutter/issues/15279
Installation #
If you want to use flutter_create on the command line,
install it using pub global activate:
> pub global activate flutter_create
copied to clipboard
To update flutter_create, use the same pub global activate command.
Usage #
> flutter_create -a appname -u template_url
copied to clipboard
or
> pub global run flutter_create -a appname -u template_url
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.