1. 09 Jan, 2018 2 commits
  2. 22 Oct, 2017 1 commit
  3. 26 Jun, 2017 1 commit
  4. 09 Jun, 2017 1 commit
  5. 09 May, 2017 1 commit
  6. 07 Apr, 2017 1 commit
  7. 04 Apr, 2017 1 commit
  8. 22 Mar, 2017 1 commit
  9. 21 Mar, 2017 1 commit
  10. 14 Mar, 2017 1 commit
    • Todd Volkert's avatar
      Make tests more hermetic. (#8765) · 1b4f817b
      Todd Volkert authored
      1. Add `PortScanner` abstraction so that we don't do actual port scanning
         in tests.
      2. Don't change the real `cwd` of the isolate during tests, as it affects
         all tests, not just the current running test.
      
      Fixes #8761
      1b4f817b
  11. 13 Mar, 2017 1 commit
  12. 09 Mar, 2017 1 commit
  13. 04 Mar, 2017 1 commit
  14. 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
  15. 21 Feb, 2017 1 commit
  16. 14 Feb, 2017 1 commit
  17. 11 Feb, 2017 1 commit
  18. 27 Jan, 2017 1 commit
  19. 26 Jan, 2017 1 commit
  20. 25 Jan, 2017 1 commit
  21. 24 Jan, 2017 1 commit
  22. 09 Jan, 2017 1 commit
  23. 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
  24. 30 Nov, 2016 1 commit
  25. 29 Nov, 2016 2 commits
  26. 13 Oct, 2016 1 commit
  27. 26 Aug, 2016 1 commit
  28. 22 Aug, 2016 1 commit
  29. 09 Aug, 2016 1 commit
  30. 03 May, 2016 1 commit
  31. 27 Apr, 2016 1 commit
    • Devon Carew's avatar
      Flutter run (#3553) · b0dca796
      Devon Carew authored
      * rework flutter run
      
      * fix npe with --debug-port
      
      * connect to obs and exit when that conneciton closes
      
      * update todos
      b0dca796
  32. 11 Apr, 2016 1 commit
  33. 07 Apr, 2016 1 commit
  34. 14 Mar, 2016 1 commit
  35. 26 Feb, 2016 1 commit
  36. 13 Feb, 2016 1 commit
  37. 02 Feb, 2016 1 commit
  38. 29 Nov, 2015 1 commit
    • Adam Barth's avatar
      Clean up code organization in flutter_tools · 9662d49e
      Adam Barth authored
      1) Moved basic utility code into base/ directory to make it clear which code
         doesn't depend on Flutter-specific knowldge.
      2) Move the CommandRunner subclasses into a runner/ directory because these
         aren't commands themselves.
      9662d49e