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

How to implement custom buttons / override existing buttons #1182

Open FahriBilici opened 1 year ago

FahriBilici commented 1 year ago

how can I add it? I want to add exit button next to fullscreen but i couldn't. is there any example for this? also i want to add tap actions for skip and rewind. is this plugin support it?

sruti-sunyam commented 1 year ago

i dont't think if u just can add it or not but with customcontrolbuilder you can add what ever controls you need, but the the other controls will not work so you you have to work on other controls also.