1. 24 Aug, 2021 2 commits
  2. 19 Jul, 2021 1 commit
  3. 24 May, 2021 1 commit
  4. 11 May, 2021 1 commit
  5. 21 Apr, 2021 1 commit
  6. 17 Apr, 2021 1 commit
  7. 15 Apr, 2021 1 commit
  8. 13 Apr, 2021 1 commit
  9. 06 Apr, 2021 1 commit
  10. 13 Mar, 2021 1 commit
  11. 18 Feb, 2021 1 commit
  12. 08 Feb, 2021 1 commit
  13. 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
  14. 29 Jan, 2021 1 commit
  15. 27 Jan, 2021 1 commit
  16. 10 Nov, 2020 3 commits
  17. 09 Nov, 2020 2 commits
  18. 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
  19. 07 Oct, 2020 3 commits
  20. 16 Sep, 2020 1 commit
  21. 12 Aug, 2020 1 commit
  22. 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
  23. 14 May, 2020 1 commit
  24. 06 May, 2020 1 commit
  25. 22 Apr, 2020 1 commit
  26. 06 Mar, 2020 2 commits
  27. 05 Mar, 2020 1 commit
  28. 04 Mar, 2020 2 commits
  29. 28 Feb, 2020 2 commits
  30. 27 Feb, 2020 2 commits