flutter/packages/flutter_driver/lib
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
..
src Flutter driver commands for controlling the Input widget (#4913) 2016-07-14 13:29:49 -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