-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Remove deprecated RaisedButton #98547
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
Conversation
Still migrating customers here. |
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Really cool to see -1300 lines!
The autosubmit bot does not appear to be working, merging manually. |
👍👍 |
#98546 needs to land first ✅
This removes the deprecated
RaisedButton
widget.This deprecated property has reached end of life after the release of Flutter 2.10
ElevatedButton
.Part of #98537
For the full list of deprecations being removed in this batch, see flutter.dev/go/deprecations-removed-after-2-10
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.