-
Notifications
You must be signed in to change notification settings - Fork 7
/
pubspec.yaml
52 lines (46 loc) · 1.13 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
45
46
47
48
49
50
51
52
name: digilogtv
description: A free and open-source TV news app, inspired by Linux Mint's Hypnotix.
publish_to: 'none'
version: 1.9.2
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
device_info_plus: ^10.0.1
flutter:
sdk: flutter
flutter_inappwebview: ^6.0.0
flutter_launcher_icons: ^0.14.1
#google_mobile_ads: ^5.1.0
hive_flutter: ^1.1.0
http: ^1.2.2
package_info_plus: ^8.0.0
provider: ^6.1.2
shared_preferences: ^2.2.0
video_player: ^2.7.1
wakelock_plus: ^1.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icons/icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/icons/icon.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/icons/icon.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/icons/icon.png"
flutter:
uses-material-design: true
assets:
- assets/icons/icon.png
- assets/data/channels.json