Is there any audio/sound package in Flutter that is affected by silent mode? Both Android and iOS

Viewed 238

I tried with audioplayers and soundpool, but both packages are affected only by the volume level and not by the silent mode.

I'm trying to play some sounds when I press specific buttons in my app (currently using audioplayers) and mute this sounds when the silent mode is enabled.

0 Answers
Related