* 61efd9aaa Roll Dart SDK from 190040da0bc8 to 996fe4d7ea9a (2 revisions) (flutter/engine#37552)
* 1ae285897 Roll Skia from b126902e7988 to c0f87aed019b (1 revision) (flutter/engine#37559)
* 4b4169421 Roll Fuchsia Linux SDK from xDY5B0-NZzq2idRNU... to IE4logHFoa8ZZQAw3... (flutter/engine#37554)
* 9500d8c4a [Impeller] reuse texture if size and type matches (flutter/engine#37527)
* adecac7e2 Roll Skia from 29b9dbd7a8ed to 3bbdd5bc54f2 (8 revisions) (flutter/engine#37542)
* 1f0dd2c0f Roll Fuchsia Mac SDK from vEw8iuSZYmlfk1JiE... to j3vspnGJcQvIfsXXu... (flutter/engine#37543)
* 09c3fcd01 Add more raster traces (flutter/engine#37510)
* 38c4f1d78 Roll Fuchsia Linux SDK from R3L54Ma3VT2TQ6RpI... to xDY5B0-NZzq2idRNU... (flutter/engine#37541)
* 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>
* 645d4e313 Roll Dart SDK from 1e37edb1f6c1 to 2b6909ba35e5 (1 revision) (flutter/engine#37516)
* 4cbfe4238 Build display lists from SkParagraph output using the ParagraphPainter interface (flutter/engine#37087)
* 05649893f Roll Skia from 77620568f467 to 1a7879e4e26a (6 revisions) (flutter/engine#37520)
* f48be3491 Run pub get before building host.dart. (flutter/engine#37502)
* e815a60a7 Roll Skia from 1a7879e4e26a to a457da8acd16 (5 revisions) (flutter/engine#37524)
* 0f93194b7 Roll ICU from 20f8ac695af5 to da0744861976 (1 revision) (flutter/engine#37525)
* 329900fc8 Roll Skia from a457da8acd16 to 29b9dbd7a8ed (1 revision) (flutter/engine#37528)
* dc761851e Roll Dart SDK from 2f47565b8774 to 3a022103e91d (5 revisions) (flutter/engine#37507)
* a41712cec [Impeller] enable blending on RuntimeEffectsContents (flutter/engine#37509)
* e48e72ddd Roll buildroot to f63462fc6. (flutter/engine#37497)
* d83132b54 Do not call Dart_NotifyIdle when in Dart_PerformanceMode_Latency (flutter/engine#37499)
* cb78576e5 Roll Skia from b50a2f714837 to b50f741ef341 (2 revisions) (flutter/engine#37508)
* Load assets in flutter_test without turning event loop.
This makes it possible to load an asset without actually turning
the event loop. This is importnat because our FakeAsync zones
may cause people to sprinkle in extra pumpAndSettles in when
running tests that load assets, which is undesirable.
* fix null checking
* 1752054c7 Roll Skia from 0854badd5783 to 65b60707772d (4 revisions) (flutter/engine#37475)
* cae171661 Roll Dart SDK from fa6586382e5d to 2f47565b8774 (1 revision) (flutter/engine#37480)
The recent survey suggests that some people are not finding documentation after they get started with Flutter, so let's just give them links right away. It might not help everyone but there's not really any downside so...
- removes invalid arch check on Android workflow in order to enable Android development on any device supported
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
* 7a746dd9c Add external factories for @staticInterop classes instead of synthetic constructor (flutter/engine#37443)
* b42ed6933 Include AndroidSurfaceVulkanImpeller behind a flag (flutter/engine#37486)