-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Update InheritedWidget example parameter naming
#112137
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
jonahwilliams
left a comment
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
|
auto label is removed for flutter/flutter, pr: 112137, due to - Please get at least one approved review if you are already a member or two member reviews if you are not a member before re-applying this label. Reviewers: If you left a comment approving, please use the "approve" review action instead. |
|
auto label is removed for flutter/flutter, pr: 112137, due to Validations Fail. |
|
@Hixie Even though the example is from a long long time ago, this one takes 2 approves, would you mind looking over it briefly? Thanks! |
justinmc
left a comment
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.
I'll jump in for secondary review! LGTM 👍
Fixes #112136
The actual implementation of
updateShouldNotifyusesoldWidgetas a parameter not justoldas in the example.This does work but leads to a lint warning
avoid_renaming_method_parameters.Pre-launch Checklist
///).