forked from jhomlala/betterplayer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
37 lines (33 loc) · 828 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
37
name: better_player
description: Advanced video player. It solves many typical use cases and it's easy to run.
version: 0.0.84
homepage: https://github.com/jhomlala/betterplayer
documentation: https://jhomlala.github.io/betterplayer/
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
wakelock_plus: ^1.2.5
meta: ^1.12.0
flutter_widget_from_html_core: ^0.15.1
visibility_detector: ^0.4.0+2
path_provider: ^2.1.3
collection: ^1.18.0
xml: ^6.5.0
dev_dependencies:
lint: ^2.3.0
flutter_test:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.jhomlala.better_player
pluginClass: BetterPlayerPlugin
ios:
pluginClass: BetterPlayerPlugin