You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Android devices are experiencing issues with the play and pause buttons in the notification tray. When users click on the stop button, the audio stops, but the play button does not appear.
#1067
Open
srinivas1100 opened this issue
Apr 27, 2024
· 7 comments
Yes! audio_service is designed to let you implement the audio logic however you want, using whatever plugins you want.
Actual behaviour
Some Android devices are experiencing issues with the background play and pause buttons.
Runtime error
It's not showing any errors in the console.
Minimal reproduction project
Official example: main.dart
Reproduction steps
This is a device-specific issue.
Run the example project on any of the tagged devices below.
In the background, the player is playing audio. Once the pause button is clicked, the audio pauses, but the background player does not update the pause button. When the button is clicked again, the same function is called again.
Output of flutter doctor
[✓] Flutter (Channel stable, 3.19.5, on macOS 14.3 23D56 darwin-arm64, locale en-IN)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 15.3)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.1)
[✓] VS Code (version 1.88.1)
[✓] Connected device (4 available)
[✓] Network resources
• No issues found!```
### Devices exhibiting the bug
1. Realme device OS 12
2. MI device OS 12
3. Oneplus OS 12
The text was updated successfully, but these errors were encountered:
Documented behaviour
Yes! audio_service is designed to let you implement the audio logic however you want, using whatever plugins you want.
Actual behaviour
Some Android devices are experiencing issues with the background play and pause buttons.
Runtime error
Minimal reproduction project
Official example: main.dart
Reproduction steps
Output of flutter doctor
The text was updated successfully, but these errors were encountered: