* fa0f252a2 Roll Dart SDK from 8132f04a0b86 to 7163c9627d98 (1 revision) (flutter/engine#37657)
* c22520758 Mark Linux Web Engine Bringup. (flutter/engine#37658)
* 03e9a97f8 Adding sdk_version to mac builds for dart-internal. (flutter/engine#37651)
* Create a main alias for master channel.
To slowly migrate away from master branch in the flutter repository we
created a main branch that is mirroring master branch. This PR is also
adding a channel alias that will allow to use master/main interchangeably.
Bug: https://github.com/flutter/flutter/issues/95041
* Fix channel tests.
* Remove additional space.
* Add RestorableEnumN and RestorableEnum to restorable primitive types
* Review Changes
* Change to assert if not part of the valid set.
* Assert if default value isn't in the enum
* 3a622e17a Skip the skwasm unit test suite on Safari since it is flaky. (flutter/engine#37602)
* f1206f265 [web] Test harness fixes. (flutter/engine#37560)
* c628e1f26 Roll Fuchsia Mac SDK from 32kfSm94FGtJJeUjg... to gKyvwhUS3r6pTRfxx... (flutter/engine#37634)
* af6e47f1d Removing some builds from mac release builder. (flutter/engine#37556)
* 9f000a13f Roll Dart SDK from 42f87c0521f8 to 8132f04a0b86 (2 revisions) (flutter/engine#37632)
* 6dc4a6ad6 Add archives to android aot engine. (flutter/engine#37601)
* 84cb1f833 Add ability to set entry-point for HLSL shaders (flutter/engine#37608)
* add position to layout creation
* make position nullable
* fix tests
* test
* clear test size
* clear device pixel ratio
* add more documentaiton
* add comment about localToGlobal
* 7a4b112d7 Roll Skia from 4d519a8ba97a to 1991515dd191 (1 revision) (flutter/engine#37622)
* eead7b0d8 Place native callback registration before running engine (flutter/engine#37600)
* 79d62f726 Roll Flutter from 5ea5a5330169 to a1289a41358d (7 revisions) (flutter/plugins#6677)
* 910b61d1b Roll Flutter from a1289a41358d to a1432a9c5da2 (23 revisions) (flutter/plugins#6681)
* 58579201e Roll Flutter from a1432a9c5da2 to d3dcd7d532b6 (8 revisions) (flutter/plugins#6684)
* 6da73be00 Enable `Mac build_all_plugins` (flutter/plugins#6671)
* cc4ffaebd Update flutter cirrus key (flutter/plugins#6687)
* f35c16930 Roll Flutter from d3dcd7d532b6 to c7d11549a51e (13 revisions) (flutter/plugins#6689)
* 553dac8b2 Roll Flutter from c7d11549a51e to 098aac7ffeef (24 revisions) (flutter/plugins#6692)
* 11cb48366 Roll Flutter (stable) from e99c9c7cd9f6 to 52b3dc25f647 (4 revisions) (flutter/plugins#6690)
* b1c457fc9 Roll Flutter from 098aac7ffeef to 61e927d22fe6 (16 revisions) (flutter/plugins#6694)
* e500884c7 Enable Mac ios_platform_tests tests (flutter/plugins#6682)
* 6976132e5 [web] Switch to doubles (flutter/engine#37336)
* c3d7c5967 Roll Skia from a434f9b69660 to 33c62dafffc9 (9 revisions) (flutter/engine#37598)
* 91656a5ff Avoid segfault when converting no-op ColorFilter to ImageFilter (flutter/engine#37596)
* 965f87d31 Archive windows gen_snapshot.exe. (flutter/engine#35414)
* 16dba68e5 [Impeller] Only apply the rrect blur fast path for solid Colors (flutter/engine#37594)
* d366183c0 Roll Dart SDK from 7cbcf48157cf to 6f5478a58387 (2 revisions) (flutter/engine#37597)
* 88f56870b Roll Fuchsia Linux SDK from dRHIZSishiboEHMdw... to B0OuUvWOY24LI1WoF... (flutter/engine#37603)
* 28eeba518 [Multiwindow, macOS] FlutterCompositor::Present receives view_id (flutter/engine#37391)
* 8d815657c Roll Skia from 33c62dafffc9 to b474a43dcc34 (6 revisions) (flutter/engine#37606)
* 78ae24140 Revert "[web] Switch to doubles (#37336)" (flutter/engine#37609)
* Fix test in preparation of the Dart VM switching to being null safe by
default.
* Fix analyze error.
* Format.
* Remove print.
* Fix analyzer lint.
* Fix warnings.