1. 13 Mar, 2017 1 commit
  2. 10 Mar, 2017 2 commits
  3. 08 Mar, 2017 2 commits
  4. 04 Mar, 2017 1 commit
  5. 23 Feb, 2017 2 commits
    • Phil Quitslund's avatar
      Bump to test `0.12.20`. (#8349) · a002e720
      Phil Quitslund authored
      * Bump to test `0.12.20`.
      
      Some test `0.12.20` highlights:
        * introduces `expectLater()`  that returns a `Future` that completes when the matcher has finished running
        * deprecates the `verbose` parameter to `expect()` and the `formatFailure()` (to be removed in `0.13.0`)
      
      Otherwise:
        * to keep up w/ the deprecation of `verbose`, removes `widget_tester` API to pass `verbose` flag (alternatively we could suppress the warning for now)
      
      * Update stack manipulation.
      
      * Fix framecount.
      a002e720
    • Alexandre Ardhuin's avatar
      8c043d06
  6. 21 Feb, 2017 1 commit
  7. 18 Feb, 2017 1 commit
  8. 17 Feb, 2017 1 commit
  9. 15 Feb, 2017 1 commit
  10. 14 Feb, 2017 1 commit
  11. 08 Feb, 2017 1 commit
  12. 07 Feb, 2017 2 commits
    • Hans Muller's avatar
      af587a15
    • zhenqiu1101's avatar
      Add find.descendant API to support find descendants of an element by passing... · 47666af5
      zhenqiu1101 authored
      Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant. (#7944)
      
      * Add find.descendant API to support find descendants of an element by passing the current element and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      47666af5
  13. 03 Feb, 2017 1 commit
  14. 02 Feb, 2017 2 commits
  15. 24 Jan, 2017 1 commit
  16. 23 Jan, 2017 1 commit
  17. 22 Jan, 2017 1 commit
  18. 13 Jan, 2017 1 commit
  19. 12 Jan, 2017 2 commits
  20. 11 Jan, 2017 2 commits
  21. 06 Jan, 2017 1 commit
    • Ian Hickson's avatar
      Add a toString to Simulation (#7364) · 79c8e5c7
      Ian Hickson authored
      Also, make hasOneLineDescription more discerning.
      Also, add a test for hasOneLineDescription.
      Also, add a test for GravitySimulation, to test the toString.
      79c8e5c7
  22. 05 Jan, 2017 3 commits
  23. 29 Nov, 2016 1 commit
  24. 27 Nov, 2016 1 commit
  25. 19 Nov, 2016 1 commit
  26. 16 Nov, 2016 2 commits
  27. 15 Nov, 2016 2 commits
  28. 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
  29. 11 Nov, 2016 1 commit