Open Onnesok opened 1 month ago
youtube_player_iframe (Default)
on video player screen pop video player still stays for some time.... Disposing taking longer time....
@override void dispose() async { if (_controller.value.isFullScreen) { _controller.toggleFullScreenMode(); } else { await Future.delayed(const Duration(milliseconds: 200)); _controller.dispose(); } SystemChrome.setPreferredOrientations([ DeviceOrientation.portraitUp, DeviceOrientation.landscapeLeft, DeviceOrientation.landscapeRight, ]); super.dispose(); }
Pop with other screens not after.....
on pop return to another page
_dependents.isEmpty
Any updates on this? I have the same problem.
Is there an existing issue for this?
Package
youtube_player_iframe (Default)
What happened?
on video player screen pop video player still stays for some time.... Disposing taking longer time....
What is the expected behaviour?
Pop with other screens not after.....
How to reproduce?
on pop return to another page
Flutter Doctor Output