1. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  2. 21 Feb, 2019 1 commit
  3. 11 Dec, 2018 1 commit
  4. 10 Dec, 2018 1 commit
  5. 01 Oct, 2018 1 commit
  6. 12 Sep, 2018 1 commit
  7. 02 Aug, 2018 1 commit
  8. 27 Jul, 2018 1 commit
  9. 23 Jul, 2018 1 commit
  10. 16 Jul, 2018 2 commits
  11. 05 Jun, 2018 1 commit
  12. 02 May, 2018 1 commit
  13. 28 Mar, 2018 1 commit
  14. 02 Feb, 2018 1 commit
  15. 16 Jan, 2018 1 commit
  16. 09 Jan, 2018 2 commits
  17. 22 Oct, 2017 1 commit
  18. 26 Jun, 2017 1 commit
  19. 09 Jun, 2017 1 commit
  20. 09 May, 2017 1 commit
  21. 07 Apr, 2017 1 commit
  22. 04 Apr, 2017 1 commit
  23. 22 Mar, 2017 1 commit
  24. 21 Mar, 2017 1 commit
  25. 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
  26. 13 Mar, 2017 1 commit
  27. 09 Mar, 2017 1 commit
  28. 04 Mar, 2017 1 commit
  29. 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
  30. 21 Feb, 2017 1 commit
  31. 14 Feb, 2017 1 commit
  32. 11 Feb, 2017 1 commit
  33. 27 Jan, 2017 1 commit
  34. 26 Jan, 2017 1 commit
  35. 25 Jan, 2017 1 commit
  36. 24 Jan, 2017 1 commit
  37. 09 Jan, 2017 1 commit
  38. 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