* 59fabcc89 Roll Skia from ec407902999b to 44062eff3e25 (8 revisions) (flutter/engine#38161)
* 8b56b5a98 Roll Dart SDK from e517487c5679 to 0940b5e6ccd5 (3 revisions) (flutter/engine#38162)
* bd8bcf956 Roll Fuchsia Mac SDK from crEcyXdyZ686cAqMV... to pMV6A0ykZQ8aA3NG2... (flutter/engine#38120)
* dec8b5221 Preliminary implementation of UIA for A11y on Windows (flutter/engine#37754)
* 5545ccf87 Roll Fuchsia Linux SDK from NlJGkMbtZqQ6_BCpu... to xn8ztWtp-zww-jObz... (flutter/engine#38122)
* 80a15a419 Create FlutterActivity/FlutterFragment using light weight engine with FlutterEngineGroup (flutter/engine#36963)
* 5caef8585 Full implementation of text-input-test (flutter/engine#37986)
* 8f6036e58 Reland fix wrong VSYNC event (flutter/engine#37865)
* 4101c363c [iOS] Change locale format for spell check (flutter/engine#38080)
* 2f5b67e4d [embedder] Ensure destruction called on present (flutter/engine#38078)
* 0bddc6045 [Impeller Scene] Depth attachment; baked lighting example (flutter/engine#38118)
* 6aa4ccd60 Remove dlCanvasRecorder from flutter::PictureRecorder (flutter/engine#38127)
* dbb5284f2 [Windows] Add more cursor plugin tests (flutter/engine#38112)
* 6e91204d9 Roll Fuchsia Mac SDK from pMV6A0ykZQ8aA3NG2... to 9SnrQ0vbR8IC7UIoP... (flutter/engine#38135)
* 3140ad924 [Impeller] order metal samplers according to declared order and not usage order (flutter/engine#38115)
* 84abf21d4 Remove autoninja. (flutter/engine#38136)
* 8a113d328 [embedder] Expose metal surface from test context (flutter/engine#38133)
* 1ef25b63f Roll Fuchsia Mac SDK from 9SnrQ0vbR8IC7UIoP... to aMW0DjntzFJj4RoR3... (flutter/engine#38139)
* 748b3bc15 Revert "Remove dlCanvasRecorder from flutter::PictureRecorder (#38127)" (flutter/engine#38137)
* b6daf3d06 [embedder] Consistent naming for GL/Metal tests (flutter/engine#38141)
* 339d04baf [web] Trivial fix for non-static interop JS interop class. (flutter/engine#38126)
* 1fcbb9c11 [tools] Eliminate version on Obj-C docs (flutter/engine#38145)
* 71928b6a4 [Impeller] Use DrawPath instead of Rect geometry when the paint style is stroke (flutter/engine#38146)
* 23ce8fdbc Roll Skia from dd3285a80b23 to f84dc9303045 (4 revisions) (flutter/engine#38123)
* 366f8663b Roll Skia from f84dc9303045 to 2691cd7b4110 (40 revisions) (flutter/engine#38151)
* 447e7013e Roll Skia from 2691cd7b4110 to 711396b81248 (1 revision) (flutter/engine#38152)
* cd5d91bf9 Pylint testing/run_tests.py (flutter/engine#38016)
* aafac083b Roll Skia from 711396b81248 to b253b10374e7 (7 revisions) (flutter/engine#38157)
* 799dc78e8 Roll Fuchsia Linux SDK from xn8ztWtp-zww-jObz... to rRJIjuO-dPNCpCTd9... (flutter/engine#38134)
* 3aa3d2a8f Massage the JS interop around `didCreateEngineInitializer` (flutter/engine#38147)
* 030950f30 Roll Skia from b253b10374e7 to ec407902999b (3 revisions) (flutter/engine#38158)
It includes the following changes:
* Adds main as the enabled branches.
* Adds docs_beta and docs_stable to pass the expected gcp project.
* Adds dimensions to packaging arm64 to ensure that it runs on arm64
bot.
Bug: https://github.com/orgs/flutter/projects/43
* 929c9a632 [camera] Re-enable ability to concurrently record and stream video (flutter/plugins#6808)
* f31a438f3 [video_player] Fix file URI construction (flutter/plugins#6803)
* 6ab7d710d Roll Flutter from a570fd25d83b to 521028c80827 (11 revisions) (flutter/plugins#6810)
* Roll Flutter Engine from 67254d6e4b03 to 8d83b98c55b3
* Roll Dart SDK from 35a9facce191 to e517487c5679 (Dart 3.0) (#38105)
* Bump SDK versions.
* Bump Dart SDK version constraints
* Update shrine package to 2.0.1 (null safe version)
* Fix more tests.
* Include patches from Jason for min android sdk version
* Fix analyzer warning
* Add magnification of CupertinoSliverNavigationBar large title
* Fix padding in maximum scale computation
* Apply magnification by using RenderBox
* Do not pass key to the superclass constructor
* Use `clampDouble` instead of `clamp` extension method
* Remove trailing whitespaces to make linter happy
* Name test variables more precisely
* Move transform computation to `performLayout` and implement `hitTestChildren`
* Address comments
* Address comments
* Address comments
* Update comment about scale
* Fix hit-testing
* Fix hit-testing again
* Make linter happy
* Implement magnifying without using LayoutBuilder
* Remove trailing spaces
* Add hit-testing of the large title
* Remove whitespaces
* Fix scale computation and some tests
* Fix remaining tests
* Refactor and fix comments
* Update comments
* 93a63b36e [google_maps_flutter] Add support to request map renderer for Android (flutter/plugins#6619)
* ca3d56973 Roll Flutter from e2fb672a440e to a570fd25d83b (15 revisions) (flutter/plugins#6804)
* 51434ec83 [google_maps_flutter] Roll cupertino_icons for compatibility with Dart 3 (flutter/plugins#6807)
* Reland "Use semantics label for backbutton and closebutton for Android"
This reverts commit cc256c3e33d74ed861640e09e8e21957ddd94c1e.
* Makes the semantics slider test more robust
* Unpin assets_for_android_views git dependency
It needs to pick-up changes made to the pubspec.yaml to be Dart 3.0 compatible and dev/integration_tests/android_views/pubspec.yaml already uses the same dependency unpinned.
* Also unpin hybrid_android_views
* Pin android_views to the new flutter/goldens ref
* Pin hybrid_android_views to newer flutter/goldens
* Reland "Use semantics label for backbutton and closebutton for Android"
This reverts commit 20a78ed69f45502344010aedff4d915db27072b2.
* change to default target platform
* 610370eb6 Revert "[camera] Add ability to concurrently record and stream video (#6290)" (flutter/plugins#6796)
* 36526ee23 [ci] Fix macOS LUCI merge base (flutter/plugins#6798)
* 7b5d8323e Roll Flutter from 30fc993caed5 to e2fb672a440e (25 revisions) (flutter/plugins#6802)
* Date picker special labeling for currentDate with localization and tests.
* Updated CalendarDatePicker semantics test
* removed recursive import
* changed labeling for current date to be less verbose
* 267f0d849 Roll Skia from aea62b0970c3 to dd3285a80b23 (1 revision) (flutter/engine#38111)
* 5ad341776 [Impeller] Remove unused flag enable-impeller-vulkan. (flutter/engine#38109)
* 185e2f3d4 Pin the analyzer package version in lib/web_ui (flutter/engine#38114)
* Make some minor changes in preparation for updating the Time Picker to M3
* Revert OutlineInputBorder.borderRadius type change
* Revert more OutlineInputBorder.borderRadius changes.
* 143977b53 Roll Skia from b63a254727f3 to 13e5241ce8b7 (6 revisions) (flutter/engine#38106)
* 9554754ac [web:canvaskit] test zero font size (flutter/engine#37916)
* 4f22c2789 Roll Skia from 13e5241ce8b7 to aea62b0970c3 (2 revisions) (flutter/engine#38107)