newtaDev / pod_player

Video player for flutter web & mobile devices, Play video from youtube or vimeo or network in flutter using pod player
https://pub.dev/packages/pod_player
MIT License
104 stars 192 forks source link

video not play #224

Open nikunjshaligram opened 1 month ago

nikunjshaligram commented 1 month ago

_controller = PodPlayerController( playVideoFrom: PlayVideoFrom.vimeo(widget.video.url), podPlayerConfig: const PodPlayerConfig(autoPlay: true), )..initialise();

===== VIMEO API ERROR: NoSuchMethodError: The method '[]' was called on null. I/flutter (19326): Receiver: null I/flutter (19326): Tried calling: ==========

MostafaSolimanMO commented 1 week ago

Did you fix this one? @nikunjshaligram