audio_manager icon indicating copy to clipboard operation
audio_manager copied to clipboard

A flutter plugin for music playback, including notification handling.

Results 25 audio_manager issues
Sort by recently updated
recently updated
newest added

Hello. Thanks for wonderful plugin. Recently I am facing fatal crash when tring to play audio with following logs. `java.lang.RuntimeException: Unable to create service cc.dync.audio_manager.MediaPlayerService: java.lang.IllegalArgumentException: com.abc.opu: Targeting S+ (version...

While trying to build for Android (S+) I am getting this: Execution failed for task ':app:checkDebugDuplicateClasses'. > A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable > Duplicate class com.google.android.exoplayer2.ui.package-info found in modules...

Hi... I'd got the error below which lead to crash the application E/AndroidRuntime( 2016): java.lang.RuntimeException: Unable to create service cc.dync.audio_manager.MediaPlayerService: java.lang.IllegalArgumentException: com.ali.kamil_kashash: Targeting S+ (version 31 and above) requires that...

Hi, Your example code is not null safe bro on pub.dev. Pls fix that so that we can have a better idea of how to implement it. Thanks in Advance

Thanks for this package which makes the audio play much simpler! I'm using this package on iOS, trying to play audio files extracted from youtube (by the [youtube explode package](https://pub.dev/packages/youtube_explode_dart)),...

Hi, I have in my project Firebase messaging and I listen to remote notification When I use: `FirebaseMessaging.onBackgroundMessage(onBackgroundMessage);` I cannot listen to Audio event.

Please see this image: [https://raw.githubusercontent.com/jeromexiong/audio_manager/master/screenshots/iOS.png.](url). I want to show the title in 2 line. How to do it ?

Thanks for this wonderful plugin. Recently I integrate your plugin and its work fine. But when I tried to publish the app on app store my app got rejected with...

Hi, I noticed that the player won't work if you setup at least one AudioInfo with a unreachable coverUrl. Example: - url mistype - no internet - image not available...