flutter/packages/flutter_tools
Michael Goderbauer ae1a719e03 fix FLUTTER_ANSI_TERMINAL check (#8544)
* fix FLUTTER_ANSI_TERMINAL check

should have been included in the previous PR :(

* review comments
2017-03-02 16:25:33 -08:00
..
bin prefer const constructor (#8292) 2017-02-20 14:07:16 -08:00
gradle Remove superfluous (and wrong) target file check (#8367) 2017-02-23 16:27:30 +01:00
lib fix FLUTTER_ANSI_TERMINAL check (#8544) 2017-03-02 16:25:33 -08:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Upgrade build tools to latest Android Studio default (#8461) 2017-02-28 18:25:28 +01:00
test Enable Hot Reload on Windows (backed by gen_snapshot) (#8512) 2017-03-02 10:57:27 -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 Add --bug-report flag (#8435) 2017-02-27 15:38:47 -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