1. 18 Jul, 2022 1 commit
  2. 24 May, 2022 1 commit
  3. 12 Nov, 2021 1 commit
  4. 02 Nov, 2021 1 commit
  5. 21 Oct, 2021 1 commit
  6. 07 Oct, 2021 3 commits
  7. 01 Oct, 2021 1 commit
  8. 03 Aug, 2021 1 commit
  9. 22 Jun, 2021 1 commit
  10. 13 Apr, 2021 1 commit
  11. 07 Apr, 2021 1 commit
  12. 05 Apr, 2021 1 commit
  13. 31 Mar, 2021 1 commit
  14. 22 Mar, 2021 1 commit
  15. 19 Mar, 2021 1 commit
  16. 16 Mar, 2021 2 commits
  17. 15 Mar, 2021 1 commit
  18. 05 Mar, 2021 1 commit
  19. 04 Mar, 2021 1 commit
  20. 24 Feb, 2021 1 commit
  21. 18 Feb, 2021 1 commit
  22. 27 Jan, 2021 1 commit
  23. 26 Jan, 2021 1 commit
  24. 02 Dec, 2020 1 commit
  25. 05 Nov, 2020 1 commit
  26. 08 Oct, 2020 1 commit
  27. 06 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove globals from FlutterValidator, add documentation and... · 1271447b
      Jonah Williams authored
      [flutter_tools] remove globals from FlutterValidator, add documentation and move tests to new file (#67234)
      
      Remove globals from the flutter validator class, and refactor the tests into a separate file. Applies some other cleanup like adding doc comments, and making the doctor validator work like it is documented to work - removing the gen_snapshot check if the artifact is not downloaded instead of downloading all android artifacts.
      
      #47161
      1271447b
  28. 22 Sep, 2020 1 commit
  29. 08 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] standardize patterns for integration.shard (#64980) · 6b444c4d
      Jonah Williams authored
      Integration tests must only go through the real file system/process manager/platform. The global indirection makes this code harder to understand than if it directly referred to the concrete instances that are being used.
      
      Update the integration shard to use a const instance of a LocalFIleSystem, LocalProcessManager, and LocalPlatform. Remove global usage and apply testWithoutContext.
      6b444c4d
  30. 21 Aug, 2020 1 commit
  31. 12 Aug, 2020 1 commit
  32. 16 Jul, 2020 1 commit
  33. 15 Jul, 2020 1 commit
  34. 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
  35. 01 Jun, 2020 1 commit
  36. 14 May, 2020 1 commit
  37. 05 May, 2020 1 commit