flutter-moum / flutter_hardware_buttons

Flutter plugin for detecting all hardware buttons
MIT License
37 stars 47 forks source link

Mute & Bixby button #31

Closed nexussmart closed 4 years ago

nexussmart commented 4 years ago

Hi,

Do you integrate the detection of mute and bixby buttons?

Thanks

eojine commented 4 years ago

@nexussmart

Hi.

We are considering the additional button detection you said. I'll test it first, and if it's feasible, I'll answer it again.

thanks

nexussmart commented 4 years ago

Hi,

Thank you for your answer.

A link that could help you : https://github.com/akramhussein/Mute ?

eojine commented 4 years ago

@nexussmart Hi.

I'm sorry but we can't add Bixby buttons and mute buttons. Because Bixby button and Mute button do not provide API. In addition, the posting indicates whether it is a mute or not using a short-sounding trigger every second. This is different from the direction we intend to develop.

So we decided not to add button detection.

Thank you.