- 14 Apr, 2023 3 commits
-
-
Jackson Gardner authored
This fixes https://github.com/flutter/flutter/issues/124159 Adds the command line argument `--wasm-opt` to optimize the web assembly output.
-
Jenn Magder authored
Remove Finder extended attributes in build target before code signing iOS frameworks
-
Kevin Moore authored
flutter-tool: enum cleanup
-
- 11 Apr, 2023 1 commit
-
-
Kevin Moore authored
Add omit-type-checks flag for wasm builds
-
- 10 Apr, 2023 1 commit
-
-
Jackson Gardner authored
Add support to the flutter tool to compile against the skwasm renderer
-
- 06 Apr, 2023 1 commit
-
-
Kevin Moore authored
flutter_tool: add and use WebCompilerConfig
-
- 04 Apr, 2023 1 commit
-
-
Jackson Gardner authored
Always use the canvaskit path from the web sdk.
-
- 30 Mar, 2023 1 commit
-
-
Jackson Gardner authored
Invalidate the `WebStaticAssets` target if the web sdk changes.
-
- 28 Mar, 2023 1 commit
-
-
Jenn Magder authored
Add flags to make App.framework work in app extension
-
- 23 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 22 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Remove 1745 decorative breaks
-
- 21 Mar, 2023 1 commit
-
-
Zachary Anderson authored
-
- 16 Mar, 2023 1 commit
-
-
Jackson Gardner authored
Use depfile with dart2wasm to determine when to rebuild.
-
- 11 Mar, 2023 1 commit
-
-
sigmundch authored
[tool][web] Pass invoker flag to dart2js.
-
- 08 Mar, 2023 1 commit
-
-
Mouad Debbar authored
Revert "[web:tools] always use CanvasKit from the cache when building web apps (#93002)"
-
- 01 Mar, 2023 1 commit
-
-
Kevin Moore authored
[flutter_tool] advertise the default value for --dart2js-optimization
-
- 17 Feb, 2023 1 commit
-
-
Ian Hickson authored
* lerp documentation * Remove Note, Note That from repo * Improve BorderSide documentation. * apply review comments
-
- 15 Feb, 2023 1 commit
-
-
Jason Simmons authored
-
- 10 Feb, 2023 1 commit
-
-
Mouad Debbar authored
This reverts commit 0fb4406c.
-
- 09 Feb, 2023 1 commit
-
-
Kevin Chisholm authored
This reverts commit e03029ef.
-
- 07 Feb, 2023 1 commit
-
-
Mouad Debbar authored
-
- 02 Feb, 2023 1 commit
-
-
Mouad Debbar authored
* [web] Put all index.html operations in one place * review comments * fix build * change quotes * fix test
-
- 27 Jan, 2023 1 commit
-
-
Jonah Williams authored
-
- 23 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
* dart fix --apply * manual fixes * fix after merge conflicts * review
-
- 12 Jan, 2023 1 commit
-
-
joshualitt authored
-
- 10 Jan, 2023 1 commit
-
-
Brandon DeRosier authored
-
- 19 Dec, 2022 1 commit
-
-
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.
-
- 15 Dec, 2022 1 commit
-
-
Christopher Fujino authored
* wip * remove temp text file * fix tests * add test * default to off * restore gitignore * update * apply annotation to cupertino icons as well * update reference to library in icon_tree_shaker.dart * update tests * fix tests * remove hack to skip non-const check on web * add hint about how much reduction and test
-
- 12 Dec, 2022 1 commit
-
-
Jonah Williams authored
-
- 02 Dec, 2022 1 commit
-
-
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
-
- 30 Nov, 2022 1 commit
-
-
Christopher Fujino authored
-
- 29 Nov, 2022 1 commit
-
-
Jonah Williams authored
* [flutter_tools] use absolute path for shader lib * update tests
-
- 22 Nov, 2022 1 commit
-
-
Kevin Moore authored
* [flutter_tools] Add --dump-info, --no-frequency-based-minification flags Also some cleanup to named arguments to the buildWeb function Fixes https://github.com/flutter/flutter/issues/115854 * fix tests
-
- 15 Nov, 2022 1 commit
-
-
Brandon DeRosier authored
-
- 13 Nov, 2022 1 commit
-
-
Jonah Williams authored
Revert "[web] Add `--local-web-sdk` flag and use precompiled platform kernels for dart2js and ddc (#114639)" (#115242) This reverts commit 0e9ee367.
-
- 12 Nov, 2022 1 commit
-
-
Jackson Gardner authored
* Dart2JS build step looks for compiled platform binaries. * Use new locations of platform binaries. * Added --local-web-sdk command line flag. * Need to use the matching frontend server when doing ddc stuff. * Update packages/flutter_tools/lib/src/test/web_test_compiler.dart Co-authored-by:
Mouad Debbar <mouad.debbar@gmail.com> * Update packages/flutter_tools/lib/src/runner/flutter_command_runner.dart Co-authored-by:
Mouad Debbar <mouad.debbar@gmail.com> * Formatting issues. * Need to use URI format for platform dill. * Fix resident runner tests. * Fix analysis issue. * Fix and add unit tests. * Add some useful comments. * Refine doc comments for flags. Co-authored-by:
Mouad Debbar <mouad.debbar@gmail.com>
-
- 10 Nov, 2022 1 commit
-
-
Jenn Magder authored
-
- 02 Nov, 2022 1 commit
-
-
Jonah Williams authored
-
- 31 Oct, 2022 1 commit
-
-
Jonah Williams authored
-
- 20 Oct, 2022 1 commit
-
-
Brandon DeRosier authored
-