appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
187 stars 214 forks source link

Option for isFullscreenByDefault #45

Closed Alii-isk closed 1 year ago

Alii-isk commented 1 year ago

Hello, could someone add the ability to auto fullscreen by default as and option for CustomVideoPlayerSettings

tobiasbentin commented 1 year ago

Hello @Alii-isk, this package already contains this feature. In the CustomVideoPlayerSettings you can set the enterFullscreenOnStart to true. This will bring your video to fullscreen whenever you play the video.