flutter_video_caching 0.2.0
flutter_video_caching: ^0.2.0 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.2.0 #
- feat: persistent video content-length
- feat: add progress track for precache video
0.1.10 #
- fixed: compatible with multiple types of players (media_kit, flick_player, pod_player)
- fixed: handle socket exception
0.1.9 #
- fixed: milti-resolution m3u8 parse error
0.1.8 #
- fixed: toLocalUrl may parse error in some cases
- fixed: write error: PathNotFoundException: Cannot open file (#3)
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.