flutter_audio_service_demo icon indicating copy to clipboard operation
flutter_audio_service_demo copied to clipboard

Companion project for Flutter audio_service tutorial

Results 10 flutter_audio_service_demo issues
Sort by recently updated
recently updated
newest added

Thanks a lot for the example. I'm not sure if this is a recent thing to not, but I have a problem running the example as is, on a physical...

if anyone knows the solution then please let me know. I didn't change any code. Thank you.

Super helpful article, Suragch. Should we cancel all those stream subscriptions in the dispose method of the PageManager?

When suffle mode enabled and play the specific song with skipToQueueItem, correct song is playing but wrong currentSongTitle is setting. For example, at the screenshot, Song 3 is playing but...

I can not click items in listview

Hello, I found out that just_audio shuffle method only made a random indexes of current playlist for once only. Meanwhile, in VLC app, it doesn't work that way. If we...

Hello, Thanks for the great tutorial, It works very well and I have learned a lot of things from your code. I have noticed an issue that when we switch...

Pull and run starter gives error on android: ``` E/AndroidRuntime(29868): FATAL EXCEPTION: main E/AndroidRuntime(29868): Process: dev.suragch.flutter_audio_service_demo, PID: 29868 E/AndroidRuntime(29868): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{dev.suragch.flutter_audio_service_demo/com.ryanheise.audioservice.AudioServiceActivity}: java.lang.ClassNotFoundException: Didn't find class "com.ryanheise.audioservice.AudioServiceActivity"...

Hi, I've implemented my AudioHandler similar to the code in example `final/lib/services/audio_handler.dart`. It was working until I decided to upgrade flutter and the audio_service package. My package settings are: `Flutter...