Flutter hardware volume key detection?

Viewed 235

All the digging so far pointed to https://github.com/flutter-moum/flutter_hardware_buttons but that is now mentioned as deprecated (see below). I tried it anyway as per their example and it didn't work on my androdid phone either.

I am writing an app and wanted to consume the physical up down volume keys to trigger sending volume controls to an audio system I use. Is this a "new feature" request perhaps for Flutter?

enter image description here

1 Answers
Related