Issue
I am building an app that would act as a remote for presentations. I would like to use the volume buttons to trigger some sort of event. Can I capture hardware button clicks in flutter?
Solution
New plugin called Hardware Buttons was released, which supports detecting volume button events.
You may have a go with that!
Thanks
Answered By - Hansol
Answer Checked By - Cary Denson (JavaFixing Admin)