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