Replies: 1 comment
|
It's already out. 1.38.0 landed on pub.dev on 19 July, and your fix is in it. From the changelog: FIX: HasWorldReference.onRemove() should call super.onRemove() (#3920) So the workaround can go as soon as you upgrade. If If you use Heads up that 1.38.0 has breaking changes, including a new |
Uh oh!
There was an error while loading. Please reload this page.
I have code that is working around the fact that the HasWorldReference.onRemove didn't call super and wanted to know when I would safely be able to remove that code
All reactions