1. 20 Nov, 2020 1 commit
  2. 14 Oct, 2020 1 commit
  3. 12 Oct, 2020 1 commit
  4. 09 Oct, 2020 1 commit
  5. 08 Oct, 2020 1 commit
  6. 29 Sep, 2020 1 commit
  7. 22 Sep, 2020 1 commit
  8. 15 Sep, 2020 1 commit
  9. 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
  10. 29 Jul, 2020 1 commit
  11. 14 Jul, 2020 1 commit
  12. 10 Jul, 2020 3 commits
  13. 09 Jul, 2020 1 commit
  14. 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
  15. 11 Jun, 2020 1 commit
  16. 09 Jun, 2020 1 commit
  17. 05 Jun, 2020 1 commit
  18. 27 May, 2020 1 commit