1. 16 Nov, 2023 1 commit
  2. 14 Nov, 2023 1 commit
  3. 19 Oct, 2023 1 commit
  4. 17 Oct, 2023 1 commit
    • Aran Donohue's avatar
      Support --web-header option for flutter run (#136297) · 48eee14f
      Aran Donohue authored
      Adds support for a new --web-header option to flutter run.
      
      Creates a workaround for https://github.com/flutter/flutter/issues/127902
      
      This PR allows adding additional headers for the flutter run web server. This is useful to add headers like Cross-Origin-Embedder-Policy and Cross-Origin-Opener-Policy without the use of a proxy server. These headers are required enable advanced web features. This approach provides flexibility to the developer to make use of the feature as they see fit and is backward-compatible. One tradeoff is that it increases the surface area to support for future changes to the flutter web server.
      
      https://github.com/flutter/flutter/issues/127902 is not fully addressed by this change. The solution for that task will be more opinionated. This PR creates a general-purpose workaround for anyone who needs a solution sooner while the bigger solution is developed.
      48eee14f
  5. 12 Oct, 2023 1 commit
  6. 11 Aug, 2023 1 commit
  7. 29 Jun, 2023 1 commit
  8. 12 Apr, 2023 1 commit
  9. 04 Apr, 2023 2 commits
  10. 27 Mar, 2023 1 commit
  11. 22 Mar, 2023 1 commit
  12. 20 Mar, 2023 1 commit
  13. 17 Mar, 2023 2 commits
  14. 07 Mar, 2023 1 commit
  15. 28 Feb, 2023 1 commit
  16. 17 Feb, 2023 1 commit
  17. 10 Feb, 2023 1 commit
  18. 09 Feb, 2023 1 commit
  19. 07 Feb, 2023 1 commit
  20. 03 Feb, 2023 1 commit
  21. 02 Feb, 2023 2 commits
  22. 24 Jan, 2023 1 commit
  23. 23 Jan, 2023 1 commit
  24. 10 Jan, 2023 1 commit
  25. 09 Jan, 2023 1 commit
  26. 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
  27. 04 Nov, 2022 1 commit
  28. 31 Oct, 2022 1 commit
  29. 02 Sep, 2022 1 commit
  30. 19 Aug, 2022 1 commit
  31. 09 Aug, 2022 1 commit
  32. 08 Aug, 2022 1 commit
  33. 27 Jul, 2022 1 commit
  34. 20 Jul, 2022 1 commit
  35. 18 Jul, 2022 1 commit
  36. 15 Jul, 2022 1 commit
  37. 29 Jun, 2022 1 commit