flutter_vlc_player
flutter_vlc_player copied to clipboard
Pre cache videos
It will be nice to add preCaching function without having a controller for every cached video as in some cases we need to precache few seconds from a lot of videos ( that can be streamed later).
In android native there's CacheUtil
inside exoplayer
like an example. It will be great if we have the some feature on flutter too