https://github.com/linxunfeng/flutter_video_cache
A powerful media cache plugin.
https://github.com/linxunfeng/flutter_video_cache
Last synced: 10 months ago
JSON representation
A powerful media cache plugin.
- Host: GitHub
- URL: https://github.com/linxunfeng/flutter_video_cache
- Owner: LinXunFeng
- License: mit
- Created: 2024-04-20T08:25:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T14:53:23.000Z (about 2 years ago)
- Last Synced: 2025-06-04T02:21:35.968Z (about 1 year ago)
- Language: Dart
- Homepage: https://pub.dev/packages/video_cache
- Size: 56.6 KB
- Stars: 16
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Video Cache
A powerful media cache plugin.
## ☕ Support me
[](https://ko-fi.com/T6T4JKVRP) [](https://cdn.jsdelivr.net/gh/FullStackAction/PicBed@resource20220417121922/image/202303181116760.jpeg)
Chat: [Join WeChat group](https://mp.weixin.qq.com/s/JBbMstn0qW6M71hh-BRKzw)
## 📦 Installing
Add `video_cache` to your pubspec.yaml file:
```yaml
dependencies:
video_cache: latest_version
```
Import `video_cache` in files that it will be used:
```dart
import 'package:video_cache/video_cache.dart';
```
## 📚 Usage
```dart
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](https://github.com/LinXunFeng)
- Email: [linxunfeng@yeah.net](mailto:linxunfeng@yeah.net)
- Blogs:
- 全栈行动: [https://fullstackaction.com](https://fullstackaction.com)
- 掘金: [https://juejin.cn/user/1820446984512392](https://juejin.cn/user/1820446984512392)
