video_cache 0.0.1 copy "video_cache: ^0.0.1" to clipboard
video_cache: ^0.0.1 copied to clipboard

A powerful media cache plugin.

Flutter Video Cache #

A powerful media cache plugin.

☕ Support me #

ko-fi wechat

Chat: Join WeChat group

📦 Installing #

Add video_cache to your pubspec.yaml file:

dependencies:
  video_cache: latest_version

Import video_cache in files that it will be used:

import 'package:video_cache/video_cache.dart';

📚 Usage #

String url = 'https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4';
url = await VideoCache().convertToCacheProxyUrl(url);

🖨 About Me #