-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
executable file
·44 lines (39 loc) · 1.07 KB
/
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
38
39
40
41
42
43
44
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.63
# authors:
# - Jakub Homlala <jhomlala@gmail.com>
homepage: https://github.com/jhomlala/betterplayer
publish_to: none
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.10.0 <2.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
# wakelock:
pedantic: ^1.11.0
meta: ^1.3.0
visibility_detector: ^0.2.0-nullsafety.1
path_provider: ^2.0.1
collection: ^1.15.0
# flutter_widget_from_html_core: ^0.6.0-rc.2021030201
flutter_widget_from_html_core:
git:
url: https://github.com/gbogboadePush/flutter_widget_from_html_core.git
ref: main
dev_dependencies:
flutter_test:
sdk: flutter
lint: ^1.5.1
flutter_localizations:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.jhomlala.better_player
pluginClass: BetterPlayerPlugin
ios:
pluginClass: FLTBetterPlayerPlugin