1. 11 Aug, 2021 1 commit
  2. 28 Jul, 2021 1 commit
    • Greg Spencer's avatar
      Make the startup lock message print to stderr. (#86520) · 0bab3604
      Greg Spencer authored
      This changes the "Waiting for another flutter command to release the startup lock..." message output so that it appears on stderr instead of stdout. When it appears on stdout, it can mess up collection of the output. For instance, if you run flutter --version --machine and you're expecting JSON output, then you'll get non-JSON output even though the lock is released and you eventually would get what you're asking for.
      0bab3604
  3. 19 Jul, 2021 1 commit
  4. 01 Jul, 2021 1 commit
  5. 25 Jun, 2021 1 commit
  6. 09 Jun, 2021 1 commit
  7. 04 Jun, 2021 1 commit
  8. 17 May, 2021 1 commit
  9. 15 May, 2021 1 commit
  10. 14 May, 2021 1 commit
  11. 12 May, 2021 2 commits
  12. 29 Apr, 2021 1 commit
  13. 15 Apr, 2021 1 commit
  14. 09 Apr, 2021 1 commit
  15. 06 Apr, 2021 1 commit
  16. 05 Apr, 2021 1 commit
  17. 24 Mar, 2021 1 commit
  18. 06 Mar, 2021 1 commit
  19. 05 Mar, 2021 1 commit
  20. 19 Feb, 2021 1 commit
  21. 18 Feb, 2021 2 commits
  22. 12 Feb, 2021 1 commit
  23. 08 Feb, 2021 1 commit
  24. 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
  25. 29 Jan, 2021 1 commit
  26. 27 Jan, 2021 1 commit
  27. 14 Jan, 2021 1 commit
  28. 08 Jan, 2021 1 commit
  29. 06 Nov, 2020 1 commit
  30. 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
  31. 07 Oct, 2020 2 commits
  32. 30 Sep, 2020 2 commits
  33. 24 Sep, 2020 1 commit
  34. 23 Sep, 2020 1 commit
  35. 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
  36. 25 Aug, 2020 1 commit