FlutterRadioPlayer icon indicating copy to clipboard operation
FlutterRadioPlayer copied to clipboard

Flutter Radio Player, A Plugin to handle streaming audio without a hassle

Results 45 FlutterRadioPlayer issues
Sort by recently updated
recently updated
newest added

Hello, Now in PlayStore it is mandatory to upload an app with SDK 30. This library gives an error when compiling in that version. Error log: e: C:\Users\leand\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_radio_player-1.0.7\android\src\main\kotlin\me\sithiramunasinghe\flutter\flutter_radio_player\core\StreamingCore.kt: (121, 90):...

In Android 31 i'm getting an error, that the PendingIntent needs a flag. I tried to fix it by adding "PendingIntent.FLAG_IMMUTABLE", but i had no luck. Is there a solution...

Hi there, I'm not a developer, but just a simple radio owner. I have this developer who's been trying to solve this problem for the last month or so and...

Removing headphones while a stream is playing stops the audio. Minimizing the app and re-opinging it after 3 sec starts the audio again.

.pub-cache\hosted\pub.dartlang.org\flutter_radio_player-1.1.0\android\src\main\kotlin\me\sithiramunasinghe\flutter\flutter_radio_player\core\StreamingCore.kt: (188, 46): Type mismatch: inferred type is AudioFocusRequest? but AudioFocusRequest was expected

Example stream url to play: http://example.com/stream Redirects as an loadbalancer to - http://sub1.example.com/stream - http://sub2.example.com/stream Actually FlutterRadioPlayer cant handle the above play link. Only working when using the direct endpoint

I got this error when try init player. Unable to start service me.sithiramunasinghe.flutter.flutter_radio_player.core.StreamingCore@ced94ff with Intent { cmp=co.genpi.genpi/me.sithiramunasinghe.flutter.flutter_radio_player.core.StreamingCore (has extras) }: java.lang.IllegalStateException: Unsupported type: 4 I try with this stream radio...

how can I check and update the state of the player from other pages???

I want to report how my application crash after using this package. The app crashes after i close and reopen again, but this only happened a few times. This is...

Hi. First of all thanks for this amazing work. Can you please add ability to update notification title, subtitle and image dynamically? Thanks