video_cache_server 0.0.5 copy "video_cache_server: ^0.0.5" to clipboard
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: web to ^1.1.1 and http to ^1.6.0.
  • Fix compatibility issues with updated http package (migrate internal IOClient and IOStreamedResponse implementation).

0.0.4 #

  • Add maxCacheSize parameter 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
1
likes
150
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that provides video caching functionality by running a local HTTP server to proxy and cache video content.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_web_plugins, http, plugin_platform_interface, web

More

Packages that depend on video_cache_server

Packages that implement video_cache_server