chewie icon indicating copy to clipboard operation
chewie copied to clipboard

App Crash When I click exit full screen

Open unlovedcake opened this issue 1 year ago • 2 comments

Error: PlatformException (PlatformException(channel-error, Unable to establish connection on channel., null, null

unlovedcake avatar Jun 14 '23 09:06 unlovedcake

@unlovedcake PlatformExceptions are indicative of video_player being at fault, since chewie is merely a UI for that library.

Please post more info, by posting the Stack Trace in question, and running flutter doctor -v on your machine.

Thanks in advance.

diegotori avatar Jun 14 '23 17:06 diegotori

Same problem on 1.7.5 version. The problem seems to be that when I go out of full screen, dispose is called. In dispose also dispose of the controllers, so when I try to recreate the player those objects no longer exist.

LorisTrainect avatar Mar 12 '24 13:03 LorisTrainect