appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
193 stars 224 forks source link

[Feature] add parameter isAlwaysLandscapeOnFullscreen on CustomVideoPlayerController and isMutedButton Show #44

Open bayysp opened 1 year ago

bayysp commented 1 year ago

Currently, the library will always show the fullscreen mode in portrait mode when the video resolution is Square, so I put an optional parameter on CustomVideoPlayerController which make the video player will always on Landscape fullscreen mode if the value is set to true

and I put showMutedButton to show muted button, and the user can customize the button's appearance, so with this changes, user can muted and unmuted the video sounds