forked from balvinderz/video_player_web_hls
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
30 lines (27 loc) · 786 Bytes
/
pubspec.yaml
File metadata and controls
30 lines (27 loc) · 786 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_hls
description: Web platform implementation of video_player and supports hls on chrome and other browsers.
homepage: https://github.com/balvinderz/video_player_web_hls
# 0.1.y+z is compatible with 1.0.0, if you land a breaking change bump
# the version to 2.0.0.
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
version: 1.3.0
flutter:
plugin:
platforms:
web:
pluginClass: VideoPlayerPluginHls
fileName: video_player_web_hls.dart
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
http: ^1.0.0
video_player_platform_interface: ^6.2.0
web: ">=1.0.0 <2.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
environment:
sdk: ^3.4.0
flutter: ">=3.22.0"