1. 07 May, 2022 1 commit
  2. 23 Feb, 2022 1 commit
  3. 02 Feb, 2022 2 commits
  4. 26 Jan, 2022 1 commit
  5. 22 Dec, 2021 3 commits
  6. 15 Dec, 2021 1 commit
  7. 11 Nov, 2021 1 commit
  8. 02 Nov, 2021 1 commit
  9. 04 Oct, 2021 1 commit
  10. 27 Jul, 2021 1 commit
  11. 14 Jun, 2021 1 commit
  12. 28 May, 2021 1 commit
  13. 28 Apr, 2021 1 commit
  14. 21 Apr, 2021 1 commit
  15. 10 Apr, 2021 1 commit
  16. 07 Apr, 2021 1 commit
  17. 06 Apr, 2021 1 commit
  18. 31 Mar, 2021 1 commit
  19. 06 Mar, 2021 1 commit
  20. 29 Jan, 2021 1 commit
  21. 27 Jan, 2021 1 commit
  22. 12 Jan, 2021 1 commit
  23. 08 Oct, 2020 1 commit
  24. 17 Aug, 2020 1 commit
  25. 12 Aug, 2020 1 commit
  26. 03 Aug, 2020 1 commit
  27. 31 Jul, 2020 1 commit
  28. 15 Jul, 2020 1 commit
  29. 18 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove globals from compilers (#59184) · 447e3d3f
      Jonah Williams authored
      Refactors KernelCompiler and ResidentCompiler to no longer use globals (except as a fallback for g3 migration). Improves the compilation error when running flutter test on a package without a flutter_test dependency.
      
      Updates machine mode to output trace text to stderr
      447e3d3f
  30. 04 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove zone level overrides of verbose and daemon logging (#57448) · f5de6aad
      Jonah Williams authored
      Make it possible for all FlutterCommands to be global free, by moving instantiation to inside the Zone context. Additionally, provide VerboseLogger and NotifyLogger (daemon) at the top level and remove from command-specific overrides.
      
      This allows removing a work around where web devices needed to look up directly from the context in non-test code.
      
      Technically the output preferences are still zone injected, but these will be moved soon as they were not being used correctly by the top level command (the injection comes after ArgParser reads the overflow values, causing numerous wrap issues)
      f5de6aad
  31. 14 May, 2020 1 commit
  32. 06 Mar, 2020 1 commit
  33. 05 Mar, 2020 2 commits
  34. 27 Jan, 2020 1 commit
  35. 17 Jan, 2020 1 commit
  36. 16 Jan, 2020 1 commit