bcc-code / bccm-player

[BCC Media] Flutter package for video-heavy apps
https://bcc-code.github.io/bccm-player/
Other
17 stars 11 forks source link

Feature request: Mute and Current Volume #37

Closed sudhanshugairola closed 9 months ago

sudhanshugairola commented 1 year ago

I notice setVolume(1.0) and controller.value.currentvolume is missing.

andreasgangso commented 1 year ago

setVolume is now implemented in v1.1.2 To learn how to implement similar features, e.g. mute(), I made a guide on how to contribute, step-by-step: https://bcc-code.github.io/bccm-player/contributing/example/

andreasgangso commented 1 year ago

@sudhanshugairola This issue shouldnt be closed because it's also tracking mute() and currentVolume