pod_player
pod_player copied to clipboard
Error while playing video
When I use the video path saved on my server it doesn't work(Video access path does not have auth). devmode run
I got the same issue. The solution was to override the youtube_explode_dart package by editing the pubspec.yaml file
dependency_overrides:
youtube_explode_dart: ^2.3.1
Did work for me. Thanks @jessicatarra