albemala / native_video_player

A Flutter widget to play videos on iOS and Android using a native implementation.
MIT License
14 stars 12 forks source link

How to implement Full Screen? #5

Open MarufHassan17 opened 1 year ago

MarufHassan17 commented 1 year ago

I am trying to go Full Screen in the app that is when its in landscape, it takes the entire screen width. What property should I use to implement Full Screen? I am not able to find anything regarding it.

albemala commented 1 year ago

have a look at

for a few ideas for how to display a video full screen.