appinioGmbH / flutter_packages

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

[Feature] : Ability to change video controller without the settings dialog. #183

Closed ChristianConstantNel closed 9 months ago

ChristianConstantNel commented 12 months ago

Plugin name appinio_video_player

Is your feature request related to a problem? Please describe. Not a massive problem, but we'd like the videocontroller to automatically switch to the highest quality.

Describe the solution you'd like The current method: _switchVideoSource is set to private, so we cannot call it from outside the package.

Describe alternatives you've considered Not Applicable