• YoungSeok Yoon's avatar
    Flutter driver commands for controlling the Input widget (#4913) · a10cd03b
    YoungSeok Yoon authored
    * 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.
    a10cd03b
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.analysis_options Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...