-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Deprecates TestWindow
#122824
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
Deprecates TestWindow
#122824
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
loic-sharma
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.
This looks good to me but please also get an approval from someone who has more experience with our deprecation process :)
3f714b0 to
eeb05ed
Compare
goderbauer
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! 🚀
|
Looks like the upstream fixes to the packages repo rolled in with #123117. Rebasing this PR should hopefully turn the "Linux flutter_plugins" check green. I believe we are ready to submit this one then? |
* Adds `Deprecated` annotations to `TestWindow` and its constructors. * Adds `Deprecated` annotations to all properties and methods on `TestWindow` except `noSuchMethod`. * Adds `Deprecated` annotation to `TestWidgetsFlutterBinding.window`. * Adds `flutter_test` specific deprecation documentation to `TestWidgetsFlutterBinding.window`.
eeb05ed to
b6da817
Compare
Deprecates
TestWindowDeprecatedannotations toTestWindowand its constructors.Deprecatedannotations to all properties and methods onTestWindowexceptnoSuchMethod.Deprecatedannotation toTestWidgetsFlutterBinding.window.flutter_testspecific deprecation documentation toTestWidgetsFlutterBinding.window.Resolves #121915.
Pre-launch Checklist
///).