flutter/packages/flutter_tools/templates/create
Ian Hickson a52c7b470d Update the examples/ README and associated fixes. (#9090)
This yak shave went as follows:

Fix https://github.com/flutter/flutter/issues/8795 by adding stocks to
the examples README.

Notice the layers entry in that README isn't quite right either.
Update that.

Check the layers/README file is worth pointing at.

Update the layers/README.

Let's run some of the layer tests to see if they still work.

Oops, need to update them to gradle.

Ok let's try running them again.

Oops, sector is broken.

Add a test for sector.

Fix sector. Find you need to add an assert to a const constructor.

Notice we need to turn const asserts on for the analyzer.

Notice the analysis_options files are out of sync with each other and
with the full list of lints.

Turn on the lints that should be on.

Fix the bugs that finds.
2017-04-05 11:28:33 -07:00
..
.idea Fix path in modules.xml to match new location of .iml (#9100) 2017-03-30 14:13:07 +02:00
android.tmpl Update the examples/ README and associated fixes. (#9090) 2017-04-05 11:28:33 -07:00
ios.tmpl rename initWithFlutterView to initWithController (#9208) 2017-04-05 08:21:36 -07:00
lib Add template for plugin projects. (#9076) 2017-03-30 12:39:21 +02:00
.gitignore.tmpl Automatically wire dependencies for native plugins (#8891) 2017-03-23 14:59:12 +01:00
projectName.iml.tmpl update the flutter create template for IntelliJ 2017.1 (#9106) 2017-03-30 13:53:22 -07:00
pubspec.yaml.tmpl Add template for plugin projects. (#9076) 2017-03-30 12:39:21 +02: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/).