flutter/examples
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
..
flutter_gallery Document the buildTransitions() method (#9182) 2017-04-04 17:18:16 -07:00
flutter_view Remove title code as no title is shown (#9213) 2017-04-05 20:00:18 +02:00
hello_world Update IJ files to match latest flutter create template (#9103) 2017-04-04 15:50:03 +02:00
layers Update the examples/ README and associated fixes. (#9090) 2017-04-05 11:28:33 -07:00
platform_channel Add battery charging status to Platform Channel example (#9147) 2017-04-05 09:40:35 +02:00
platform_channel_swift Add battery charging status to Platform Channel example (#9147) 2017-04-05 09:40:35 +02:00
stocks Update the examples/ README and associated fixes. (#9090) 2017-04-05 11:28:33 -07:00
.gitignore Add an example of an extensible iOS app (#4252) 2016-05-29 14:08:35 -07:00
README.md Update the examples/ README and associated fixes. (#9090) 2017-04-05 11:28:33 -07:00

Flutter Examples

This directory contains several examples of using Flutter. Each of these is an individual Dart application package.

To run an example, use flutter run inside that example's directory. See the getting started guide to install the flutter tool.

Tip: To see examples of how to use a specific Flutter framework class, copy and paste a URL with this format in your browser. Replace foo with the classname you are searching for (for example, here's the query for examples of the AppBar class).

https://github.com/flutter/flutter/search?q=path%3Aexamples+new+foo

Available examples include: