forked from Alberto-Monteiro/video_thumbnail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
36 lines (32 loc) · 829 Bytes
/
pubspec.yaml
File metadata and controls
36 lines (32 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: get_thumbnail_video
description: "A flutter plugin for creating a thumbnail from a local video file or from a video URL."
version: 0.7.3
homepage:
repository: https://github.com/Alberto-Monteiro/video_thumbnail
environment:
sdk: ^3.4.0
flutter: ^3.22.0
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
web: ^1.1.0
plugin_platform_interface: ^2.1.8
cross_file: ^0.3.4+2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ">=4.0.0 <6.0.0"
flutter:
plugin:
implements: get_thumbnail_video
platforms:
android:
package: com.rocksti.get_thumbnail_video
pluginClass: VideoThumbnailPlugin
ios:
pluginClass: VideoThumbnailPlugin
web:
pluginClass: VideoThumbnailWeb
fileName: video_thumbnail_web.dart