A powerful media cache plugin.
Chat: Join WeChat group
Add video_cache to your pubspec.yaml file:
dependencies:
video_cache: latest_versionImport video_cache in files that it will be used:
import 'package:video_cache/video_cache.dart';String url = 'https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4';
url = await VideoCache().convertToCacheProxyUrl(url);- GitHub: https://github.com/LinXunFeng
- Email: linxunfeng@yeah.net
- Blogs:
