flutter/packages/flutter_tools
Chris Bracken e965b69285 Improve libimobiledevice doctor messages (#12633)
The libimobiledevice suite of tools do not include version information.
A simple way to verify they meet our version requirements is to run
idevice_id -l, which will fail when older versions are run against iOS
devices with newer versions of iOS installed.

Unfortunately, idevice_id -l will also fail when libimobiledevice is up
to date, but the attached devices have never been paired with the host
machine in Xcode.

This patch updates the error message to help guide the user in such
situations.
2017-10-19 10:52:25 -07:00
..
bin Fix testing on Fuchsia. (#12563) 2017-10-16 10:58:39 -07:00
gradle Copy snapshot file into assets (#12523) 2017-10-18 14:52:36 +02:00
lib Improve libimobiledevice doctor messages (#12633) 2017-10-19 10:52:25 -07:00
schema Add schema for plugin (#12013) 2017-09-11 16:24:41 +02:00
templates Add Cupertino icon fonts helper and dependency for default template (#12559) 2017-10-16 18:59:28 -07:00
test enable lint avoid_function_literals_in_foreach_calls (#12607) 2017-10-19 08:16:16 +02: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
flutter_tools.iml Update flutter_tools IntelliJ project (#11790) 2017-08-25 15:59:19 -07:00
pubspec.yaml flutter_localization optional package (#12410) 2017-10-11 16:01:13 -07:00
README.md Add test of flutter create --plugin (#9459) 2017-04-19 00:00:39 +02: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:

../../bin/cache/dart-sdk/bin/pub run test