1. 14 Jul, 2021 1 commit
  2. 14 Jun, 2021 1 commit
  3. 24 May, 2021 1 commit
  4. 27 Apr, 2021 1 commit
  5. 13 Apr, 2021 1 commit
  6. 27 Jan, 2021 1 commit
  7. 20 Nov, 2020 1 commit
  8. 14 Oct, 2020 1 commit
  9. 12 Oct, 2020 1 commit
  10. 09 Oct, 2020 1 commit
  11. 08 Oct, 2020 1 commit
  12. 29 Sep, 2020 1 commit
  13. 22 Sep, 2020 1 commit
  14. 15 Sep, 2020 1 commit
  15. 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
  16. 29 Jul, 2020 1 commit
  17. 14 Jul, 2020 1 commit
  18. 10 Jul, 2020 3 commits
  19. 09 Jul, 2020 1 commit
  20. 16 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] deprecate build aot (#59487) · 15154b11
      Jonah Williams authored
      This command was previously used by the re-entrant build scripts in xcode_backend.sh and build.gradle. These have since been refactored to use flutter assemble.
      
      Deprecation the command in preparation for removal in a future release of flutter. The only current use is a test on HHH
      15154b11
  21. 11 Jun, 2020 1 commit
  22. 09 Jun, 2020 1 commit
  23. 05 Jun, 2020 1 commit
  24. 27 May, 2020 1 commit