We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Any updates on this? I have the same problem.
Sorry, something went wrong.
sarbagyastha
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: