bluefireteam / audioplayers

A Flutter package to play multiple audio files simultaneously (Android/iOS/web/Linux/Windows/macOS)
https://pub.dartlang.org/packages/audioplayers
MIT License
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

HAFIZkhan-source commented 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

  1. Execute flutter run on the code sample
  2. ...
  3. ...

Code 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

my relevant 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