From e990a0806b11aa70697e2c3d3f3c09174f6bfb1a Mon Sep 17 00:00:00 2001 From: liyi Date: Tue, 21 Jan 2025 14:09:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=A2=9E=E5=8A=A0=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E4=B8=AD=E7=9A=84=E8=A7=86=E9=A2=91=E7=BC=A9?= =?UTF-8?q?=E7=95=A5=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pubspec.lock | 8 ++++++++ pubspec.yaml | 1 + 2 files changed, 9 insertions(+) diff --git a/pubspec.lock b/pubspec.lock index c1ebb21f..da22a6a3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1785,6 +1785,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.3.2" + video_thumbnail: + dependency: "direct main" + description: + name: video_thumbnail + sha256: "3455c189d3f0bb4e3fc2236475aa84fe598b9b2d0e08f43b9761f5bc44210016" + url: "https://pub.dev" + source: hosted + version: "0.5.3" visibility_detector: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 25d16da7..66b1588e 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -269,6 +269,7 @@ dependencies: # 图片预览 photo_view: ^0.15.0 dio: ^4.0.6 # 网络请求库 + video_thumbnail: ^0.5.3