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
* 74c943018 Roll Skia from c432cb7480b5 to 28c1bbab82b8 (2 revisions) (flutter/engine#38033)
* 6bbf3e0e3 Download EMSDK for host builders to build wasm_release (flutter/engine#38013)
* 6c4dd8555 Roll Skia from b273c4c744be to 355045d108f0 (10 revisions) (flutter/engine#38021)
* 87e74118d Roll Skia from 355045d108f0 to e4273a995436 (1 revision) (flutter/engine#38023)
* b5242ccfb [Impeller] Pack 👏 the 👏 atlas 👏 (flutter/engine#38024)
* 1f94931c0 Roll Skia from e4273a995436 to c6a481bef3fb (1 revision) (flutter/engine#38025)
* fbe067645 Roll Skia from c6a481bef3fb to 5e687e4aced6 (1 revision) (flutter/engine#38027)
* df7ea39a7 Roll Skia from 5e687e4aced6 to c432cb7480b5 (1 revision) (flutter/engine#38029)
* 8e0747cc3 Roll Fuchsia Mac SDK from hODX8Qi_7J5kwKp4S... to aHgLxcRDjOQNKL7zH... (flutter/engine#38031)
* Use distance instead of coord
* Sort by distance prefer axis
* Switch initial sort back to sort by coordinate.
* revert test change
* Fix tests
* Simplify test case
* Add a test for irregular grids
* Review Changes
* fa24f943a feat: add custom cursor interface on windows (flutter/engine#36143)
* 1603fa1bb Remove glitches when scrolling on old Android TV devices (flutter/engine#37493)
* [gen_l10n] keys can contain dollar sign
Fixes#112250
* Update packages/flutter_tools/lib/src/localizations/gen_l10n.dart
Co-authored-by: Christopher Fujino <fujino@google.com>
* Removes retries from "pub get" and proxies its stdout output
* Fix issue where ErrorHandlingProcessManager does not forward "mode" parameter to backing ProcessManager's "start" method
* Make "pub get" use ProcessStartMode.inheritStdio instead of forwarding bytes to stdout and stderr
* Fix tests
* Remove unused env var
* Add back 'Running "flutter pub get"...' status log
* Fix indent
* Add Pub.test() constructor which lets tests mock stdio
* e911e0564 b8f7f1f98 [flutter_releases] Flutter stable 3.3.9 Framework Cherrypicks (flutter/flutter#115856) (flutter/plugins#6751)
* bdf1a98a1 Roll Flutter from 0eb2d51ec991 to cb234730a11d (13 revisions) (flutter/plugins#6755)
* 614d7c0df Roll Flutter from cb234730a11d to ff59250dbeb0 (3 revisions) (flutter/plugins#6757)
* 2be1da958 Roll Flutter from ff59250dbeb0 to 17c1dbc47378 (31 revisions) (flutter/plugins#6764)
* 381541628 [in_app_purchase_storekit] Add support for macOS (flutter/plugins#6517)
* eb796fe2e Roll Flutter from 17c1dbc47378 to b2672fe8355f (26 revisions) (flutter/plugins#6766)
* 89ad5a9d6 enable test (flutter/plugins#5312)
* a2c495c2b Roll Dart SDK from 88473a3b63ff to 6b7e44ae494b (1 revision) (flutter/engine#37988)
* f8dc855dd Roll Skia from bd9a7f3485b4 to d378c7817d8a (9 revisions) (flutter/engine#37987)
* 280e24b3e Remove use of stringstream in NormalizeUniformKey (flutter/engine#37826)
* d8f151e24 Performance improvement for Path::GetMinMaxCoveragePoints (flutter/engine#37827)
* wip
* add track entire web build output dir size
* add more fields
* migrate metrics to use bytes rather than kb
* update keys
* use -9 on tar cz
* delete tempDir and tar first before measuring size
* [flutter_tools] Forward app.webLaunchUrl event from Flutter to DAP clients
Fixes https://github.com/Dart-Code/Dart-Code/issues/4292.
* Update packages/flutter_tools/lib/src/debug_adapters/flutter_adapter.dart
Co-authored-by: Christopher Fujino <fujino@google.com>
* Another static const instead of final
Co-authored-by: Christopher Fujino <fujino@google.com>