flutter/packages/flutter_tools/templates/create
Ian Hickson 1b9476c4d9 Hide routes from the API when they're not needed. (#3431)
The 'routes' table is a point of confusion with new developers. By
providing a 'home' argument that sets the '/' route, we can delay the
point at which we teach developers about 'routes' until the point where
they want to have a second route.
2016-04-20 09:33:28 -07:00
..
.atom/launches.tmpl add an atom launch config to the starter app 2016-03-12 07:09:07 -08:00
android clean the project names used for flutter create 2016-03-02 12:36:37 -08:00
ios clean the project names used for flutter create 2016-03-02 12:36:37 -08:00
lib Hide routes from the API when they're not needed. (#3431) 2016-04-20 09:33:28 -07:00
.gitignore.tmpl Remove all inline templates and provide a way to specify templates as resources 2016-02-24 11:33:07 -08:00
flutter.yaml.tmpl Switch Material Design icons to using the iconfont 2016-03-02 09:32:02 -08:00
pubspec.yaml.tmpl Remove all inline templates and provide a way to specify templates as resources 2016-02-24 11:33:07 -08:00
README.md.tmpl Remove all inline templates and provide a way to specify templates as resources 2016-02-24 11:33:07 -08:00

# {{projectName}}

{{description}}

## Getting Started

For help getting started with Flutter, view our online
[documentation](http://flutter.io/).