1. 04 Apr, 2023 1 commit
  2. 22 Mar, 2023 1 commit
  3. 20 Mar, 2023 1 commit
  4. 17 Mar, 2023 2 commits
  5. 07 Mar, 2023 1 commit
  6. 10 Feb, 2023 1 commit
  7. 09 Feb, 2023 1 commit
  8. 07 Feb, 2023 1 commit
  9. 23 Jan, 2023 1 commit
  10. 10 Jan, 2023 1 commit
  11. 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
  12. 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
  13. 13 Nov, 2022 1 commit
  14. 12 Nov, 2022 1 commit
  15. 31 Oct, 2022 1 commit
  16. 24 Oct, 2022 1 commit
  17. 30 Aug, 2022 1 commit
  18. 04 May, 2022 1 commit
  19. 26 Apr, 2022 2 commits
  20. 08 Apr, 2022 1 commit
  21. 24 Jan, 2022 1 commit
  22. 02 Nov, 2021 1 commit
  23. 19 Oct, 2021 1 commit
  24. 15 Oct, 2021 2 commits
  25. 11 Oct, 2021 1 commit
  26. 30 Aug, 2021 1 commit
    • Sigurd Meldgaard's avatar
      Stop calling top level pub (#89032) · bce36620
      Sigurd Meldgaard authored
      * Use `dart __deprecated_pub` instead of `pub` to invoke pub from tools
      
      The top level `pub` commmand has been deprecated and will print
      a message. It is however implemented via the __deprecated_pub command
      that prints no message.
      bce36620
  27. 23 Aug, 2021 1 commit
  28. 01 Jul, 2021 1 commit
  29. 30 Jun, 2021 3 commits
  30. 24 Jun, 2021 1 commit
  31. 02 Jun, 2021 1 commit
  32. 21 May, 2021 1 commit
  33. 13 May, 2021 1 commit
  34. 28 Apr, 2021 1 commit
  35. 23 Apr, 2021 1 commit