flutter/packages/flutter_tools
Chris Bracken 0fac5f01a2
Require Xcode 9.0 or later for iOS builds (#13608)
We now require Xcode 9.0, which ships with the iOS 11 SDK, for iOS
builds. This change does not affect the minimum supported iOS deployment
target, which remains iOS 8.

The iOS 11 SDK adds support for safe area insets, which model the status
bar, iPhone X home indicator, and symmetric horizontal insets to avoid
the iPhone X sensor housing when in landscape mode.
2017-12-15 11:44:01 -08:00
..
bin Reapply flutter_assets (#13567) 2017-12-14 17:27:25 +01:00
gradle Reapply flutter_assets (#13567) 2017-12-14 17:27:25 +01:00
ide_templates/intellij Updated run configurations with catalog examples. (#13099) 2017-11-28 16:04:30 -08:00
lib Require Xcode 9.0 or later for iOS builds (#13608) 2017-12-15 11:44:01 -08:00
schema Add support for iOS plugin class prefix (#13095) 2017-11-20 13:27:21 +01:00
templates Update plugin test template. (#13516) 2017-12-14 08:51:33 -08:00
test Require Xcode 9.0 or later for iOS builds (#13608) 2017-12-15 11:44:01 -08:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn Adjust to new location for the Dart project. (#12621) 2017-10-18 19:45:48 -07:00
pubspec.yaml flutter update-packages (#13571) 2017-12-14 10:07:51 -08:00
README.md Update timeouts for flutter create tests (#12965) 2017-11-10 09:35:11 +01:00

Flutter tools

Tools for building Flutter applications.

To run the tests, ensure that no devices are connected, then navigate to flutter_tools and execute:

DART_VM_OPTIONS=--assert-initializer ../../bin/cache/dart-sdk/bin/pub run test