1. 18 Oct, 2023 1 commit
    • Christopher Fujino's avatar
      Flutter preview device (#135639) · 8a31a3a2
      Christopher Fujino authored
      Fixes https://github.com/flutter/flutter/issues/130277
      
      This PR does two things:
      
      1. introduce a hidden `flutter build _preview` command, that will build a debug windows desktop app and copy it into the SDK's binary cache. This command is only intended to be run during packaging.
      2. introduce a new device type, called `PreviewDevice`, which relies on the prebuilt desktop debug app from step 1, copies it into the target app's assets build folder, and then hot reloads their dart code into it.
      8a31a3a2
  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. 06 Sep, 2022 1 commit
  8. 27 Jun, 2022 1 commit
  9. 14 May, 2022 1 commit
  10. 27 Apr, 2022 1 commit
  11. 13 Jan, 2022 1 commit
  12. 11 Nov, 2021 1 commit
  13. 20 Oct, 2021 1 commit
  14. 08 Oct, 2021 3 commits
  15. 09 Apr, 2021 1 commit
  16. 07 Apr, 2021 1 commit
  17. 06 Apr, 2021 1 commit
  18. 24 Mar, 2021 1 commit
  19. 26 Feb, 2021 1 commit
  20. 18 Feb, 2021 2 commits
  21. 16 Feb, 2021 1 commit
  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. 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
  26. 28 Jan, 2021 1 commit
  27. 27 Jan, 2021 1 commit
  28. 14 Jan, 2021 1 commit
  29. 22 Dec, 2020 1 commit
  30. 21 Dec, 2020 1 commit
  31. 15 Dec, 2020 1 commit
  32. 03 Dec, 2020 2 commits
  33. 26 Oct, 2020 1 commit
  34. 21 Oct, 2020 2 commits