Open nikunjshaligram opened 3 months 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: ==========
Did you fix this one? @nikunjshaligram
_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: ==========