1. 28 Nov, 2016 1 commit
  2. 27 Nov, 2016 1 commit
  3. 23 Nov, 2016 1 commit
  4. 22 Nov, 2016 1 commit
    • Chris Bracken's avatar
      Add testOutputsDirectory (#6987) · c370b7de
      Chris Bracken authored
      Declares a top-level getter that returns the outputs directory to which
      Flutter Driver tests can write any output files. Timeline data defaults
      to this directory.
      c370b7de
  5. 18 Nov, 2016 2 commits
  6. 17 Nov, 2016 1 commit
  7. 14 Nov, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 3 of 3 (#6838) · 34e466f1
      Dan Rubel authored
      * Remove the workaround that pinned args to v0.13.6
      This reverts most of the changes in commit 6331b6c8
      * throw exception if exit code is not an integer
      * rework command infrastructure to throw ToolExit when non-zero exitCode
      * convert commands to return Future<Null>
      * cleanup remaining commands to use throwToolExit for non-zero exit code
      * remove isUnusual exception message
      * add type annotations for updated args package
      34e466f1
  8. 09 Nov, 2016 1 commit
  9. 08 Nov, 2016 2 commits
  10. 01 Nov, 2016 1 commit
  11. 25 Oct, 2016 2 commits
  12. 24 Oct, 2016 1 commit
  13. 18 Oct, 2016 1 commit
    • Yegor's avatar
      add description to by-predicate finders (#6362) · 995fcdc9
      Yegor authored
      Add an option to provide a custom description to predicate
      finders. Without a custom description we default to printing the
      predicate function's signature, which is not all that useful.
      
      Use this new option in the driver extension to print the text of the
      sought after tooltip.
      995fcdc9
  14. 15 Oct, 2016 1 commit
  15. 14 Oct, 2016 1 commit
  16. 13 Oct, 2016 1 commit
  17. 07 Oct, 2016 1 commit
  18. 03 Oct, 2016 1 commit
  19. 23 Sep, 2016 1 commit
  20. 20 Sep, 2016 1 commit
  21. 13 Sep, 2016 1 commit
  22. 12 Sep, 2016 1 commit
  23. 09 Sep, 2016 1 commit
  24. 08 Sep, 2016 1 commit
    • Phil Quitslund's avatar
      Update to Dart `1.20.0-dev.1.0`. (#5689) · d2fda677
      Phil Quitslund authored
      * Udpate to Dart `1.20.0-dev.1.0`.
      
      Udpate to Dart `1.20.0-dev.1.0` and corresponding `analyzer` package.
      
      * Added `--no-packages-dir`.
      
      * Revert extension to master.
      
      * Added ignores.
      
      * Review nits.
      
      * More nits.
      d2fda677
  25. 27 Jul, 2016 2 commits
  26. 14 Jul, 2016 1 commit
    • 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
  27. 25 Jun, 2016 1 commit
    • Kaiyuan Wang's avatar
      Fix the issue that flutter driver does not close _peer (#4755) · ccf87bd0
      Kaiyuan Wang authored
      * Fix the issue that flutter driver does not close _peer when
      driver.close() is invoked.  The problem introduces the following
      unexpected behavior:
      
        1. Launch an app using "flutter run ..." command
        2. Run the flutter driver test using "dart flutter_test.dart"
      
      The test will not exit after running.  The problem will be solved
      if _peer is closed.
      
      * Fix formatting issue
      ccf87bd0
  28. 19 Jun, 2016 1 commit
  29. 28 May, 2016 1 commit
  30. 26 May, 2016 2 commits
  31. 10 May, 2016 1 commit
  32. 04 May, 2016 2 commits
    • pq's avatar
      Literals get type annotations. · bcede8df
      pq authored
      As per the recent fix to the `always_specify_types` lint (https://github.com/dart-lang/linter/issues/199), literal maps and lists are now expected to be explicitly typed.
      
      Running that lint on the repo identifies quite a few spots to update.  This focuses on `flutter_driver` and `flutter_sprites` (somewhat arbitrarily) but the changes are fairly representative.
      
      Note there are a number of places where I made a quick judgement on how specific to make the types.  Feedback on those is welcome.  (Especially as we move forward with more.)
      bcede8df
    • Hans Muller's avatar
      Gallery demo start-time performance test (#3655) · a9b965cb
      Hans Muller authored
      *  Gallery demo start-time performance test
      a9b965cb
  33. 03 May, 2016 2 commits