Flutter Video Cache
A powerful media cache plugin.
☕ Support me
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
- GitHub: https://github.com/LinXunFeng
- Email: linxunfeng@yeah.net
- Blogs: