chewie
chewie copied to clipboard
App Crash When I click exit full screen
Error: PlatformException (PlatformException(channel-error, Unable to establish connection on channel., null, null
@unlovedcake PlatformException
s 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.
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.