pod_player
pod_player copied to clipboard
Exception: videoQuality cannot be empty
when use youtube
Have you found any solution??
I used a combination of youtube_explode_dart and chewie to solve this problem. You can use this app to check the effect. WeTube Android App
dependency_overrides:
youtube_explode_dart: 2.3.0
Adding this in pubspec.yaml works.
I used a combination of youtube_explode_dart and chewie to solve this problem. You can use this app to check the effect. WeTube Android App Can you share a sample code using this method?