1. 26 May, 2023 1 commit
  2. 05 May, 2023 1 commit
  3. 03 May, 2023 1 commit
  4. 14 Apr, 2023 2 commits
  5. 28 Mar, 2023 1 commit
  6. 02 Dec, 2022 1 commit
    • Jackson Gardner's avatar
      Platform binaries reland (#115502) · db1c3e20
      Jackson Gardner authored
      You can now specify a --local-web-sdk flag to point to a wasm_release folder. This will make it so that only artifacts that pertain to the web sdk are overridden to point to the wasm_release folder. Other artifacts (such as impellerc) will pull from the cache, or from the --local-engine path if that is specified.
      
      This also uses precompiled platform kernel files for both ddc and dart2js
      db1c3e20
  7. 10 Nov, 2022 1 commit
  8. 02 Nov, 2022 1 commit
  9. 20 Oct, 2022 1 commit
  10. 04 Oct, 2022 1 commit
  11. 05 Sep, 2022 1 commit
  12. 29 Jul, 2022 1 commit
  13. 27 Jul, 2022 1 commit
  14. 04 May, 2022 1 commit
  15. 27 Apr, 2022 1 commit
  16. 15 Apr, 2022 1 commit
  17. 18 Nov, 2021 1 commit
  18. 12 Nov, 2021 1 commit
  19. 02 Nov, 2021 1 commit
  20. 08 Oct, 2021 3 commits
  21. 23 Aug, 2021 1 commit
  22. 24 Jun, 2021 1 commit
  23. 16 Jun, 2021 1 commit
  24. 26 May, 2021 1 commit
  25. 06 May, 2021 1 commit
  26. 28 Apr, 2021 1 commit
  27. 23 Apr, 2021 1 commit
  28. 31 Mar, 2021 1 commit
  29. 09 Mar, 2021 1 commit
  30. 05 Mar, 2021 1 commit
  31. 01 Mar, 2021 1 commit
  32. 26 Feb, 2021 2 commits
  33. 25 Feb, 2021 1 commit
  34. 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
  35. 27 Jan, 2021 1 commit
  36. 23 Dec, 2020 1 commit