flutter/packages
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
..
flutter RefreshIndicatorState.show() (#4877) 2016-07-11 10:11:34 -07:00
flutter_driver Flutter driver commands for controlling the Input widget (#4913) 2016-07-14 13:29:49 -07:00
flutter_markdown Refactor everything to do with images (#4583) 2016-06-16 09:49:48 -07:00
flutter_sprites Cleanup empty statements. 2016-06-28 13:42:22 -07:00
flutter_test Bump Dart SDK to 1.18.0-dev.4.0. 2016-07-06 14:43:40 -07:00
flutter_tools Merge pull request #4908 from collinjackson/simplify_ios_template 2016-07-14 11:27:19 -07:00
playfair Update vector_math (#4201) 2016-05-26 09:49:09 -07:00
.gitignore improve the failure mode when run from a non-flutter project 2016-01-19 20:56:23 -08:00