-
Notifications
You must be signed in to change notification settings - Fork 4
/
pubspec.yaml
142 lines (128 loc) · 3.3 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
name: nmbxd
description: An app for nmbxd.com.
publish_to: 'none'
version: 0.5.2+13
environment:
sdk: '>=3.4.1 <4.0.0'
flutter: '>=3.22.2 <3.23.0'
isar_version: &isar_version 3.1.7
dependencies:
align_positioned: ^4.0.1
anchor_scroll_controller:
git:
url: https://github.com/orzogc/anchor_scroll_controller.git
ref: xdnmb2
archive: ^3.6.1
cached_network_image: ^3.3.1
crypto: ^3.0.3
date_format: ^2.0.7
device_info_plus: ^10.1.0
easy_refresh: ^3.4.0
expandable_text: ^2.3.0
file_picker: ^8.0.5
float_column: ^2.1.6
flutter:
sdk: flutter
flutter_cache_manager: ^3.3.2
flutter_colorpicker: ^1.1.0
flutter_easyloading: ^3.0.5
flutter_expanded_tile: ^0.4.0
flutter_image_compress: ^2.3.0
flutter_keyboard_visibility: ^6.0.0
flutter_localizations:
sdk: flutter
flutter_secure_storage: ^9.2.2
flutter_swipe_detector: ^2.0.0
get: ^4.6.6
hive: ^2.2.3
hive_flutter: ^1.1.0
html_to_text:
git: https://github.com/orzogc/html_to_text.git
http: ^1.2.1
image: ^4.2.0
image_painter: ^0.7.1
infinite_scroll_pagination: ^4.0.0
isar:
version: *isar_version
hosted: https://pub.isar-community.dev/
isar_flutter_libs:
version: *isar_version
hosted: https://pub.isar-community.dev/
loader_overlay: ^4.0.0
media_scanner:
git: https://github.com/wukgdu/media_scanner.git
mime: ^1.0.5
mobile_scanner: ^5.1.1
package_info_plus: ^8.0.0
path: ^1.9.0
path_provider: ^2.1.3
permission_handler: ^11.3.1
responsive_grid_list: ^1.4.0
saver_gallery: ^3.0.5
screenshot: ^3.0.0
showcaseview: ^3.0.0
swipeable_page_route: ^0.4.3
system_info2: ^4.0.0
timeago_flutter: ^3.6.0
url_launcher: ^6.3.0
uuid: ^4.4.0
version: ^3.0.2
xdg_directories: ^1.0.4
xdnmb_api:
git: https://github.com/orzogc/xdnmb_api.git
dev_dependencies:
build_runner: ^2.4.11
flutter_launcher_icons: ^0.13.1
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
hive_generator: ^2.0.1
isar_generator:
version: *isar_version
hosted: https://pub.isar-community.dev/
flutter:
uses-material-design: true
assets:
- LICENSE
- CHANGELOG.md
# https://letsencrypt.org/certs/lets-encrypt-r3.pem
#- assets/ca/lets-encrypt-r3.pem
# https://letsencrypt.org/certs/isrgrootx1.pem
- assets/ca/isrgrootx1.pem
# https://letsencrypt.org/certs/isrg-root-x2.pem
- assets/ca/isrg-root-x2.pem
# Reward QR code
- assets/image/reward_qrcode.png
fonts:
# Icon from https://www.fluttericon.com/
- family: DiceIcon
fonts:
- asset: assets/fonts/DiceIcon.ttf
- family: HeartIcon
fonts:
- asset: assets/fonts/HeartIcon.ttf
# Noto font from Google
#- family: 'Noto Sans'
# fonts:
# - asset: assets/fonts/NotoSans-Regular.ttf
# Font from https://github.com/satbyy/go-noto-universal
# with removing hangul.
- family: 'Go Noto CJKCore'
fonts:
- asset: assets/fonts/GoNotoCJKCore.ttf
flutter_launcher_icons:
image_path_android: assets/icons/icon.png
image_path_ios: assets/icons/icon_ios.png
android: true
ios: true
min_sdk_android: 21
linux:
generate: true
image_path: assets/icons/icon.png
macos:
generate: true
image_path: assets/icons/icon.png
windows:
generate: true
image_path: assets/icons/icon.png
icon_size: 48