I am using native android surfaceview renderers to render videos in a flutter, after updating to flutter 3. x.x.I am not getting callbacks for onFlutterViewDetached
.
Checkout my implementation here : video_view_implementation
Any suggestions or insights would be helpful.
I am manually calling release for surfaceview renderers when dispose of it gets called. It works fine but it is not the expected behavior. Before flutter 3. x.x the onFlutterViewDetached
was a reliable callback and it was working well.