flutter_plugin_playlist
flutter_plugin_playlist copied to clipboard
Error conflicts with video_player and cash app

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.
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.