flutter/examples/layers/rendering
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
..
src Update the examples/ README and associated fixes. (#9090) 2017-04-05 11:28:33 -07:00
custom_coordinate_systems.dart Declare locals final where not reassigned (layers) (#8572) 2017-03-03 18:04:27 -08:00
flex_layout.dart Declare locals final where not reassigned (layers) (#8572) 2017-03-03 18:04:27 -08:00
hello_world.dart prefer const constructors (#8316) 2017-02-21 14:54:29 -08:00
spinning_square.dart Declare locals final where not reassigned (layers) (#8572) 2017-03-03 18:04:27 -08:00
touch_input.dart use color.shadeXxx instead of color[Xxx] (#8932) 2017-03-21 23:14:55 +01:00