forked from jslattery26packages/flutter_cached_video_player
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
36 lines (32 loc) · 908 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
36
name: video_cached_player
description: A new flutter plugin that is virtually a clone of official video_player plugin except that it supports caching( Android and iOS)
version: 2.4.9+1
homepage: https://github.com/JungJongSeok/flutter_cached_video_player
environment:
sdk: ">=2.14.0 <3.0.0"
flutter: ">=2.10.0"
flutter:
plugin:
platforms:
android:
package: com.loco.cached_video_player
pluginClass: CachedVideoPlayerPlugin
ios:
pluginClass: CachedVideoPlayerPlugin
web:
default_package: video_player_web
dependencies:
meta: ^1.8.0
flutter:
sdk: flutter
html: ^0.15.0
video_player: ^2.4.9
video_player_android: ^2.3.9
video_player_avfoundation: ^2.2.17
video_player_platform_interface: ^5.1.4
plugin_platform_interface: ^2.1.3
video_player_web: ^2.0.0
dev_dependencies:
lints: ^2.0.1
pedantic: ^1.11.1
pigeon: ^3.1.0