Skip to content
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

[two_dimensional_scrollables] prepare for const AnimationStyle #8397

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

nate-thegrate
Copy link
Contributor

unblocks flutter/flutter#160564

Will go back through and implement const constructors in these spots once the framework PR lands.

Copy link
Contributor

@Piinks Piinks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nate-thegrate nate-thegrate added the autosubmit Merge PR when tree becomes green via auto submit App label Jan 14, 2025
@auto-submit auto-submit bot merged commit 6a0f122 into flutter:main Jan 14, 2025
77 checks passed
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 15, 2025
github-merge-queue bot pushed a commit to flutter/flutter that referenced this pull request Jan 15, 2025
flutter/packages@d1fd623...f73cb00

2025-01-14 [email protected] Roll Flutter from
72db8f6 to 40c2b86 (33 revisions) (flutter/packages#8428)
2025-01-14 [email protected] [two_dimensional_scrollables] prepare
for `const AnimationStyle` (flutter/packages#8397)

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
ahmedrasar pushed a commit to ahmedrasar/flutter that referenced this pull request Jan 16, 2025
…r#161672)

flutter/packages@d1fd623...f73cb00

2025-01-14 [email protected] Roll Flutter from
72db8f6 to 40c2b86 (33 revisions) (flutter/packages#8428)
2025-01-14 [email protected] [two_dimensional_scrollables] prepare
for `const AnimationStyle` (flutter/packages#8397)

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

Fix DropDownMenu initialSelection not reflecting label change

Fixes DropDownMenu.didUpdateWidget() overlooking label change if oldWidget had the same initialSelection.

Fixes Localization not having effect on DropDownMenu initialSelection.
ahmedrasar pushed a commit to ahmedrasar/flutter that referenced this pull request Jan 16, 2025
…r#161672)

flutter/packages@d1fd623...f73cb00

2025-01-14 [email protected] Roll Flutter from
72db8f6 to 40c2b86 (33 revisions) (flutter/packages#8428)
2025-01-14 [email protected] [two_dimensional_scrollables] prepare
for `const AnimationStyle` (flutter/packages#8397)

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

Fix DropDownMenu initialSelection not reflecting label change

Fixes DropDownMenu.didUpdateWidget() overlooking label change if oldWidget had the same initialSelection.

Fixes Localization not having effect on DropDownMenu initialSelection.
@nate-thegrate nate-thegrate deleted the const-AnimationStyle branch January 27, 2025 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants