flutter_video_caching 0.1.7
flutter_video_caching: ^0.1.7 copied to clipboard
Video caching, can use with video_player package. It supports formats like m3u8 and mp4, play and cache videos simultaneously, precache the video before playing.
0.1.7 #
- fixed: parse and download mp4 failed on iOS
0.1.6 #
- fixed: video pre-caching concurrent error handling
- fixed: url with query string not work
0.1.5 #
- fixed: isolate log print failed
- fixed: m3u8 encrypted key saved in error directory
- fixed: preview video with error type
- fixed: url with query string not work
0.1.4 #
- fixed: m3u8 parse EXT-X-KEY failed
0.1.3 #
- feat: LruCacheSingleton export more function
0.1.2 #
- feat: add support for max cache size of memory and storage
0.1.1 #
- update README.md and improve scores.
0.1.0 #
- Play and cache video when playing, support m3u8 and mp4 formats.