flutter/packages/flutter_tools
Chris Bracken 4d8395e177 Improve doctor output when Xcode installation is incomplete (#8012)
If the developer has only installed the Xcode command-line tools,
xcode-select and some other tools may be present, but xcodebuild will be
missing. In this case, output a slightly improved message indicating
that the installation is incomplete rather than missing.
2017-02-08 18:56:08 -08:00
..
bin Handle non-fat frameworks in iOS app framework thinning (#7950) 2017-02-07 15:57:16 -08:00
lib Improve doctor output when Xcode installation is incomplete (#8012) 2017-02-08 18:56:08 -08:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Thin iOS app frameworks to the target architecture (#7913) 2017-02-07 12:04:36 -08:00
test Improve doctor output when Xcode installation is incomplete (#8012) 2017-02-08 18:56:08 -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 upgrade to the latest usage package (#7917) 2017-02-07 10:01:44 -08:00
README.md Simplify README 2015-11-04 22:24:53 -08:00

Flutter tools

Tools for building Flutter applications.

To run the tests:

  • pub get
  • pub run test