forked from jhomlala/betterplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
36 lines (32 loc) · 833 Bytes
/
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
name: better_player
description: Advanced video player based on video_player and Chewie. It's solves many typical use cases and it's easy to run.
version: 0.0.43
authors:
- Jakub Homlala <jhomlala@gmail.com>
homepage: https://github.com/jhomlala/betterplayer
environment:
sdk: ">=2.2.2 <3.0.0"
flutter: ">=1.10.0 <2.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.0
wakelock: ^0.2.1+1
pedantic: ^1.8.0
meta: ^1.2.3
flutter_widget_from_html_core: ^0.5.0+5
flutter_hls_parser: ^1.0.0
visibility_detector: ^0.1.5
path_provider: ^1.6.24
dev_dependencies:
flutter_test:
sdk: flutter
lint: ^1.0.0
flutter:
plugin:
platforms:
android:
package: com.jhomlala.better_player
pluginClass: BetterPlayerPlugin
ios:
pluginClass: FLTBetterPlayerPlugin