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 whole video_player lib and other useful stuff #1118

Open ronw98 opened 1 year ago

ronw98 commented 1 year ago

Exposing the video player lib is to allow a better handle on the player. When one wants to create custom controls the way the timer is reset depends on the video controller state.

Some widgets can be exposed to avoid recoding them all when using custom controls (such as the material bar).

Any other widget suggestion is welcome

Closes !1117

user-23xyz commented 1 year ago

what can you do with these ? im using some custom controls will this allow for more efficience and how?