1. 13 Jul, 2021 1 commit
  2. 12 Jul, 2021 1 commit
  3. 14 May, 2021 1 commit
  4. 08 Apr, 2021 1 commit
  5. 27 Jan, 2021 1 commit
  6. 05 Nov, 2020 1 commit
  7. 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
  8. 13 Oct, 2020 1 commit
  9. 07 Oct, 2020 2 commits
  10. 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
  11. 14 May, 2020 1 commit
  12. 06 May, 2020 1 commit
  13. 25 Apr, 2020 1 commit
  14. 03 Apr, 2020 1 commit
  15. 02 Apr, 2020 1 commit
  16. 29 Feb, 2020 1 commit
  17. 13 Feb, 2020 1 commit