Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Roll Packages from 125c117a432f to 07496eb03035 (31 revisions) #166457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
6f47323
1977932ab [pigeon] kotlin equality methods (flutter/packages#8887)
engine-flutter-autoroll Apr 2, 2025
c018dd2
c254ecab9 [Camera] Add lens type information (iOS) (flutter/packages…
engine-flutter-autoroll Apr 2, 2025
c36194d
8c287e99d [tool] Move changed file detection to base command class (f…
engine-flutter-autoroll Apr 2, 2025
7ec917d
279dda8b7 [various] Disable sandbox in Chrome dart tests (flutter/pac…
engine-flutter-autoroll Apr 2, 2025
f2fdea5
064b0b265 [shared_preferences] Fix a late initialized error with the …
engine-flutter-autoroll Apr 2, 2025
9f05636
e3d259d2a [video_player] Fix layout issue caused by `Transform.rotate…
engine-flutter-autoroll Apr 2, 2025
4142e8c
4373c308d [pigeon] correct usage of extended generics in generator me…
engine-flutter-autoroll Apr 2, 2025
464594d
20b586150 [camera_avfoundation] Test utils and mocks swift migration …
engine-flutter-autoroll Apr 2, 2025
e6183d5
a66ac0af0 Use a more deterministic way of waiting for ad widgets to b…
engine-flutter-autoroll Apr 2, 2025
955a9ae
44e20b038 [camera_avfoundation] Test utils and mocks swift migration …
engine-flutter-autoroll Apr 2, 2025
df52197
a1b1cf1ef Manual roll Flutter from b16430b2fd57 to 1d954f4e96bd (114 …
engine-flutter-autoroll Apr 2, 2025
b253b88
f95a24fef [google_maps_flutter] Skip test that hangs iOS CI (flutter/…
engine-flutter-autoroll Apr 2, 2025
bb58a43
9125a6303 [interactive_media_ads] Fixes `AdEventType`s not triggering…
engine-flutter-autoroll Apr 2, 2025
2388c08
6d761bfed [dependabot]: Bump com.android.tools.build:gradle from 8.0.…
engine-flutter-autoroll Apr 2, 2025
999323e
7b3126259 [webview_flutter_wkwebview] Fixes crash when sending undefi…
engine-flutter-autoroll Apr 2, 2025
7dc301e
085a2fff0 [dependabot]: Bump com.android.tools.build:gradle from 8.0.…
engine-flutter-autoroll Apr 2, 2025
fcbb1ad
6b3eff672 [extension_gsi] Support the latest version of googleapis_au…
engine-flutter-autoroll Apr 2, 2025
5d4f9be
01f977156 [google_maps_flutter] Fix typo and remove duplicitous CHANG…
engine-flutter-autoroll Apr 2, 2025
de9eb9a
c97691715 [camera_android] Don't override default fps range when not …
engine-flutter-autoroll Apr 2, 2025
3e4dacb
be0e0e2b9 [webview_flutter] Skip flaky legacy tests on iOS (flutter/p…
engine-flutter-autoroll Apr 2, 2025
ddf65d2
f1b1eb569 [camera_avfoundation] Test utils and mocks swift migration …
engine-flutter-autoroll Apr 2, 2025
0d95fd7
106322222 [url_launcher] When not fully loaded, clicking close causes…
engine-flutter-autoroll Apr 2, 2025
375387d
0ef3d446f [google_maps_flutter] Skip more hanging iOS tests (flutter/…
engine-flutter-autoroll Apr 2, 2025
56d78e7
799a59089 [google_maps_flutter] Skip impl copy of iOS tests (flutter/…
engine-flutter-autoroll Apr 2, 2025
d482a95
bba066f89 [flutter_markdown] Added sizedImageBuilder to Markdown widg…
engine-flutter-autoroll Apr 2, 2025
34c0c74
28676de19 Update CODEOWNERS username (flutter/packages#8933)
engine-flutter-autoroll Apr 2, 2025
f2fe4cc
eb8cb3245 Adjust PR checklist formatter discussion (flutter/packages#…
engine-flutter-autoroll Apr 2, 2025
730f387
7fb1a4d54 Drop deprecated HTML head meta tags (flutter/packages#8970)
engine-flutter-autoroll Apr 2, 2025
a4ff5c6
84ef20120 Manual roll Flutter from 1d954f4e96bd to 05b5e7910544 (225 …
engine-flutter-autoroll Apr 2, 2025
6d3b7a0
5cee15259 Upgrade tests to use Xcode 16 and iOS 18 (flutter/packages#…
engine-flutter-autoroll Apr 2, 2025
fd273b6
07496eb03 [multicast_dns] MDnsClient::listen supports onError callbac…
engine-flutter-autoroll Apr 2, 2025
6b7e6a4
update bot
bparrishMines Apr 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/internal/flutter_packages.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
125c117a432f2179b25c5dbfad4b0045918eb4cd
07496eb03035440c7f0ba7089a49826248c8daeb
1 change: 1 addition & 0 deletions dev/bots/suite_runners/run_flutter_packages_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Future<void> flutterPackagesRunner() async {
// purposes of this test using old dependencies is fine. See
// https://github.com/flutter/flutter/issues/129633
'--downgrade',
'--base-branch=$packagesCommit',
'--custom-analysis=script/configs/custom_analysis.yaml',
], workingDirectory: checkout.path);
}
Expand Down