1. 24 Jul, 2021 1 commit
  2. 19 May, 2021 1 commit
  3. 12 May, 2021 1 commit
  4. 15 Apr, 2021 1 commit
  5. 12 Apr, 2021 1 commit
  6. 13 Mar, 2021 1 commit
  7. 06 Mar, 2021 1 commit
  8. 20 Feb, 2021 1 commit
  9. 18 Feb, 2021 4 commits
  10. 17 Feb, 2021 1 commit
  11. 16 Feb, 2021 1 commit
  12. 13 Feb, 2021 1 commit
  13. 12 Feb, 2021 1 commit
  14. 11 Feb, 2021 1 commit
  15. 08 Feb, 2021 1 commit
  16. 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
  17. 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
  18. 29 Jan, 2021 1 commit
  19. 27 Jan, 2021 2 commits
  20. 07 Jan, 2021 1 commit
  21. 03 Dec, 2020 1 commit
  22. 02 Dec, 2020 1 commit
  23. 01 Dec, 2020 1 commit
  24. 23 Nov, 2020 1 commit
  25. 20 Nov, 2020 1 commit
  26. 13 Nov, 2020 1 commit
  27. 11 Nov, 2020 1 commit
  28. 06 Nov, 2020 1 commit
  29. 19 Oct, 2020 3 commits
  30. 15 Oct, 2020 1 commit
  31. 30 Sep, 2020 1 commit
  32. 25 Sep, 2020 1 commit
    • knaeckeKami's avatar
      Teach the flutter tool how to find android output files if the flavor contains... · 8e9e1344
      knaeckeKami authored
      Teach the flutter tool how to find android output files if the flavor contains uppercase letters (#66687)
      
      This changes the name of the generated output files on android in case a flavor with uppercase letters is used.
      Previously, the lowercased flavor name would be used for the apk/aab file. Now, the flavor name is used as-is.
      8e9e1344
  33. 16 Sep, 2020 1 commit
  34. 27 Aug, 2020 1 commit