flutter/packages/flutter_tools
Todd Volkert 83d411f979 Change flutter_tools tests to run via pub (#8698)
`all.dart` is no longer needed. Furthermore, it causes tests to
be skipped, or to silently fail to run anything.

Fixes #7941
2017-03-10 09:39:01 -08:00
..
bin Support Xcode builds in project dirs with spaces (#8709) 2017-03-10 09:32:58 -08:00
gradle Remove superfluous (and wrong) target file check (#8367) 2017-02-23 16:27:30 +01:00
lib Change flutter_tools tests to run via pub (#8698) 2017-03-10 09:39:01 -08:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Declare Xcode 8.3.x compatibility in project files (#8622) 2017-03-07 13:11:41 -08:00
test Change flutter_tools tests to run via pub (#8698) 2017-03-10 09:39:01 -08:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn remove unneded deps to pub_semver (#8688) 2017-03-09 12:57:56 -08:00
flutter_tools.iml Update IML files (#7835) 2017-02-02 15:54:11 -08:00
pubspec.yaml remove unneded deps to pub_semver (#8688) 2017-03-09 12:57:56 -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