An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Flutter Video Cache

A powerful media cache plugin.

## ☕ Support me

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/T6T4JKVRP) [![wechat](https://img.shields.io/static/v1?label=WeChat&message=WeChat Pay&color=brightgreen&style=for-the-badge&logo=WeChat)](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)