solid-software / flutter_vlc_player

📺 Flutter VLC powered video player.
525 stars 253 forks source link

Fullscreen mode #466

Open Gabriellsp opened 10 months ago

Gabriellsp commented 10 months ago

Is there any function in VLC to make the player that is already playing full screen?

Avijaygovinda commented 6 months ago

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

Gabriellsp commented 4 months ago

@Avijaygovinda Do you have any code demos to understand better?

Umeshbhanderi07 commented 3 months ago

You can find details here in:

this demo project of vlc full screen or this stackoverflow question