1. 25 Jan, 2022 2 commits
  2. 15 Jan, 2022 1 commit
  3. 16 Dec, 2021 1 commit
  4. 07 Oct, 2021 3 commits
  5. 02 Jun, 2021 1 commit
  6. 27 Jan, 2021 1 commit
  7. 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
  8. 12 Mar, 2020 2 commits
  9. 11 Mar, 2020 1 commit