- 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
-
- 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>
-
- 19 Oct, 2022 1 commit
-
-
Alex Li authored
-
- 18 Oct, 2022 2 commits
-
-
-
Alex Li authored
-
- 04 Oct, 2022 1 commit
-
-
林军华 authored
-
- 13 Jul, 2022 1 commit
-
-
Christopher Fujino authored
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 25 Apr, 2022 1 commit
-
-
Emmanuel Garcia authored
-
- 19 Apr, 2022 1 commit
-
-
Elsabe Ros authored
-
- 13 Apr, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit 2b0255f0.
-
Elsabe Ros authored
-
- 12 Apr, 2022 1 commit
-
-
Emmanuel Garcia authored
-
- 18 Feb, 2022 1 commit
-
-
Emmanuel Garcia authored
-
- 04 Feb, 2022 1 commit
-
-
Michael Tamm authored
-
- 20 Oct, 2021 1 commit
-
-
Chris Yang authored
-
- 19 Oct, 2021 1 commit
-
-
Gary Qian authored
-
- 14 Oct, 2021 2 commits
-
-
Zachary Anderson authored
This reverts commit 1d9edde0.
-
Gary Qian authored
-
- 24 Jul, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 03 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 01 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 28 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 03 May, 2021 1 commit
-
-
Ian Hickson authored
-
- 12 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 24 Mar, 2021 1 commit
-
-
Jia Hao authored
-
- 12 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 05 Mar, 2021 1 commit
-
-
Gary Qian authored
-
- 20 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 19 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 18 Feb, 2021 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 17 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 13 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 12 Feb, 2021 1 commit
-
-
Jonah Williams authored
[flutter_tools] move gradle helper methods into AndroidBuilder class body, split unit tests (#75931)
-
- 11 Feb, 2021 1 commit
-
-
mx1up authored
-
- 02 Feb, 2021 1 commit
-
-
Jonah Williams authored
= gets escaped into %3D which seems to be tripping up cmake on windows since % is a control character. Switch to base64 encoding, since this does not have % nor , in the output character set. This change is not trivially cherry pickable, and isn't tested on windows aside from my local, manual tests due to the planned CI work not being complete yet. Fixes #75017 Fixes #74705
-
- 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
-