1. 16 Nov, 2023 1 commit
  2. 14 Nov, 2023 1 commit
  3. 06 Nov, 2023 1 commit
  4. 01 Nov, 2023 1 commit
  5. 19 Oct, 2023 1 commit
  6. 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
  7. 12 Oct, 2023 1 commit
  8. 11 Aug, 2023 1 commit
  9. 10 Aug, 2023 1 commit
  10. 29 Jun, 2023 1 commit
  11. 14 Apr, 2023 1 commit
  12. 12 Apr, 2023 1 commit
  13. 10 Apr, 2023 1 commit
  14. 06 Apr, 2023 1 commit
  15. 05 Apr, 2023 1 commit
  16. 04 Apr, 2023 2 commits
  17. 27 Mar, 2023 1 commit
  18. 22 Mar, 2023 1 commit
  19. 20 Mar, 2023 1 commit
  20. 17 Mar, 2023 2 commits
  21. 07 Mar, 2023 1 commit
  22. 06 Mar, 2023 1 commit
  23. 28 Feb, 2023 1 commit
  24. 17 Feb, 2023 1 commit
  25. 10 Feb, 2023 1 commit
  26. 09 Feb, 2023 2 commits
  27. 07 Feb, 2023 1 commit
  28. 03 Feb, 2023 1 commit
  29. 02 Feb, 2023 2 commits
  30. 24 Jan, 2023 1 commit
  31. 23 Jan, 2023 1 commit
  32. 10 Jan, 2023 1 commit
  33. 09 Jan, 2023 1 commit
  34. 19 Dec, 2022 1 commit
    • Jackson Gardner's avatar
      Support `flutter build web --wasm` (#117075) · 9f2c5d8e
      Jackson Gardner authored
      * Work in progress.
      
      * Some fixes to the command line.
      
      * Bootstrapping works.
      
      * Change kickoff order to maximize concurrency.
      
      * Fix analyzer errors and formatting issues.
      
      * Fix doc comment.
      
      * Added unit tests for some of the web targets.
      
      * Format issue.
      
      * Add an integration test that builds an app to wasm.
      
      * Add a todo for depfiles.
      
      * Formatting.
      
      * Apparently the license header needs to say 2014.
      
      * `file://` URIs confuse dart2wasm on Windows. Just use absolute paths.
      
      * Update unit tests to match new path passing.
      
      * Have a distinct build directory for wasm, and fixes for some upstream changes.
      9f2c5d8e
  35. 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
  36. 22 Nov, 2022 1 commit