Skip to content

Demonstrating a common workaround for the `flutter_vlc_player` package to display videos in landscape without automatically playing them

Notifications You must be signed in to change notification settings

jraufeisen/Flutter-Fullscreen-VLC-Player-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullscren VLC player demo

The flutter_vlc_player package allows you to use the power of VLC player in your flutter app. However, the VLCPlayer widget behaves different from flutter's own VideoPlayer.

This example project shows how to

  • present a video in landscape fullscreen
  • scale the video interactively via zoom gestures
  • stop autoplaying the video, i.e. workaround for this bug

See this question on stackoverflow for more guidance.

Demo.mp4

Legal

The example video is domain free and can be found here: https://www.pexels.com/video/train-transporting-public-above-the-mountains-alps-of-switzerland-3640406/

About

Demonstrating a common workaround for the `flutter_vlc_player` package to display videos in landscape without automatically playing them

Topics

Resources

Stars

Watchers

Forks