flutter/packages/flutter_tools
Michael Goderbauer cd8434d931 Refactor how Artifacts are located (#8234)
Artifacts are now located in a central place.
This will enable us to downlaod artifacts when we need them (instead of
downloading them all upfront).
This also makes replacing sky_snapshot with gen_snapshot easier.
2017-02-16 23:10:11 -08:00
..
bin Quote all paths in Xcode build backend (#8039) 2017-02-09 15:08:33 -08:00
gradle Enable Gradle Workflow on Windows (#8201) 2017-02-16 14:17:09 -08:00
lib Refactor how Artifacts are located (#8234) 2017-02-16 23:10:11 -08:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Revert back IntelliJ .iml file to project root (#8139) 2017-02-14 18:15:26 +01:00
test Refactor how Artifacts are located (#8234) 2017-02-16 23:10:11 -08:00
tool Increase the strictness of our requiring explicit types (#7585) 2017-01-23 01:04:31 -08:00
BUILD.gn Added missing dependency. (#7651) 2017-01-25 20:23:19 -08:00
flutter_tools.iml Update IML files (#7835) 2017-02-02 15:54:11 -08:00
pubspec.yaml Bump Dart SDK to 1.23.0-dev.0.0 (#8222) 2017-02-16 16:50:35 -08: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