appinioGmbH / flutter_packages

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

Hide controlBar automatically after few seconds #11

Closed sperochon closed 2 years ago

sperochon commented 2 years ago

Hello, thanks for your package!

Could you please add the feature to hide the controlBar automatically after few seconds? In my case, I start automatically the video playing (with videoPlayerController.play()) and so would like to hide this controlBar.

Thanks!

tobiasbentin commented 2 years ago

Yes it will be included with the update coming next week. There you ca set the autoFadeOutControls and durationAfterControlsFadeOut parameters.

sperochon commented 2 years ago

@tobiasbentin Thanks for your work. Unfortunately, I have used another package since my original post. I hope your work will serve others. 👍