forked from Suwayomi/Tachidesk-Sorayomi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
98 lines (90 loc) · 2.35 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
name: tachidesk_sorayomi
description: A new Flutter frontend for Tachidesk.
publish_to: "none"
version: 0.5.6+1
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
cached_network_image: ^3.2.2
cached_network_image_platform_interface: ^2.0.0
cupertino_icons: ^1.0.5
dio: ^5.0.0
dio_cache_interceptor: ^3.4.0
dio_cache_interceptor_hive_store: ^3.2.1
file_picker: ^5.2.2
flutter:
sdk: flutter
flutter_cache_manager: ^3.3.0
flutter_hooks: ^0.18.5+1
flutter_localizations:
sdk: flutter
fluttertoast: ^8.1.1
font_awesome_flutter: ^10.2.1
freezed_annotation: ^2.2.0
go_router: ^7.0.0
hooks_riverpod: ^2.1.1
infinite_scroll_pagination: ^3.2.0
intl: ^0.18.0
json_annotation: ^4.8.1
network_info_plus: ^4.0.0
package_info_plus: ^4.0.0
path_provider: ^2.0.11
permission_handler: ^10.2.0
pub_semver: ^2.1.2
queue: ^3.1.0+2
riverpod_annotation: ^2.0.0
scrollable_positioned_list: ^0.3.5
shared_preferences: ^2.0.15
url_launcher: ^6.1.6
web_socket_channel: ^2.2.0
dev_dependencies:
build_runner: ^2.3.2
# flutter_flavorizr: ^2.1.5
flutter_gen_runner: ^5.1.0+1
flutter_launcher_icons: ^0.13.0
flutter_lints: ^2.0.1
flutter_native_splash: ^2.2.14
flutter_test:
sdk: flutter
freezed: ^2.2.1
go_router_builder: ^2.0.0
json_serializable: ^6.5.4
lints: ^2.0.1
riverpod_generator: ^2.0.0
flutter:
uses-material-design: true
generate: true
assets:
- assets/icons/
- assets/icons/launcher/
flutter_gen:
output: lib/src/constants/gen/
flutter_native_splash:
color: "#54C5F8"
image: assets/icons/dark_icon.png
branding: assets/icons/launcher/from_suwayomi.png
color_dark: "#01579B"
image_dark: assets/icons/light_icon.png
android_12:
color: "#54C5F8"
color_dark: "#01579B"
icon_background_color: "#54C5F8"
icon_background_color_dark: "#01579B"
image: assets/icons/dark_icon.png
image_dark: assets/icons/light_icon.png
flutter_launcher_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/icons/launcher/sorayomi_icon.png"
web:
generate: true
image_path: "assets/icons/launcher/sorayomi_icon.png"
background_color: "#54C5F8"
theme_color: "#54C5F8"
windows:
generate: true
image_path: "assets/icons/launcher/sorayomi_icon.png"
macos:
generate: true
image_path: "assets/icons/launcher/sorayomi_icon.png"