Newton Michael | Newta

Results 45 comments of Newton Michael | Newta

await on changeVideo function and then call videoSeekTo function

The quality of YouTube videos are provided by `youtube_explode_dart `https://pub.dev/packages/youtube_explode_dart package that we are using to extract videos Its not controlled by us

This will be a great feature but, I'm not sure how to implement this feature.... 😕 Please share if you have any resource or references, or please try to contribute...

> I'm thinking of a way to implement this > > Would it be possible to extract the dash manifest of a youtube video and let the video_player handle the...

try setting a fixed Aspect ratio ```dart PodVideoPlayer( controller: controller, frameAspectRatio: 16/9, matchFrameAspectRatioToVideo: true, ) ```

Thanks for filling the issue 🤗 on ios which device are you testing simulator/physical..? Can you please provide reproducible code for this issue

Yeah you can you can save the last watched `Duration` locally and next time when you come back then you can pass the `Duration` to this function after initializing the...

Sometimes, I have also encountered with similar issues... Has some glitches in it , Wil try to fix ASAP

Thank you for opening issue Will try to fix ASAP

Added a temporary fix will publish it ASAP, But this is an known issue in ios browser Ref: https://stackoverflow.com/questions/70667276/how-to-make-a-web-based-flutter-application-fullscreen-on-ios