1. 13 Feb, 2024 1 commit
  2. 08 Feb, 2024 1 commit
  3. 02 Feb, 2024 1 commit
    • Jackson Gardner's avatar
      Wasm/JS Dual Compile with the flutter tool (#141396) · ba626dc8
      Jackson Gardner authored
      This implements dual compile via the newly available flutter.js bootstrapping APIs for intelligent build fallback.
      * Users can now use the `FlutterLoader.load` API from flutter.js
      * Flutter tool injects build info into the `index.html` of the user so that the bootstrapper knows which build variants are available to bootstrap
      * The semantics of the `--wasm` flag for `flutter build web` have changed:
        - Instead of producing a separate `build/web_wasm` directory, the output goes to the `build/web` directory like a normal web build
        - Produces a dual build that contains two build variants: dart2wasm+skwasm and dart2js+CanvasKit. The dart2wasm+skwasm will only work on Chrome in a cross-origin isolated context, all other environments will fall back to dart2js+CanvasKit.
        - `--wasm` and `--web-renderer` are now mutually exclusive. Since there are multiple build variants with `--wasm`, the web renderer cannot be expressed via a single command-line flag. For now, we are hard coding what build variants are produced with the `--wasm` flag, but I plan on making this more customizable in the future.
      * Build targets now can optionally provide a "build key" which can uniquely identify any specific parameterization of that build target. This way, the build target can invalidate itself by changing its build key. This works a bit better than just stuffing everything into the environment defines because (a) it doesn't invalidate the entire build, just the targets which are affected and (b) settings for multiple build variants don't translate well to the flat map of environment defines.
      ba626dc8
  4. 12 Jan, 2024 1 commit
  5. 06 Nov, 2023 1 commit
  6. 10 Aug, 2023 1 commit
    • Danny Eldering's avatar
      Fix: use --web-launch-url and --web-hostname arguments in flutter drive (#131763) · 82e2de06
      Danny Eldering authored
      Implement expected functionalities when supplying `--web-launch-url` and/or `--web-hostname` arguments to `flutter drive`.
      - `--web-launch-url` now sets the starting url for the (headless) browser
        - Which for example means you can start at a certain part of the app at the start of your integration test
      - `--web-hostname` now sets the hostname where the target of flutter drive will be hosted
        - Which allows you to set something other than localhost (allowing access via a reverse-proxy for example)
      
      Fixes #118028
      82e2de06
  7. 14 Apr, 2023 1 commit
  8. 14 Mar, 2023 1 commit
  9. 28 Feb, 2023 1 commit
  10. 27 Feb, 2023 2 commits
  11. 17 Feb, 2023 1 commit
  12. 13 Feb, 2023 1 commit
  13. 23 Jan, 2023 1 commit
  14. 15 Dec, 2022 1 commit
  15. 27 Oct, 2022 1 commit
  16. 08 Sep, 2022 1 commit
  17. 26 Aug, 2022 1 commit
  18. 24 Jun, 2022 1 commit
  19. 15 Jun, 2022 1 commit
  20. 27 Apr, 2022 1 commit
  21. 02 Nov, 2021 1 commit
  22. 15 Oct, 2021 1 commit
  23. 11 Oct, 2021 1 commit
  24. 08 Oct, 2021 3 commits
  25. 18 Aug, 2021 1 commit
  26. 14 Jul, 2021 1 commit
  27. 08 Jul, 2021 1 commit
  28. 01 Jul, 2021 1 commit
  29. 10 Jun, 2021 1 commit
    • Justin Hutchins's avatar
      Improve WebDriver error message (#81107) · db528a24
      Justin Hutchins authored
      * Add link to documentation in error message
      
      The current WebDriver message is incomplete. Add link to
      the documentation on WebDrivers for different browsers
      to help troubleshooting.
      db528a24
  30. 18 May, 2021 1 commit
  31. 10 May, 2021 1 commit
  32. 09 May, 2021 1 commit
  33. 03 May, 2021 1 commit
  34. 16 Apr, 2021 1 commit
  35. 01 Apr, 2021 1 commit
  36. 31 Mar, 2021 1 commit
  37. 08 Mar, 2021 1 commit