1. 10 Jan, 2023 1 commit
  2. 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
  3. 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
  4. 13 Nov, 2022 1 commit
  5. 12 Nov, 2022 1 commit
  6. 31 Oct, 2022 1 commit
  7. 24 Oct, 2022 1 commit
  8. 30 Aug, 2022 1 commit
  9. 04 May, 2022 1 commit
  10. 26 Apr, 2022 2 commits
  11. 08 Apr, 2022 1 commit
  12. 24 Jan, 2022 1 commit
  13. 02 Nov, 2021 1 commit
  14. 19 Oct, 2021 1 commit
  15. 15 Oct, 2021 2 commits
  16. 11 Oct, 2021 1 commit
  17. 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
  18. 23 Aug, 2021 1 commit
  19. 01 Jul, 2021 1 commit
  20. 30 Jun, 2021 3 commits
  21. 24 Jun, 2021 1 commit
  22. 02 Jun, 2021 1 commit
  23. 21 May, 2021 1 commit
  24. 13 May, 2021 1 commit
  25. 28 Apr, 2021 1 commit
  26. 23 Apr, 2021 1 commit
  27. 09 Apr, 2021 1 commit
  28. 07 Apr, 2021 1 commit
  29. 08 Mar, 2021 1 commit
  30. 18 Feb, 2021 1 commit
  31. 12 Feb, 2021 1 commit
  32. 08 Feb, 2021 1 commit
  33. 04 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] move process manager into tool (#75350) · 8b6baae4
      Jonah Williams authored
      Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
      8b6baae4
  34. 03 Feb, 2021 1 commit
  35. 27 Jan, 2021 1 commit
  36. 14 Dec, 2020 1 commit