3

My app counts by pressing volume buttons. When I press a button, along with counting, system volume bar appears. I want to disable/hide system volume bar in my flutter counter app. I'm using hardware_buttons 1.0.0 to listen to volume buttons.

Mohd Abdul Mujib
  • 13,071
  • 8
  • 64
  • 88

1 Answers1

0

I think it's not possible because the volume button press events handled by OS itself. And as an app, it can only listen to those events.

I'm not sure that there might be some trick or hack to do this, please enlighten me if there is.

towhid
  • 2,778
  • 5
  • 18
  • 28