flutter/packages/flutter_driver
Kaiyuan Wang ccf87bd083 Fix the issue that flutter driver does not close _peer (#4755)
* Fix the issue that flutter driver does not close _peer when
driver.close() is invoked.  The problem introduces the following
unexpected behavior:

  1. Launch an app using "flutter run ..." command
  2. Run the flutter driver test using "dart flutter_test.dart"

The test will not exit after running.  The problem will be solved
if _peer is closed.

* Fix formatting issue
2016-06-25 12:58:46 -07:00
..
lib Fix the issue that flutter driver does not close _peer (#4755) 2016-06-25 12:58:46 -07:00
test rename TracingCategory to TimelineStream (#3822) 2016-05-09 17:00:49 -07:00
pubspec.yaml bump our dep on the test package (#4625) 2016-06-19 08:10:03 -07:00