video_cache_server 0.0.3 copy "video_cache_server: ^0.0.3" to clipboard
video_cache_server: ^0.0.3 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add video_cache_server

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  video_cache_server: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:video_cache_server/video_cache_server.dart';
1
likes
130
points
40
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