A Flutter package to play multiple audio files simultaneously (Android/iOS/web/Linux/Windows/macOS)
2.01k
stars
845
forks
source link
Audio does not stop when app goes into the background in android os 13 #1805
Open
HAFIZkhan-source opened 5 months ago
Checklist
Current bug behaviour
The Audio keeps playing while app is in the backgroundThe audio
Expected behaviour
It should stop playing
Steps to reproduce
flutter run
on the code sampleCode sample
Code sample
```dart void main() { } ```Affected platforms
Android
Platform details
Android 13, Samsung M32 (Real Device)
AudioPlayers Version
6.0.0
Build mode
debug
Audio Files/URLs/Sources
No response
Screenshots
No response
Logs
Full Logs
``` my full logs or a link to a gist ``` Flutter doctor: ``` Output of: flutter doctor -v ```Related issues / more information
No response
Working on PR
no way