forked from flutter-team-archive/plugins
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpubspec.yaml
More file actions
30 lines (26 loc) · 676 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
30 lines (26 loc) · 676 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
name: video_player_web
description: Web platform implementation of video_player
author: Flutter Team <flutter-dev@googlegroups.com>
homepage: https://github.com/flutter/plugins/tree/master/packages/video_player/video_player_web
version: 0.1.0
flutter:
plugin:
platforms:
web:
pluginClass: VideoPlayerPlugin
fileName: video_player_web.dart
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
meta: ^1.1.7
video_player_platform_interface: ^1.0.0
dev_dependencies:
flutter_test:
sdk: flutter
video_player:
path: ../video_player
environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
flutter: ">=1.5.0 <2.0.0"