Flutter-AssetsAudioPlayer
Flutter-AssetsAudioPlayer copied to clipboard
Lock Screen Play Controls disabled.
No any play controls (play, pause, next, previous) icons are working in the lock screen. They are in disabled state. Is there any configurations to fix those? I couldn't make that work :(
It is working well for me Android and also IOS as well. Can you give more information ?
Which OS / Version Which device What is android SDK version
@kalismeras61
Flutter 2.0.5 • channel stable • https://github.com/flutter/flutter.git
Framework • revision adc687823a (7 weeks ago) • 2021-04-16 09:40:20 -0700
Engine • revision b09f014e96
Tools • Dart 2.12.3
macOS Big Sur (11.3.1)
iPhone 10/Samsung Note 10
SDK Version
minSdkVersion 24
targetSdkVersion 29
i have the same issue. please help :)
same here :) (device is Xiaomi red mi 5+)
same here :)
I sloved it with Just_Audio and Just_Audio_Background package. Is better than Assets Audio Player
It is working well for me Android and also IOS as well. Can you give more information ?
Which OS / Version Which device What is android SDK version
Specifically the problem is with Android SDK 29 and 30. The latest versions of Android have the problem
I sloved it with Just_Audio and Just_Audio_Background package. Is better than Assets Audio Player
Can you provide an example to how implements?