-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
40 lines (36 loc) · 1.27 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
name: video_player
description: Flutter plugin for displaying inline video with other Flutter
widgets on Android, iOS, and web.
repository: https://github.com/flutter/plugins/tree/master/packages/video_player/video_player
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
version: 2.2.5
environment:
sdk: ">=2.14.0 <3.0.0"
flutter: ">=2.5.0"
flutter:
plugin:
platforms:
android:
package: io.flutter.plugins.videoplayer
pluginClass: VideoPlayerPlugin
ios:
pluginClass: FLTVideoPlayerPlugin
web:
default_package: video_player_web
dependencies:
flutter:
sdk: flutter
meta: ^1.3.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. The exact value doesn't matter since
# the constraints on the interface pins it.
# 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: ^2.0.0
html: ^0.15.0
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.10.0
pigeon: ^1.0.7