Hello,
Following your example code, I have the following widget.
fijkplayer.FijkView(
player: _player.fijk,
panelBuilder: fijkplayer.fijkPanel2Builder(),
color: Colors.black,
fs: false,
fit: fijkplayer.FijkFit.ar16_9,
fsFit: fijkplayer.FijkFit.fill
)
My problem is that when fs is true, the video automatically tries to play fullscreen but when fs is false, the video plays regular size but cannot go fullscreen. I basically want the best of both worlds: I want the video to play with regular size but have the ability to go fullscreen if the user clicks on the fullscreen button.