1. 13 May, 2022 1 commit
  2. 27 Apr, 2022 1 commit
  3. 25 Jan, 2022 1 commit
  4. 07 Oct, 2021 3 commits
  5. 13 Jul, 2021 1 commit
  6. 12 Jul, 2021 1 commit
  7. 14 May, 2021 1 commit
  8. 08 Apr, 2021 1 commit
  9. 27 Jan, 2021 1 commit
  10. 05 Nov, 2020 1 commit
  11. 23 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] Reland: simplify pub cache logic (#67589) · cb67513f
      Jonah Williams authored
      There have been some more additional reports of a missing 'package:characters' import after upgrading flutter. This has me concerned that our pub caching logic is incorrect. Instead of the tool attempting to guess when pub should be run, always delegate to pub.
      
      Also takes an opportunity to fix the kernel snapshot depending on the .packages or package_config. Due to the generated: date field this causes extra rebuilds. Instead when pub get is run, write out an additional file with just the package contents and version.
      
      Fixes #66777
      Fixes #65723
      cb67513f
  12. 13 Oct, 2020 1 commit
  13. 07 Oct, 2020 2 commits
  14. 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
  15. 14 May, 2020 1 commit
  16. 06 May, 2020 1 commit
  17. 25 Apr, 2020 1 commit
  18. 03 Apr, 2020 1 commit
  19. 02 Apr, 2020 1 commit
  20. 29 Feb, 2020 1 commit
  21. 13 Feb, 2020 1 commit