1. 22 Jul, 2016 5 commits
  2. 21 Jul, 2016 10 commits
  3. 20 Jul, 2016 8 commits
  4. 19 Jul, 2016 3 commits
  5. 18 Jul, 2016 7 commits
  6. 16 Jul, 2016 1 commit
  7. 15 Jul, 2016 4 commits
  8. 14 Jul, 2016 2 commits
    • 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
    • Jason Simmons's avatar
      e0174c9d