video_cache_server 0.0.5
video_cache_server: ^0.0.5 copied to clipboard
A Flutter plugin that provides video caching functionality by running a local HTTP server to proxy and cache video content.
0.0.5 #
- Upgrade dependencies:
webto^1.1.1andhttpto^1.6.0. - Fix compatibility issues with updated
httppackage (migrate internalIOClientandIOStreamedResponseimplementation).
0.0.4 #
- Add
maxCacheSizeparameter to set the maximum cache size. - Implement LRU (Least Recently Used) cache eviction strategy.
0.0.3 #
- Initial release with basic video caching functionality
- Support for Android, iOS, macOS, Windows, Linux, and Web platforms
- Handling of m3u8 (HLS) video streams
- Range request support for efficient streaming
0.0.1 #
- Initial release with basic video caching functionality
- Support for Android, iOS, macOS, Windows, Linux, and Web platforms
- Handling of m3u8 (HLS) video streams
- Range request support for efficient streaming