Conversation
9fb7510 to
ce83114
Compare
Piinks
left a comment
There was a problem hiding this comment.
It looks like this broke a few things in flutter/plugins. Those will need to be migrated first before this can land.
|
Please see flutter/plugins#6417 |
|
@Piinks How does this look, especially the fixes? |
Piinks
left a comment
There was a problem hiding this comment.
Fixes look good. I still think this should be split in 2 at least. The clean up is great, but lumping it in with deprecating something means all of it could end up getting reverted if the deprecation breaks something internally. It is not uncommon for deprecations to get reverted.
Further, from the point of view of removing deprecations later, it is a lot easier if the git history is clean.
98d6c3e to
b0b3854
Compare
|
That makes sense, I'll land the fixes in a separate PR. |
Piinks
left a comment
There was a problem hiding this comment.
LGTM once CI is happy. flutter/plugins probably just hasn't rolled in your change yet.
|
This pull request executed golden file tests, but it has not been updated in a while (20+ days). Test results from Gold expire after as many days, so this pull request will need to be updated with a fresh commit in order to get results from Gold. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
In line with https://flutter.dev/go/material-theme-system-updates and #91772, deprecates redundant/unused
ThemeDataproperties.ThemeData.primaryColorColorScheme.primaryThemeData.primaryColorLightCircleAvatardefault backgroundThemeData.primaryColorDartCircleAvatardefault backgroundA Dart fix is provided.
This is not a breaking change, per our policy.
This PR also improves the description of
ThemeData.colorSchemeand re-orders a few already-deprecatedThemeDatamembers to the right spot and fixes version number copy-paste error from #110162.Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.