1. 06 Nov, 2020 1 commit
  2. 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
  3. 07 Oct, 2020 2 commits
  4. 30 Sep, 2020 2 commits
  5. 24 Sep, 2020 1 commit
  6. 23 Sep, 2020 1 commit
  7. 17 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] use flutter tool handler for dwds resources and precache tool... · 3e838da9
      Jonah Williams authored
      [flutter_tools] use flutter tool handler for dwds resources and precache tool pub dependencies (#65814)
      
      If the tool is downloaded from a precompiled snapshot, or if the backing source files in the pub cache are deleted, the dwds debugging functionality will break as the client.js file cannot be located. Instead use the PackageConfig to verify that package location, downloading if it is missing.
      
      Override the dwds middleware to avoid Isolate.resolvePackageUri
      
      Fixes #53644
      Fixes #65475
      3e838da9
  8. 25 Aug, 2020 2 commits
  9. 16 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] add feature for iOS, android, and fuchsia (#61481) · 859fce90
      Jonah Williams authored
      Add feature flags for android, ios, and fuchsia (on by default). After updating the g3 rollers, the fuchsia feature will be turned off by default. Creates a simpler base type of feature flags for g3 to extend.
      
      Updates android, ios, fuchsia workflows to use feature flags check.
      Removes concept of stable artifacts and checks on flutter version.
      
      Fixes #58999
      #52859
      #12768
      859fce90
  10. 10 Jul, 2020 1 commit
  11. 08 Jul, 2020 1 commit
  12. 09 Jun, 2020 1 commit
  13. 01 Jun, 2020 1 commit
  14. 08 May, 2020 1 commit
  15. 06 May, 2020 1 commit
  16. 25 Apr, 2020 1 commit
  17. 01 Apr, 2020 1 commit
    • stuartmorgan's avatar
      Precache platform filter change (#53701) · 445b5a14
      stuartmorgan authored
      Makes the following changes to the behavior of precache:
      - The --all-platforms flags now fetches all artifacts, rather than just
        turning off platform filtering of selected artifacts.
      - Explicitly requested artifacts are no longer subject to platform
        filtering. E.g., 'precache --ios' will download iOS artifacts on
        Windows and Linux (but 'precache' without an 'ios' flag will still
        only download iOS artifacts on macOS).
      - Desktop platform artifacts now respect the bypassing of platform
        filtering.
      
      Fixes #53272
      445b5a14
  18. 31 Mar, 2020 1 commit
  19. 13 Mar, 2020 1 commit
  20. 06 Mar, 2020 1 commit
  21. 05 Mar, 2020 1 commit
  22. 04 Mar, 2020 2 commits
  23. 28 Feb, 2020 2 commits
  24. 27 Feb, 2020 2 commits
  25. 11 Feb, 2020 1 commit
  26. 06 Feb, 2020 2 commits
  27. 27 Jan, 2020 1 commit
  28. 22 Jan, 2020 1 commit
  29. 17 Jan, 2020 2 commits
  30. 16 Jan, 2020 1 commit
  31. 06 Jan, 2020 1 commit
  32. 23 Dec, 2019 1 commit