-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Roll Flutter from ee0cc6652be7 to afba7d75b391 (10 revisions) #9665
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
Roll Flutter from ee0cc6652be7 to afba7d75b391 (10 revisions) #9665
Conversation
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
autosubmit label was removed for flutter/packages/9665, because - The status or check suite Linux_android android_platform_tests_shard_3 master has failed. Please fix the issues identified (or deflake) before re-applying this label. |
autosubmit label was removed for flutter/packages/9665, because - The status or check suite Linux_android android_platform_tests_shard_3 master has failed. Please fix the issues identified (or deflake) before re-applying this label. |
flutter/packages@9c85e5e...963550c 2025-07-23 [email protected] [google_sign_in] Add more serverClientId info to README (flutter/packages#9629) 2025-07-23 [email protected] Roll Flutter from ee0cc66 to afba7d7 (10 revisions) (flutter/packages#9665) 2025-07-23 [email protected] [camera_avfoundation] Implementation swift migration - part 9 (flutter/packages#9645) 2025-07-22 [email protected] Roll Flutter from 70cdc0c to ee0cc66 (29 revisions) (flutter/packages#9662) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC [email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
…r#172696) flutter/packages@9c85e5e...963550c 2025-07-23 [email protected] [google_sign_in] Add more serverClientId info to README (flutter/packages#9629) 2025-07-23 [email protected] Roll Flutter from ee0cc66 to afba7d7 (10 revisions) (flutter/packages#9665) 2025-07-23 [email protected] [camera_avfoundation] Implementation swift migration - part 9 (flutter/packages#9645) 2025-07-22 [email protected] Roll Flutter from 70cdc0c to ee0cc66 (29 revisions) (flutter/packages#9662) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC [email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
…r#9665) flutter/flutter@ee0cc66...afba7d7 2025-07-23 [email protected] Remove GtkGLArea and render directly into GtkDrawingArea (flutter/flutter#172343) 2025-07-23 [email protected] Prefix generated Dart plugin imports for `registerWith` (flutter/flutter#172511) 2025-07-23 [email protected] Remove stale references to `.packages` in tool tests (flutter/flutter#172582) 2025-07-23 [email protected] Wraps all `git` executions in a `Git(...).*`, use `*=noglob` on Windows (flutter/flutter#172495) 2025-07-22 [email protected] Omit instruction to `cd .` after `flutter create` (flutter/flutter#172513) 2025-07-22 [email protected] Improve assertion message in `AlignmentDirectional.resolve` (flutter/flutter#172096) 2025-07-22 [email protected] Update warnGradleVersion to `8.7.0` (flutter/flutter#172576) 2025-07-22 [email protected] Use a fake representation of `cache/artifacts/gradle_wrapper` (flutter/flutter#172503) 2025-07-22 [email protected] Revert #160653 Fix view removal process for AutofillContextAction.cancel (flutter/flutter#172490) 2025-07-22 [email protected] Bump meta to 0.17.0 (flutter/flutter#172541) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages Please CC [email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
…r#172696) flutter/packages@9c85e5e...963550c 2025-07-23 [email protected] [google_sign_in] Add more serverClientId info to README (flutter/packages#9629) 2025-07-23 [email protected] Roll Flutter from ee0cc66 to afba7d7 (10 revisions) (flutter/packages#9665) 2025-07-23 [email protected] [camera_avfoundation] Implementation swift migration - part 9 (flutter/packages#9645) 2025-07-22 [email protected] Roll Flutter from 70cdc0c to ee0cc66 (29 revisions) (flutter/packages#9662) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC [email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
flutter/flutter@ee0cc66...afba7d7
2025-07-23 [email protected] Remove GtkGLArea and render directly into GtkDrawingArea (flutter/flutter#172343)
2025-07-23 [email protected] Prefix generated Dart plugin imports for
registerWith
(flutter/flutter#172511)2025-07-23 [email protected] Remove stale references to
.packages
in tool tests (flutter/flutter#172582)2025-07-23 [email protected] Wraps all
git
executions in aGit(...).*
, use*=noglob
on Windows (flutter/flutter#172495)2025-07-22 [email protected] Omit instruction to
cd .
afterflutter create
(flutter/flutter#172513)2025-07-22 [email protected] Improve assertion message in
AlignmentDirectional.resolve
(flutter/flutter#172096)2025-07-22 [email protected] Update warnGradleVersion to
8.7.0
(flutter/flutter#172576)2025-07-22 [email protected] Use a fake representation of
cache/artifacts/gradle_wrapper
(flutter/flutter#172503)2025-07-22 [email protected] Revert #160653 Fix view removal process for AutofillContextAction.cancel (flutter/flutter#172490)
2025-07-22 [email protected] Bump meta to 0.17.0 (flutter/flutter#172541)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md