flutter/packages/flutter_tools
Ian Hickson 21434fcf1a Refactor 'flutter drive' to get the observatory port from the logs (#7695)
This remove a very brittle aspect of flutter drive, whereby it would
assume a known port instead of explicitly finding out what it was.

Fixes #7692 and hopefully fixes the devicelab tests.
2017-01-27 01:37:28 -08:00
..
bin Migrate flutter_tools to use package:platform (#7642) 2017-01-25 16:06:41 -08:00
lib Refactor 'flutter drive' to get the observatory port from the logs (#7695) 2017-01-27 01:37:28 -08:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
test Refactor 'flutter drive' to get the observatory port from the logs (#7695) 2017-01-27 01:37:28 -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 Add CupertinoSwitch (#7326) 2017-01-03 22:11:35 -08:00
pubspec.yaml Migrate flutter_tools to use package:platform (#7642) 2017-01-25 16:06:41 -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