1. 24 Mar, 2021 1 commit
  2. 06 Mar, 2021 1 commit
  3. 05 Mar, 2021 1 commit
  4. 19 Feb, 2021 1 commit
  5. 18 Feb, 2021 2 commits
  6. 12 Feb, 2021 1 commit
  7. 08 Feb, 2021 1 commit
  8. 04 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] move process manager into tool (#75350) · 8b6baae4
      Jonah Williams authored
      Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
      8b6baae4
  9. 29 Jan, 2021 1 commit
  10. 27 Jan, 2021 1 commit
  11. 14 Jan, 2021 1 commit
  12. 08 Jan, 2021 1 commit
  13. 06 Nov, 2020 1 commit
  14. 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
  15. 07 Oct, 2020 2 commits
  16. 30 Sep, 2020 2 commits
  17. 24 Sep, 2020 1 commit
  18. 23 Sep, 2020 1 commit
  19. 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
  20. 25 Aug, 2020 2 commits
  21. 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
  22. 10 Jul, 2020 1 commit
  23. 08 Jul, 2020 1 commit
  24. 09 Jun, 2020 1 commit
  25. 01 Jun, 2020 1 commit
  26. 08 May, 2020 1 commit
  27. 06 May, 2020 1 commit
  28. 25 Apr, 2020 1 commit
  29. 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
  30. 31 Mar, 2020 1 commit
  31. 13 Mar, 2020 1 commit
  32. 06 Mar, 2020 1 commit
  33. 05 Mar, 2020 1 commit
  34. 04 Mar, 2020 2 commits
  35. 28 Feb, 2020 1 commit