Johannes Raufeisen
Johannes Raufeisen
I figured out a way to display videosin landscape. The basic idea is the following setup: ``` final screenSize = MediaQuery.of(context).size; final vlcPlayer = VlcPlayer( controller: vlcController, aspectRatio: screenSize.width /...
You might want to take a look at * [this demo project ](https://github.com/jraufeisen/Flutter-Fullscreen-VLC-Player-Demo)or * [this stackoverflow question](https://stackoverflow.com/questions/66871734/fullscreen-flutter-vlc-player)
You might want to take a look at * [this demo project ](https://github.com/jraufeisen/Flutter-Fullscreen-VLC-Player-Demo) or * [this stackoverflow question](https://stackoverflow.com/questions/66871734/fullscreen-flutter-vlc-player)
You might want to take a look at * [this demo project ](https://github.com/jraufeisen/Flutter-Fullscreen-VLC-Player-Demo)by me or * [this stackoverflow question](https://stackoverflow.com/questions/66871734/fullscreen-flutter-vlc-player)