-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
162 lines (129 loc) · 3.61 KB
/
Copy pathpubspec.yaml
File metadata and controls
162 lines (129 loc) · 3.61 KB
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
151
152
153
154
155
156
157
158
159
160
161
162
name: animeshin
version: 1.6.1
description: A modern unofficial AniList client for tracking, notifications and optional community streaming extensions.
repository: https://github.com/emp0ry/animeshin
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# State management.
flutter_riverpod: ^3.3.1
# Routing.
go_router: ^17.1.0
# Data fetching.
http: ^1.6.0
# OAuth PKCE (SHA-256)
crypto: ^3.0.7
# Lightweight storage.
hive: ^2.2.3
hive_flutter: ^1.1.0
# Access to device storage. Used for [hive] setup.
path_provider: ^2.1.5
# Secure storage for the access tokens.
flutter_secure_storage: ^10.0.0
# Markdown to HTML parsing.
markdown: ^7.3.0
# Used for configuring [cached_network_image].
flutter_cache_manager: ^3.4.1
# Image caching.
cached_network_image: ^3.4.1
# Opening links in the browser.
url_launcher: ^6.3.2
flutter_js: ^0.8.7
# Access to platform theme and easy theme interpolation.
dynamic_color: ^1.8.1
# Background tasks for notification fetching.
workmanager: ^0.9.0+3
# Sending device notifications.
flutter_local_notifications: ^21.0.0
# Parsing html into flutter widgets.
flutter_widget_from_html_core: ^0.17.0
# An addition to the material icons.
ionicons: ^0.2.2
cupertino_icons : ^1.0.8
flutter_slidable: ^4.0.3
window_manager: ^0.5.1
timezone: ^0.11.0
webview_flutter: ^4.13.1
shared_preferences: ^2.5.4
# video_player: ^2.10.0
# video_player_android: ^2.8.11
# video_player_avfoundation: ^2.8.3
# video_player_web: ^2.4.0
# video_player_win: ^3.2.0
media_kit: ^1.2.6
media_kit_video: ^2.0.1
media_kit_libs_video: ^1.0.7
media_kit_libs_windows_video: ^1.0.11
media_kit_libs_linux: ^1.2.1
media_kit_libs_android_video: ^1.3.8
media_kit_libs_ios_video: ^1.1.4
html: ^0.15.6
# For Export
flutter_file_dialog: ^3.0.3
file_selector: ^1.1.0
share_plus: ^12.0.1
intl: ^0.20.2
xml: ^6.6.1
path: ^1.9.1
package_info_plus: ^9.0.0
vector_math: ^2.2.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.14.4
flutter_icons:
android: true
ios: true
image_path: "assets/icons/ios.png"
adaptive_icon_background: "#0a0011"
adaptive_icon_foreground: "assets/icons/android.png"
flavors:
main:
image_path: "assets/icons/ios.png"
adaptive_icon_background: "#0a0011"
adaptive_icon_foreground: "assets/icons/android.png"
dev:
image_path: "assets/icons/ios.png"
adaptive_icon_background: "#0a0011"
adaptive_icon_foreground: "assets/icons/android.png"
flutter_native_splash:
color: "#0a0011"
image: assets/icons/about.png
ios: true
android: true
android_12:
image: assets/icons/about.png
icon_background_color: "#0a0011"
fullscreen: true
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/icons/ios.png"
adaptive_icon_background: "#0a0011"
adaptive_icon_foreground: "assets/icons/android.png"
macos:
generate: true
image_path: assets/icons/ios.png
flavors:
main:
image_path: "assets/icons/ios.png"
adaptive_icon_background: "#0a0011"
adaptive_icon_foreground: "assets/icons/android.png"
dev:
image_path: "assets/icons/ios.png"
adaptive_icon_background: "#0a0011"
adaptive_icon_foreground: "assets/icons/android.png"
flutter:
default-flavor: dev
uses-material-design: true
assets:
- assets/icons/about.png
fonts:
- family: Rubik
fonts:
- asset: assets/fonts/Rubik-VariableFont_wght.ttf
- asset: assets/fonts/Rubik-Italic-VariableFont_wght.ttf
style: italic