forked from flutter-tizen/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
29 lines (25 loc) · 684 Bytes
/
pubspec.yaml
File metadata and controls
29 lines (25 loc) · 684 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
name: video_player_avplay
description: Flutter plugin for displaying inline video on Tizen TV devices.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/video_player_avplay
version: 0.5.25
environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.13.0"
flutter:
plugin:
platforms:
tizen:
pluginClass: VideoPlayerTizenPlugin
fileName: video_player_tizen_plugin.h
dependencies:
device_info_plus_tizen: ^1.2.0
flutter:
sdk: flutter
flutter_tizen: ^0.2.4
html: ^0.15.0
plugin_platform_interface: ^2.1.0
dev_dependencies:
flutter_test:
sdk: flutter
pigeon: ^25.3.1