1. 03 May, 2023 1 commit
  2. 22 Mar, 2023 1 commit
  3. 20 Mar, 2023 1 commit
  4. 17 Mar, 2023 2 commits
  5. 09 Mar, 2023 1 commit
  6. 08 Nov, 2022 1 commit
  7. 07 Nov, 2022 1 commit
    • Victoria Ashworth's avatar
      when getting xcworkspace, exclude hidden files (#114099) · 378387b1
      Victoria Ashworth authored
      * exclude xcworkspace that begins with a period
      
      * fix if spacing, add comment
      
      * add unit test for when no xcworkspace found
      
      * update to use xcodeWorkspace, make it nullable and refactor
      
      * check if hostAppRoot exists before trying to get xcworkspace
      
      * use local variables to take advantage of type promotion
      
      * only check if not null, don't need to check if exists
      
      * readd exist check for migrate
      
      * readd missing line at end of file
      378387b1
  8. 06 Sep, 2022 1 commit
  9. 30 Jul, 2022 1 commit
  10. 27 Apr, 2022 1 commit
  11. 25 Mar, 2022 1 commit
  12. 17 Mar, 2022 2 commits
  13. 13 Jan, 2022 1 commit
  14. 08 Oct, 2021 3 commits
  15. 22 Jul, 2021 1 commit
  16. 08 Jul, 2021 2 commits
  17. 12 May, 2021 1 commit
  18. 07 May, 2021 1 commit
  19. 06 May, 2021 1 commit
  20. 09 Apr, 2021 1 commit
  21. 07 Apr, 2021 1 commit
  22. 06 Apr, 2021 1 commit
  23. 26 Feb, 2021 2 commits
  24. 16 Feb, 2021 1 commit
  25. 08 Feb, 2021 1 commit
  26. 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
  27. 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
  28. 28 Jan, 2021 1 commit
  29. 27 Jan, 2021 2 commits
  30. 22 Dec, 2020 1 commit
  31. 17 Dec, 2020 1 commit
  32. 15 Dec, 2020 1 commit
  33. 03 Dec, 2020 1 commit