1. 14 Nov, 2023 1 commit
  2. 08 Nov, 2023 1 commit
  3. 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
  4. 11 Oct, 2023 1 commit
  5. 27 Sep, 2023 1 commit
  6. 26 Sep, 2023 1 commit
  7. 16 Aug, 2023 1 commit
  8. 15 Aug, 2023 1 commit
  9. 22 May, 2023 1 commit
  10. 05 May, 2023 1 commit
  11. 14 Apr, 2023 2 commits
  12. 04 Apr, 2023 1 commit
  13. 22 Mar, 2023 1 commit
  14. 20 Mar, 2023 1 commit
  15. 17 Mar, 2023 2 commits
  16. 07 Mar, 2023 1 commit
  17. 10 Feb, 2023 1 commit
  18. 09 Feb, 2023 1 commit
  19. 07 Feb, 2023 1 commit
  20. 23 Jan, 2023 1 commit
  21. 10 Jan, 2023 1 commit
  22. 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
  23. 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
  24. 13 Nov, 2022 1 commit
  25. 12 Nov, 2022 1 commit
  26. 31 Oct, 2022 1 commit
  27. 24 Oct, 2022 1 commit
  28. 30 Aug, 2022 1 commit
  29. 04 May, 2022 1 commit
  30. 26 Apr, 2022 2 commits
  31. 08 Apr, 2022 1 commit
  32. 24 Jan, 2022 1 commit
  33. 02 Nov, 2021 1 commit
  34. 19 Oct, 2021 1 commit
  35. 15 Oct, 2021 2 commits
  36. 11 Oct, 2021 1 commit