neeko icon indicating copy to clipboard operation
neeko copied to clipboard

inFullScreen paramter in NeekoPlayerWidget is not working

Open Maadhav opened this issue 4 years ago • 0 comments

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

Maadhav avatar May 25 '20 04:05 Maadhav