flutter/packages/flutter_driver
YoungSeok Yoon a10cd03b05 Flutter driver commands for controlling the Input widget (#4913)
* Driver commands for controlling the Input widget

This commit introduces two new driver commands for controlling the
material Input widget.

* setInputText(SerializableFinder finder, String text)
* submitInputText(SerializableFinder finder)

Since it is not possible to directly modify the Input widget text,
these driver commands invokes the handler functions of the Input
widget: onChanged and onSubmitted, respectively. The `submitInputText`
command returns the submitted String as a result.

* Make input command handler methods private

Addressing comments from @yjbanov.
2016-07-14 13:29:49 -07:00
..
lib Flutter driver commands for controlling the Input widget (#4913) 2016-07-14 13:29:49 -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