streaming_video_cache 1.20260615.1070036 copy "streaming_video_cache: ^1.20260615.1070036" to clipboard
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_cache

With Flutter:

 $ flutter pub add streaming_video_cache

This 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.1070036

Alternatively, 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';
0
likes
160
points
114
downloads

Documentation

API reference

Publisher

verified publisherchangyy.app

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#video #cache #streaming #proxy

License

MIT (license)

More

Packages that depend on streaming_video_cache