Add fadeDuration back to TextSelectionOverlay#100381
Add fadeDuration back to TextSelectionOverlay#100381chunhtai merged 4 commits intoflutter:masterfrom
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. |
justinmc
left a comment
There was a problem hiding this comment.
LGTM 👍
Was this removed before without being deprecated?
| /// Controls the fade-in and fade-out animations for the toolbar and handles. | ||
| @Deprecated( | ||
| 'Use `SelectionOverlay.fadeDuration` instead. ' | ||
| 'This feature was deprecated after 2.12.0-4.1.pre.' |
There was a problem hiding this comment.
You have an analyzer failure about this deprecated format. Maybe it's just a missing trailing comma here?
|
Writing a test for this seems simple: just check that the property exists and has the value you expect. :-) |
|
@Hixie I thought the analyzer will complain about using deprecated field in test? Also is it worth it to add a test for a to-be-deprecated field edit: nvm it looks like the analyzer won't complain |
Piinks
left a comment
There was a problem hiding this comment.
LGTM! Thanks for writing dart fixes!
fixes #100343
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.