jhomlala / betterplayer

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

single controller to get status of video #1164

Open ParhaMDeF opened 1 year ago

ParhaMDeF commented 1 year ago

is there any single controller to get the status of playing video in ### BetterPlayerListVideoPlayer? I require to show the video thumbnail until it gets initialized so I need to know the status of the playing video. thanks