Harpreet singh

Results 13 comments of Harpreet singh

class VideoPlayerControllerNotifier extends ChangeNotifier { PodPlayerController? _controller; PodPlayerController? get controller => _controller; String? videoValue; setVideoValue(value) { videoValue = value; notifyListeners(); } init(videourl) { if (_controller == null || videourl !=...

@newtaDev please solve this issue, video pause is working after clicking pause button 2 3 times .

@adoniasdantas hi, there were other errors while implementing pod player , so i used simple video player and chewie with mini player. for playling youtube videos you can use youtube...

@adoniasdantas yes , i can share you mine code. message me in personal.

i am also getting the same issue. same video works sometime and sometime it is showing this error.

looking for solution otherwise i have to use another package.

> The problem with YouTube links it self nope, if it is in links why it works sometime for same video link?

> I solved the issue by upgrading the packages. the dependencies YouTube explode and http were old, so I upgraded them and now the video players works like a charm....

i also want to use same video controller to play video in mini player but got the error that "PodGetXVideoController" not found. You need to call "Get.put(PodGetXVideoController())" or "Get.lazyPut(()=>PodGetXVideoController())" .