flutter/packages/flutter_driver
yjbanov 008785be8f [driver] serialize commands to plain strings
Turns out VM service only accepts flat parameter name/value pairs. It
only worked this far because vm_service_client (mistakenly) uses JSON
encoder to encode parameters.

This change separates the Command type hierarchy from that of Result and
tightens type constraints on Command object parameters.
2016-03-02 18:01:16 -08:00
..
lib [driver] serialize commands to plain strings 2016-03-02 18:01:16 -08:00
test driver.scroll action; scroll perf test for Stocks 2016-03-02 17:13:49 -08:00
pubspec.yaml support waiting for things to happen in Flutter Driver 2016-02-24 10:01:00 -08:00