-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
pubspec.yaml
150 lines (140 loc) · 3.56 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
143
144
145
146
147
148
149
150
name: e1547
description: A sophisticated e621 browser
version: 19.2.0-beta+93
publish_to: none
environment:
sdk: '>=3.4.0 <4.0.0'
flutter: '>=3.24.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# widgets
animations: ^2.0.7
cached_network_image: ^3.4.0
expandable: ^5.0.1
media_kit: ^1.1.6
media_kit_video: ^1.1.7
media_kit_libs_video: ^1.0.0
flutter_cache_manager: ^3.3.1
flutter_custom_tabs: ^2.0.0+1
flutter_screen_lock: ^9.1.0
flutter_sub: ^3.0.0
flutter_sub_provider: ^3.0.0
flutter_staggered_grid_view: ^0.7.0
flutter_typeahead: ^5.1.0
font_awesome_flutter: ^10.7.0
grouped_list: ^6.0.0
infinite_scroll_pagination: ^4.0.0
keyboard_dismisser: ^3.0.0
like_button: ^2.0.4
local_auth: ^2.2.0
overflow_view: ^0.3.1
photo_view: ^0.15.0
provider: ^6.1.2
pull_to_refresh: ^2.0.0
secure_app_switcher: ^0.1.0+1
sliding_sheet:
git:
url: https://github.com/clragon/sliding_sheet.git
ref: 0.6.0
webview_flutter: ^4.2.2
# data
app_links: ^6.3.2
async: ^2.11.0
collection: ^1.16.0
deep_pick: ^1.0.0
dio: ^5.3.2
dio_cache_interceptor: ^3.4.0
dio_cache_interceptor_db_store: ^5.1.0
drift: ^2.19.0
external_path: ^2.0.1
filesize: ^2.0.1
flutter_local_notifications: ^18.0.1
freezed_annotation: ^2.4.1
html_character_entities: ^1.0.0+1
image_gallery_saver: ^2.0.3
intl: ^0.19.0
json_annotation: ^4.8.1
logging: ^1.2.0
meta: ^1.11.0
mime: ^1.0.6
mutex: ^3.0.1
notified_preferences: ^2.0.0
package_info_plus: ^5.0.1
path: ^1.8.2
path_provider: ^2.1.0
path_to_regexp: ^0.4.0
permission_handler: ^11.1.0
petitparser: ^6.0.1
pub_semver: ^2.1.3
recase: ^4.1.0
relative_time: ^5.0.0
rxdart: ^0.28.0
share_plus: ^10.0.0
shared_storage: ^0.8.1
sqlite3_flutter_libs: ^0.5.20
store_checker: ^1.3.0
url_launcher: ^6.1.12
username_generator:
git:
url: https://github.com/clragon/username_generator.git
ref: 1.0.4
wakelock_plus: ^1.1.1
webview_cookie_manager: ^2.0.6
window_manager: ^0.4.3
workmanager: ^0.5.2
dependency_overrides:
infinite_scroll_pagination:
git:
url: https://github.com/EdsonBueno/infinite_scroll_pagination.git
ref: b25e96d
collection: ^1.19.0
package_info_plus: 6.0.0
dev_dependencies:
flutter_test:
sdk: flutter
# dart run build_runner build
build_runner: ^2.4.6
drift_dev: ^2.19.1
flutter_lints: ^5.0.0
# dart run flutter_launcher_icons
flutter_launcher_icons: ^0.14.1
# dart run flutter_native_splash:create
flutter_native_splash: ^2.4.0
freezed: ^2.4.1
json_serializable: ^6.7.1
flutter:
uses-material-design: true
assets:
- assets/icon/app/
- assets/static/
fonts:
- family: JetBrains Mono
fonts:
- asset: assets/font/JetBrainsMono-Regular.ttf
- asset: assets/font/JetBrainsMono-Italic.ttf
style: italic
- asset: assets/font/JetBrainsMono-Bold.ttf
weight: 700
# flutter pub run flutter_launcher_icons:main
flutter_icons:
ios: true
android: true
remove_alpha_ios: true
adaptive_icon_background: "assets/icon/app/background.png"
adaptive_icon_foreground: "assets/icon/app/foreground.png"
image_path: "assets/icon/app/icon.png"
windows:
generate: false
image_path: "assets/icon/app/round.png"
icon_size: 256
# flutter pub run flutter_native_splash:create
flutter_native_splash:
color: "000000"
image: "assets/icon/app/round.png"
cider:
link_template:
tag: https://github.com/clragon/e1547/releases/tag/%tag%
diff: https://github.com/clragon/e1547/compare/%from%...%to%