* 98068f17a fuchsia: Only send different ViewProperties (flutter/engine#26170)
* 5e487ba85 Roll Skia from c1f641104531 to 469531234936 (4 revisions) (flutter/engine#26197)
* 4cab492e4 Add image generator registry (flutter/engine#25987)
* c753c2413 Roll Fuchsia Linux SDK from l6XmTSLnt... to AUWVgDkx6... (flutter/engine#26201)
* 75a7812eb Reland outputs a json version of the package manifest. (flutter/engine#26163)
* b5dc598c7 Roll Skia from 469531234936 to 5b38536d76ae (7 revisions) (flutter/engine#26202)
* fb913661c [icu] Upgrade ICU to 69.1, the same commit used by Chromimum latest (flutter/engine#26200)
* 62e095122 Prepare to move --delete-tostring-package-uri option to Dart SDK (flutter/engine#26196)
* 156c2bebc Web ImageFilter.matrix support (flutter/engine#25982)
* c30de25f3 Roll Skia from 5b38536d76ae to 2fed9f62d29a (7 revisions) (flutter/engine#26206)
* 7ef42f14d Roll Fuchsia Mac SDK from KmSY84b_E... to 7WNQRHsHN... (flutter/engine#26207)
* 8bba964f9 Add more diagrams for deferred components docs, fix alignment of existing one (flutter/engine#26209)
* 391e22dcb Roll Dart SDK from 67be110b5ba8 to 510f26486328 (3 revisions) (flutter/engine#26212)
* fa62ce08b Roll Skia from 2fed9f62d29a to e8cd0a54041e (2 revisions) (flutter/engine#26213)
* 2029cbafc Roll Skia from e8cd0a54041e to 3d854bade6de (4 revisions) (flutter/engine#26216)
* 9cd3c6491 Roll Fuchsia Linux SDK from AUWVgDkx6... to boele8geO... (flutter/engine#26217)
* 6ceab157d Roll Dart SDK from 510f26486328 to 13e329e614f2 (1 revision) (flutter/engine#26218)
* f90698a89 Roll Fuchsia Mac SDK from 7WNQRHsHN... to F5TX4MaEg... (flutter/engine#26220)
* b9d03fed2 Roll Skia from 3d854bade6de to 66125eac158d (1 revision) (flutter/engine#26221)
* 849ce7e6b Roll Dart SDK from 13e329e614f2 to 2eea032403e2 (1 revision) (flutter/engine#26222)
* ca89d6913 Roll Skia from 66125eac158d to 5696bcd0f7f8 (1 revision) (flutter/engine#26223)
* db7a3dc09 fuchsia: Fix occlusion_hint handling (flutter/engine#26208)
* b875d99dc Roll Skia from 5696bcd0f7f8 to bdfd77616177 (5 revisions) (flutter/engine#26224)
* b67caca64 Roll Skia from bdfd77616177 to fb8d20befa8f (1 revision) (flutter/engine#26225)
* 2398dea91 Revert Dart SDK to 67be110b5ba8fc84af5e7136389e52a13ccbc9d5 (flutter/engine#26232)
They should have been taking a PointerDownEvent.
This change was originally included in #81884, but that
had to be reverted because it broke Google testss. This
sub-part of that larger change needs to be made first in
order to allow for a phased rollout in a way that won't
break Google tests.
https://github.com/flutter/flutter/issues/81883
* Gesture recognizer cleanup
1) Make OneSequenceGestureRecognizer.addAllowedPointer()
call startTrackingPointer(), and change subclasses to
call super.addAllowedPointer() in place of manually
calling startTrackingPointer().
2) Fix addAllowedPointer overrides to take PointerDownEvent
where some were taking PointerEvent.
3) Add API documentation to OneSequenceGestureRecognizer
4) Make the following fields in OneSequenceGestureRecognizer
private with public getters instead of publicly writable:
`state`, `primaryPointer`, and `initialPosition`.
5) Clean up gesture recognizer state in
OneSequenceGestureRecognizer.didStopTrackingLastPointer.
Fixes#81883
Depending on the user's build configuration, we may output
multi-architecture or single-architecture binaries. Prefer to install
the multi-architecture binary if built, otherwise fall back to the
single-architecture binary.
This eliminates the use of the Install.ps1 script during Windows app
installation and instead uses uwptool install. Install.ps1 was the
slowest part of app install, and had resource contention issues that
frequently caused it to fail.
* 590813ff3 Roll Skia from aecf8d517143 to df2dbad1a87d (9 revisions) (flutter/engine#26168)
* bce27b631 Roll Fuchsia Mac SDK from a6aB7cNgl... to 9-tG_VdU_... (flutter/engine#26169)
* 5de7fc17e Roll Skia from df2dbad1a87d to bc8e0d8ba0d4 (1 revision) (flutter/engine#26171)
* 4b3966ba4 Reland "Fix a11y placeholder on desktop; auto-enable engine semantics" (flutter/engine#26134)
* d8b83b71f Roll Fuchsia Linux SDK from RT1RbBM69... to q_v1AFsEq... (flutter/engine#26173)
* 570e51cf4 Roll Fuchsia Mac SDK from 9-tG_VdU_... to PVI875Hyp... (flutter/engine#26174)
* 3cd2eb547 Roll Skia from bc8e0d8ba0d4 to bc7c754ce395 (1 revision) (flutter/engine#26175)
* 1c769b441 Roll Fuchsia Linux SDK from q_v1AFsEq... to lU-S8er5G... (flutter/engine#26176)
* dad87569f Roll Fuchsia Mac SDK from PVI875Hyp... to TB587FHc5... (flutter/engine#26177)
* f426368f2 Roll Skia from bc7c754ce395 to f91ce0201328 (1 revision) (flutter/engine#26178)
* 00e1c1067 Remove counter from eintr wrapper (flutter/engine#26124)
In https://github.com/flutter/flutter/pull/82577, I landed a version
bump of package shelf and package flutter_template_images. This local
override should have been part of that patch but was missed in the
checkin.
The version bumps themselves happened in the previous patch; this just
ensures we don't accidentally 'upgrade' back to version 1.0.2.
* Add cmdline tools to docker image.
This is to make the flutter doctor new checks to pass.
Bug: https://github.com/flutter/flutter/issues/82565
* Use correct package name.
* Add version to sdkmanager command.