forked from ponnamkarthik/ext_video_player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
43 lines (36 loc) · 1.16 KB
/
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
37
38
39
40
41
42
43
name: ext_video_player
description: Flutter plugin for displaying inline with other Flutter
widgets on Android and iOS. This plugin also supports playing youtube videos & RTMP Streams
version: 0.0.6
homepage: https://github.com/ponnamkarthik/ext_video_player
flutter:
plugin:
platforms:
android:
package: ext.videoplayer
pluginClass: ExtVideoPlayerPlugin
ios:
pluginClass: FLTExtVideoPlayerPlugin
web:
default_package: video_player_web
dependencies:
meta: "^1.0.5"
video_player_platform_interface: ^2.2.0
# The design on https://flutter.dev/go/federated-plugins was to leave
# this constraint as "any". We cannot do it right now as it fails pub publish
# validation, so we set a ^ constraint.
# TODO(amirh): Revisit this (either update this part in the design or the pub tool).
# https://github.com/flutter/flutter/issues/46264
video_player_web: '>=0.1.4 <2.0.0'
flutter:
sdk: flutter
http: ^0.12.2
youtube_explode_dart: ^1.7.5
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.8.0
pigeon: 0.1.7
environment:
sdk: '>=2.10.0 <3.0.0'
flutter: ">=1.12.13+hotfix.5 <2.0.0"