- 23 Nov, 2017 1 commit
-
-
Chris Bracken authored
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.
-
- 17 Nov, 2017 1 commit
-
-
Greg Spencer authored
I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once. This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
-
- 10 Feb, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Jan, 2017 1 commit
-
-
Todd Volkert authored
-
- 22 Nov, 2016 1 commit
-
-
Chris Bracken authored
Declares a top-level getter that returns the outputs directory to which Flutter Driver tests can write any output files. Timeline data defaults to this directory.
-
- 02 Apr, 2016 1 commit
-
-
Yegor authored
[driver] utility for extracting and saving timeline summary
-