jhomlala / betterplayer

Better video player for Flutter, with multiple configuration options. Solving typical use cases!
Apache License 2.0
919 stars 981 forks source link

Expose the complete `VideoPlayer` lib and not just some parts of it #1117

Open ronw98 opened 1 year ago

ronw98 commented 1 year ago

I'm trying to create my own custom controls but as VideoPlayerController is not exported by the BetterPlayer library I can't.

It would be great to export the complete VideoPlayer lib and not just the VideoPlayerValue as it's currently the case.