pod_player
pod_player copied to clipboard
Fullscreen vertical
Currently when switching to fullscreen the plugin always switches the device to landscape view. Is it possible instead to keep the current orientation of the device when switching to fullscreen?
try to adding following onToggleFullScreen option, in my case my podplayer version in pubspec is: pod_player: ^0.2.1
return PodVideoPlayer( controller: _playerController!, onToggleFullScreen:screenFunction,);
//..
Future