flutter_vlc_player
flutter_vlc_player copied to clipboard
Fullscreen mode
Is there any function in VLC to make the player that is already playing full screen?
you can make fullscreen mode while its in potrait, just use the stack in children 1st widget should be sizedbox with full height and width and then 2nd widget is the vlcplayer wrap with positioned and make top and bottom - nagitive values. and in stack clip set none
@Avijaygovinda Do you have any code demos to understand better?