Relative Content

Tag Archive for flutterflutter-dependenciesflutter-video-player

Flutter Videoplayer not working/initialising

I want to play an video with delay but the videoplayer is not working/initialising. the delay is working but i nether get the init print or the error print of the video player. The current video is shown, so the camera is working and the path to the video is also existing. Is there maybe a problem when the video recording is going on and i want to show the video and how could i solve it, if this is the problem

Create a Reels-like swipable video feed in Flutter

Given an array of 20 videos. need to preload the next Videos for the first 10 seconds of every video and present them in reels format flutter. Please advise how to do it with example way.. seamless video without loading….