forked from Alberto-Monteiro/video_thumbnail
-
Notifications
You must be signed in to change notification settings - Fork 8
/
pubspec.yaml
35 lines (31 loc) · 813 Bytes
/
pubspec.yaml
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
name: get_thumbnail_video
description: A flutter plugin for creating a thumbnail from a local video file or from a video URL.
version: 0.6.1
repository: https://github.com/Alberto-Monteiro/video_thumbnail
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=2.0.0"
dependencies:
flutter:
sdk: flutter
cross_file: ^0.3.3+4
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.1.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
lints: ^3.0.0
flutter:
plugin:
implements: video_thumbnail
platforms:
android:
package: xyz.justsoft.video_thumbnail
pluginClass: VideoThumbnailPlugin
ios:
pluginClass: VideoThumbnailPlugin
web:
pluginClass: VideoThumbnailWeb
fileName: video_thumbnail_web.dart