flutter/packages/flutter_tools
Chris Bracken a54979e1fe iOS: fail build wth error if Python six missing (#9135)
Xcode builds depend on the Python 'six' module. If not present, exit
immediately with a useful error message.

The six module is included in the system default Python installation. We
perform this check in case a custom Python install has higher priority
on $PATH; e.g., due to a Homebrew or MacPorts installation.

This extracts an existing doctor check to use it during the build step
as well.
2017-03-31 14:40:22 -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 iOS: fail build wth error if Python six missing (#9135) 2017-03-31 14:40:22 -07:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates update the flutter create template for IntelliJ 2017.1 (#9106) 2017-03-30 13:53:22 -07:00
test Update artifact names and remove obsolete artifacts (#9091) 2017-03-29 16:30:41 -07:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn Turn flutter_tools into a proper host tool. (#9054) 2017-03-28 13:13:35 -07:00
flutter_tools.iml update IntelliJ metadata (#8844) 2017-03-17 09:39:18 -07:00
pubspec.yaml enable crash reporting in flutter_tools (#9039) 2017-03-28 15:16:38 -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