- 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
-
- 15 Nov, 2022 1 commit
-
-
Jenn Magder authored
* Do not strip suffices from host local-engine * suffixes
-
- 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>
-
- 24 Oct, 2022 1 commit
-
-
Mouad Debbar authored
-
- 02 Sep, 2022 1 commit
-
-
Pierre-Louis authored
-
- 26 Apr, 2022 1 commit
-
-
Jonah Williams authored
-
- 23 Aug, 2021 1 commit
-
-
Jonah Williams authored
-
- 04 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 01 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Apr, 2021 1 commit
-
-
Jonah Williams authored
[flutter_tools] generate empty plugin registrants for winuwp and fix local engine for winuwp_ (#79827)
-
- 05 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 18 Mar, 2021 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 27 Jan, 2021 1 commit
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
- 11 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 07 Oct, 2020 1 commit
-
-
Jonah Williams authored
Woops, this is breaking Dart's golem benchmarks
-
- 05 Oct, 2020 1 commit
-
-
Jonah Williams authored
Make the logic for locating a local engine path part of its own class, add documentation, and update tests to cover engine source path locating too. #47161
-