Mindinventory / vimeo_video_player

A Video Player For Vimeo Videos in Flutter. This plugin allows us to play video from Vimeo and it supports Android and iOS platforms.
https://www.mindinventory.com/flutter-app-development.php
MIT License
34 stars 33 forks source link

Fix: Pressing back button while fullscreen causes red screen of death #19

Closed BeingBright closed 1 year ago

BeingBright commented 1 year ago

Pressing the back button while playing a video in full-screen mode will result in Flutter's 'Red screen of death'.

The fix for this is by exiting full screen mode before you dispose of the video player.

mohit-chauhan-mi commented 1 year ago

@BeingBright Thanks for the PR, but we cannot reproduce this issue. Please share more details on your issue so we can check more on it for a better conclusion.

deep-mindinventory commented 1 year ago

Closing this PR for now. Do PR again with proper details.