I have an app like Instagram, I play videos with video_player. If the user plays a video and watches that, scrolls to the next video, and then goes back to the previous video, the player downloads the file again to play that. How to cache videos to users dont need to download videos again like Instagram?
I tried with cached_video_player and better_player and tested on an ios simulator. cache ability does not work on that. Also, I wanted to try to download videos with Dio but in this way user must wait to video full downloading and then can see videos, but I don't want that. So can you give me some advice?