1. 08 Sep, 2022 1 commit
  2. 06 Sep, 2022 1 commit
  3. 29 Aug, 2022 2 commits
  4. 24 Jun, 2022 1 commit
  5. 07 May, 2022 1 commit
  6. 27 Apr, 2022 1 commit
  7. 08 Jan, 2022 1 commit
  8. 02 Nov, 2021 1 commit
  9. 08 Oct, 2021 3 commits
  10. 13 Jul, 2021 1 commit
  11. 12 Jul, 2021 1 commit
  12. 22 May, 2021 1 commit
  13. 23 Apr, 2021 1 commit
  14. 07 Apr, 2021 1 commit
  15. 22 Mar, 2021 1 commit
  16. 13 Mar, 2021 1 commit
  17. 26 Feb, 2021 1 commit
  18. 08 Feb, 2021 1 commit
  19. 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
  20. 27 Jan, 2021 1 commit
  21. 09 Nov, 2020 1 commit
  22. 06 Nov, 2020 1 commit
  23. 07 Oct, 2020 1 commit
  24. 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
  25. 19 Aug, 2020 1 commit
  26. 15 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] generate a synthetic flutter_gen package on pub get (#61261) · d8b6fa15
      Jonah Williams authored
      Allow configuring the flutter_manifest to support a synthetic package, this is done through flutter: generate: true.
      
      When running pub get, insert a flutter_gen entry into the packages if it does not already exist. This points to .dart_tool/flutter_gen, which can be updated to contain the generated intl sources (But doesn't currently)
      
      Adds an integration test that verifies this code can be run and imported when enabled.
      
      Part of #60914
      d8b6fa15
  27. 09 Jun, 2020 3 commits
  28. 06 Jun, 2020 1 commit
  29. 14 May, 2020 1 commit
  30. 06 May, 2020 1 commit
  31. 22 Apr, 2020 1 commit
  32. 13 Apr, 2020 1 commit
  33. 06 Mar, 2020 1 commit
  34. 30 Jan, 2020 1 commit
  35. 06 Jan, 2020 1 commit