Add Overlay.of to 3.7 breaking changes#8188
Conversation
The `Overlay.of` breaking change is missing in 3.7 breaking changes doc page. It was done in a separate PR flutter/flutter#110811 earlier than the bulk of the other changes in flutter/flutter#114120
parlough
left a comment
There was a problem hiding this comment.
Nice catch, thanks for adding this!
|
Thanks @parlough, it broke my code so it was hard to not miss it! 😄 However, generally I am a bit worried that this un-staged switch from nullable Not much to do about it anymore, ship sailed when stable was released without the staged approach briefly mentioned here: flutter/flutter#114120 (review). Since the impacted APIs are less common than the ones in the 2.0.0 case I'm hopeful they will not have as a big fallout as they did in that case. |
The
Overlay.ofbreaking change is missing in 3.7 breaking changes doc page. It was done in a separate PR flutter/flutter#110811 earlier than the bulk of the other changes in flutter/flutter#114120Description of what this PR is changing or adding, and why:
Adds missing breaking change in 3.7
Issues fixed by this PR (if any):
Overlay.ofis missing from 3.7 list of breaking changes #8187Presubmit checklist