flutter_create 1.0.4 copy "flutter_create: ^1.0.4" to clipboard
flutter_create: ^1.0.4 copied to clipboard

Create flutter project from templates e.g github. A standalone solution to issue https://github.com/flutter/flutter/issues/15279

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

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

Usage #

> flutter_create -a appname -u template_url

or

> pub global run flutter_create -a appname -u template_url

> cd appname
> flutter pub get
> flutter run

Features and bugs #

Please file feature requests and bugs at the issue tracker.

12
likes
120
pub points
0%
popularity

Publisher

verified publisherodunadeboye.com

Create flutter project from templates e.g github. A standalone solution to issue https://github.com/flutter/flutter/issues/15279

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, path, rename

More

Packages that depend on flutter_create