1. 18 Feb, 2022 1 commit
  2. 19 Oct, 2021 1 commit
  3. 14 Oct, 2021 2 commits
  4. 08 Oct, 2021 3 commits
  5. 24 Jul, 2021 1 commit
  6. 19 May, 2021 1 commit
  7. 12 May, 2021 1 commit
  8. 15 Apr, 2021 1 commit
  9. 12 Apr, 2021 1 commit
  10. 13 Mar, 2021 1 commit
  11. 06 Mar, 2021 1 commit
  12. 20 Feb, 2021 1 commit
  13. 18 Feb, 2021 4 commits
  14. 17 Feb, 2021 1 commit
  15. 16 Feb, 2021 1 commit
  16. 13 Feb, 2021 1 commit
  17. 12 Feb, 2021 1 commit
  18. 11 Feb, 2021 1 commit
  19. 08 Feb, 2021 1 commit
  20. 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
  21. 02 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] switch dart defines to base64 to avoid windows control characters (#75027) · 44d5950d
      Jonah Williams authored
      = gets escaped into %3D which seems to be tripping up cmake on windows since % is a control character. Switch to base64 encoding, since this does not have % nor , in the output character set.
      
      This change is not trivially cherry pickable, and isn't tested on windows aside from my local, manual tests due to the planned CI work not being complete yet.
      
      Fixes #75017
      Fixes #74705
      44d5950d
  22. 29 Jan, 2021 1 commit
  23. 27 Jan, 2021 2 commits
  24. 07 Jan, 2021 1 commit
  25. 03 Dec, 2020 1 commit
  26. 02 Dec, 2020 1 commit
  27. 01 Dec, 2020 1 commit
  28. 23 Nov, 2020 1 commit
  29. 20 Nov, 2020 1 commit
  30. 13 Nov, 2020 1 commit
  31. 11 Nov, 2020 1 commit
  32. 06 Nov, 2020 1 commit
  33. 19 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] reland: --no-android-gradle-daemon in devicelab (#68491) · e422d5c7
      Jonah Williams authored
      Remove devicelab specific code for shutting down gradle daemon, add --android-gradle-daemon option to build/run/drive`. Avoids need for un-tested devicelab specific handler. There are also some feature requests for this, so 2 birds one stone.
      
      Example:
      
      flutter build apk --no-android-gradle-daemon will pass --no-daemon on to gradle
      e422d5c7