Is there any way to add many yt videos on carousel and slide them horizontally (lazy loading) in Flutter? - flutter

This is actually a request! I googled that video carousel slider repo or sample for flutter (mobile). But i couldn't find any example.
These are unanswered questions about it:
Carousal slider with video player getting memory leak error in flutter
Video Carousel slider for flutter
I need to show in active index of slider, animated yt video (gif thumbnails) instead a thumbnail image on carousel slider in Flutter mobile app. When i touched on video/gif, it'll replace page and play the video in new page. Unluckily, there's no video carousel slider for Flutter in Google.
Hope someone help me!

Related

embed a tiktok video onto an app page with flutter?

Video player, webview, custom widgets on pubdev, all seem to be failing me on what should be a simple problem... how do i display a tiktok video on a page using flutter widgets? Embarassed to admit how long I have tried to code this.
I have tried the html-editor widget too.
Coding/interface is via flutterflow.

Youtube Iframe Player messing up BottomNavBar positoning

When I have the Youtube IFrame player be used on a page, once i navigate back to my previous page the bottom navbar (using speeddial package) is lowered. I don't know what might be causing this but i know its the Youtube player because i tested it by removing the YT player and the bottomNavBar was fine.
Without Youtube Iframe Player Scaffold
With Youtube iFrame Player Scaffold
Let me know what code you would like to see as its too large to place the three pages on this post atm.

How to show video on carousel using flutter?

I am new to flutter. I am trying to show video in a carousel. I am able to show images but when it comes to video I'm stuck. I have searched everywhere but couldn't find any example.
If you know how to implement a photo carousel, it should be easy to make a video carousel. Just implement a video player using chewie package and just place the video widget instead of the image widget.
https://pub.dev/packages/chewie
As you have provided no code in your question. So, I do not know why you are stuck in video. Also, you can check the below question/ans:
Video Carousel slider for flutter

How to Integrate krpano to show panoramic images in flutter App

I want to show panoramic images in flutter app.I found krpano is solution for that but i don't know how to integrate krpano in flutter app.Can you please help me out.
(i want to view this type of image- http://www.bigpixel.cn/t/5834170785f26b37002af470)

Edit Youtube Player Flutter - Custom - Flutter

I use youtube_player_flutte, YouTube API for mobile app.
How can I remove the red circles on the main screen player of my app (as you can see in the photo below ) or is there another way I can do this?