本帖最后由 li0shang 于 2024-7-24 15:16 编辑
蓝奏直链库【开源地址】https://gitee.com/li0shang/dart_lanzoujx
库使用Dio 和 正则实现
添加库
方式1️⃣
在pubspec.yaml文件添加
lanzou_dart:lanzou_dart:
git: https://gitee.com/li0shang/dart_lanzoujx
方式2️⃣
命令行添加
```flutter pub add 'lanzou_dart:{"git":"https://gitee.com/li0shang/dart_lanzoujx"}'
命令行更新库
[Shell] 纯文本查看 复制代码 flutter pub upgrade lanzou_dart
使用示例
import 'package:lanzou_dart/lanzou_dart.dart';
void main() async {
//再用到的地方直接调用就ok
Lanzoujx lhelp = Lanzoujx();
// String zl = await lhelp.getZL("https://l0s.lanzoum.com/xxxxx"); // 默认 无密码
String zl = await lhelp.getZL("https://wwp.lanzoup.com/xxxxx?password=xxx");
print(zl);
}
打印
https://xxxxxxxxxxxxx直链
|