Gabriel Silva
Gabriel Silva
Hey there @Mitsik I'll have to test it out here. If you can provide the code where you call the plug-in as an example it could help me. I'll be...
Hellow @paulovargatt The m3u8 format seems to be a problem for the plugin. Even on the original cordova plugin I've had problems with this format. I'll check for some solution...
Hi there @nguyenlaai9 , It looks like a dependency conflict as the flutter_plugin_playlist uses the exoplayer 2.6.1 and the video_player uses the exoplayer 2.6.9. But I'll have to take a...
If you have the time, add these dependencies to you build.gradle in the app folder: ``` implementation "com.google.android.exoplayer:exoplayer-core:2.6.1" implementation "com.google.android.exoplayer:exoplayer-dash:2.6.1" implementation "com.google.android.exoplayer:exoplayer-hls:2.6.1" implementation "com.google.android.exoplayer:exoplayer-smoothstreaming:2.6.1" implementation "com.google.android.exoplayer:extension-okhttp:2.6.1" ``` If anything changes...
Hey @lain-ke! Any help is welcome! I've really busy these last months. If you can help with any of the issues it will be great. I am trying to use...
Hi guys, Seems to be some kind of bug. I'll take a look into it.
Hi there @maxsalo17 What do you mean by unavailable? It makes sense that the plug-in should have some kind of customizable error handler for inexistent files and URLs. But I...
Hello @bubbleis I don't think it is possible but I'll look into it and give you a feedback.
@bubbleis I know there is a buffer but I don't believe there is a cache for the songs. If you really need this kind of behavior you could download the...
Hi @dvasea1 , I think the plugin don't clear the notification yet, but it totally makes sense to do so.