Skip to content

LinXunFeng/flutter_video_cache

Repository files navigation

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