streaming_video_cache 1.20260615.1070036
streaming_video_cache: ^1.20260615.1070036 copied to clipboard
Local caching proxy for streaming video: caches only the byte ranges actually played (not whole files), with an LRU size cap. Works with any HTTP player.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add streaming_video_cacheWith Flutter:
$ flutter pub add streaming_video_cacheThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
streaming_video_cache: ^1.20260615.1070036Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:streaming_video_cache/streaming_video_cache.dart';