video_cacher 0.3.0
video_cacher: ^0.3.0 copied to clipboard
Offline video cache for Flutter - mp4/HLS(m3u8) download with resume, AES-128, pure-Dart remux to mp4, album export. 离线视频缓存:断点续传、纯 Dart 转封装、相册保存。
import 'package:flutter/material.dart';
import 'app.dart';
void main() {
runApp(const MyApp());
}