flutter/packages/flutter_tools
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
..
bin Generate a depfile for assets of a flutter_app. (#8961) 2017-03-23 09:42:58 -07:00
gradle Remove Android support library in Flutter builds. Fixes #9120, #9102, #9121. (#9123) 2017-03-31 09:35:25 -07:00
lib Update the examples/ README and associated fixes. (#9090) 2017-04-05 11:28:33 -07:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Update the examples/ README and associated fixes. (#9090) 2017-04-05 11:28:33 -07:00
test Roll Dart to 1.23.0-dev.11.5 (#9151) 2017-04-05 09:47:02 -07:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn Fix flutter_tools BUILD.gn dependencies (#9187) 2017-04-04 12:56:06 -07:00
flutter_tools.iml update IntelliJ metadata (#8844) 2017-03-17 09:39:18 -07:00
pubspec.yaml warn about outdated Flutter installations (#9163) 2017-04-04 10:45:43 -07:00
README.md Update test instructions for flutter_tools (#8126) 2017-02-13 21:31:53 -08:00

Flutter tools

Tools for building Flutter applications.

To run the tests, ensure that no devices are connected and run:

pub get
FLUTTER_ROOT=$PWD/../.. dart --checked test/all.dart