flutter/packages/flutter_driver
Chris Bracken cf37a4721a
Reorganise flutter driver implementation sources (#13163)
This patch reorganises flutter_driver's lib/src directory into three
subdirectories:

* driver: sources transitively imported/exported by flutter_driver.dart,
  which defines the API used by driver tests executed on the host machine.

* extension: sources transitively imported/exported by
  driver_extension.dart, which defines the API used to instrument a
  Flutter app running on the target device for use with a driver test.

* common: sources common to both driver and extension code.

This makes rolling Flutter into repositories that use Bazel (or
Bazel-like build systems) significantly more robust, due to the simpler
glob patterns involved.
2017-11-22 17:24:41 -08:00
..
lib Reorganise flutter driver implementation sources (#13163) 2017-11-22 17:24:41 -08:00
test Reorganise flutter driver implementation sources (#13163) 2017-11-22 17:24:41 -08:00
test_driver add driver failure test (#6776) 2016-11-09 15:28:30 -08:00
pubspec.yaml Eliminate unused matcher_util in flutter_driver (#13159) 2017-11-22 15:15:37 -08:00