flutter_plugin_playlist icon indicating copy to clipboard operation
flutter_plugin_playlist copied to clipboard

Error conflicts with video_player and cash app

Open finn9617 opened this issue 5 years ago • 2 comments

image image

finn9617 avatar Apr 03 '20 15:04 finn9617

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 better look to be certain and fix the problem.

gafsel avatar Apr 06 '20 19:04 gafsel

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 let me know.

gafsel avatar Apr 06 '20 19:04 gafsel