forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpubspec.yaml
More file actions
34 lines (28 loc) · 907 Bytes
/
pubspec.yaml
File metadata and controls
34 lines (28 loc) · 907 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
31
32
33
34
name: video_player_android
description: Android implementation of the video_player plugin.
repository: https://github.com/flutter/plugins/tree/main/packages/video_player/video_player_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
version: 2.3.10
environment:
sdk: ">=2.14.0 <3.0.0"
flutter: ">=3.0.0"
flutter:
plugin:
implements: video_player
platforms:
android:
dartPluginClass: AndroidVideoPlayer
package: io.flutter.plugins.videoplayer
pluginClass: VideoPlayerPlugin
dependencies:
flutter:
sdk: flutter
video_player_platform_interface: ">=5.1.1 <7.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
pigeon: ^2.0.1
# FOR TESTING ONLY. DO NOT MERGE.
dependency_overrides:
video_player_platform_interface:
path: ../../video_player/video_player_platform_interface