-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Removed required from deprecated API #102107
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
darrenaustin
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.
Nice cleanup. LGTM!
|
Maybe there should be a lint to warn you that |
I think that is in progress in dart-lang/sdk#48206 |
|
This pull request is not suitable for automatic merging in its current state.
|
|
This'll take a little bit more work, looking at internal broken customers. I think I can just add a getter that unwraps the now nullable parameter to satisfy those. |
This removes the required keyword from deprecated API in the Flutter framework
It does not make sense to require folks to use deprecated API, when they should be migrating to the new code.
Fixes #102106
Related to dart-lang/sdk#48206
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.