1. 06 Sep, 2017 1 commit
  2. 31 Aug, 2017 1 commit
  3. 14 Aug, 2017 1 commit
  4. 09 Aug, 2017 1 commit
  5. 04 Aug, 2017 1 commit
  6. 01 Aug, 2017 2 commits
  7. 13 Jul, 2017 1 commit
  8. 11 Jul, 2017 1 commit
  9. 21 Jun, 2017 2 commits
  10. 16 Jun, 2017 2 commits
  11. 15 Jun, 2017 2 commits
  12. 14 Jun, 2017 2 commits
  13. 08 Jun, 2017 1 commit
  14. 02 Jun, 2017 2 commits
  15. 12 May, 2017 1 commit
  16. 11 May, 2017 3 commits
  17. 10 May, 2017 2 commits
  18. 14 Apr, 2017 1 commit
  19. 27 Mar, 2017 1 commit
  20. 15 Mar, 2017 1 commit
  21. 10 Mar, 2017 1 commit
  22. 28 Feb, 2017 1 commit
  23. 27 Feb, 2017 1 commit
    • Todd Volkert's avatar
      Add --bug-report flag (#8435) · f60410fa
      Todd Volkert authored
      This adds support for a `--bug-report` flag, which is a recording
      that:
        - includes the arguments that were passed to the command runner
        - is zipped up for easy attachment in Guthub issues
      f60410fa
  24. 23 Feb, 2017 1 commit
    • 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
  25. 21 Feb, 2017 1 commit
  26. 18 Feb, 2017 1 commit
  27. 17 Feb, 2017 1 commit
  28. 13 Feb, 2017 1 commit
  29. 07 Jan, 2017 1 commit
    • Todd Volkert's avatar
      Update flutter_tools to use package:file throughout (#7385) · 8bb27034
      Todd Volkert authored
      This removes direct file access from within flutter_tools
      in favor of using `package:file` via a `FileSystem` that's
      accessed via the `ApplicationContext`.
      
      This lays the groundwork for us to be able to easily swap
      out the underlying file system when running Flutter tools,
      which will be used to provide a record/replay file system,
      analogous to what we have for process invocations.
      8bb27034
  30. 06 Jan, 2017 2 commits