neeko
neeko copied to clipboard
inFullScreen paramter in NeekoPlayerWidget is not working
Basically I need to fullscreen the video when the Orientation is landscape. So I have used OrienationBuilder in my app.
NeekoPlayerWidget(
videoControllerWrapper: playerController,
isPip: isPip || isMediumSize,
inFullScreen:
orientation == Orientation.landscape,
)
But the video stays the the same when the orientation changes