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.
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
|
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
///).