flutter/packages/flutter_driver/lib
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
..
src Fix the issue that flutter driver does not close _peer (#4755) 2016-06-25 12:58:46 -07:00
driver_extension.dart add flutter_driver package 2016-02-17 18:02:18 -08:00
flutter_driver.dart rename TracingCategory to TimelineStream (#3822) 2016-05-09 17:00:49 -07:00