-
-
Notifications
You must be signed in to change notification settings - Fork 151
/
pubspec.yaml
198 lines (180 loc) · 5.08 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
name: namida
description: A Beautiful and Feature-rich Music Player, With YouTube & Video Support Built in Flutter
publish_to: "none"
version: 4.8.8-beta+250104169
environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ^3.24.0
dependency_overrides:
intl: ^0.20.1
on_audio_query_platform_interface:
git:
url: https://github.com/MSOB7YY/on_audio_query
path: packages/on_audio_query_platform_interface
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# ---- Core ----
nampack:
git:
url: https://github.com/MSOB7YY/nampack
dart_extensions:
git:
url: https://github.com/MSOB7YY/dart_extensions
path: ^1.9.0
http: ^1.2.1
path_provider: ^2.1.3
permission_handler: ^11.0.1
logger: ^2.2.0
package_info_plus: ^8.0.0
device_info_plus: ^11.1.0
intl: ^0.20.1
flutter_archive: ^6.0.3
url_launcher: ^6.3.0
connectivity_plus: ^6.0.3
selectable_autolink_text: ^2.6.0
share_plus: ^10.0.2
calendar_date_picker2: ^1.0.2
wakelock_plus: ^1.1.1
flutter_local_notifications: ^17.2.1+2
flutter_sharing_intent:
git:
url: https://github.com/MSOB7YY/flutter_sharing_intent
queue: ^3.1.0+2
jiffy: ^6.2.1
playlist_manager:
git:
url: https://github.com/namidaco/playlist_manager
history_manager:
git:
url: https://github.com/namidaco/history_manager
flutter_volume_controller: ^1.3.0
flutter_markdown: ^0.7.1
flutter_mailer: ^2.1.1
lrc:
git:
url: https://github.com/MSOB7YY/dart_lrc
vibration: ^2.0.1
flutter_displaymode: ^0.6.0
flutter_udid: ^3.0.0
namico_db_wrapper:
git:
url: https://github.com/namidaco/namico_db_wrapper
# ---- Audio Indexing & Playback ----
just_audio:
git:
url: https://github.com/MSOB7YY/just_audio
path: just_audio/
ref: video
audio_service:
git:
url: https://github.com/MSOB7YY/audio_service
path: audio_service/
waveform_extractor: ^1.1.3
basic_audio_handler:
git:
url: https://github.com/namidaco/basic_audio_handler
on_audio_query:
git:
url: https://github.com/MSOB7YY/on_audio_query
path: packages/on_audio_query
# ---- Video Indexing & Playback ----
ffmpeg_kit_flutter_min: "6.0.0-LTS"
youtipie:
git:
url: https://github.com/namidaco/youtipie
namico_login_manager:
git:
url: https://github.com/namidaco/namico_login_manager
namico_subscription_manager:
git:
url: https://github.com/namidaco/namico_subscription_manager
# ---- Image Utilities ----
palette_generator: ^0.3.3+2
photo_view: ^0.15.0
# ---- UI Rendering ----
flutter_staggered_animations: ^1.1.1
flutter_staggered_grid_view: ^0.7.0
flutter_colorpicker: ^1.0.3
animated_background: ^2.0.0
flutter_animate: ^4.2.0+1
dynamic_color: ^1.6.7
scrollable_positioned_list: ^0.3.8
# ---- UI Widgets ----
wheel_slider: "1.1.1"
sleek_circular_slider: ^2.0.1
checkmark: ^0.0.2+1
like_button: ^2.0.5
flutter_scrollbar_modified:
git:
url: https://github.com/MSOB7YY/flutter_scrollbar_modified
sticky_headers: ^0.3.0+2
flutter_sticky_header:
git:
url: https://github.com/giangphan11/flutter_sticky_header
focused_menu: ^1.0.5
paged_vertical_calendar: ^1.1.6
# ---- Windows Packages ----
filepicker_windows: ^2.1.4
just_audio_windows: ^0.2.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter_native_splash: ^2.4.1
custom_lint:
obx_lints:
git:
url: https://github.com/MSOB7YY/nampack
path: packages/obx_lints
msix: ^3.16.8
flutter_native_splash:
image: assets/namida_icon.png
image_dark: assets/namida_icon.png
color: "#dfc6a7"
color_dark: "#121212"
android: true
ios: false
web: false
android_12:
color: "#dfc6a7"
color_dark: "#121212"
flutter:
uses-material-design: true
assets:
- assets/language/langs.json
- assets/language/translations/
- assets/fonts/
- assets/icons/
- assets/logos/
- assets/namida_icon.png
- assets/namida_icon_monet.png
fonts:
- family: broken
fonts:
- asset: assets/fonts/broken.ttf
- family: broken_filled
fonts:
- asset: assets/fonts/broken_filled.ttf
- family: LexendDeca
fonts:
- asset: assets/fonts/LexendDeca/LexendDeca-Black.ttf
- asset: assets/fonts/LexendDeca/LexendDeca-Bold.ttf
- asset: assets/fonts/LexendDeca/LexendDeca-ExtraBold.ttf
- asset: assets/fonts/LexendDeca/LexendDeca-ExtraLight.ttf
- asset: assets/fonts/LexendDeca/LexendDeca-Light.ttf
- asset: assets/fonts/LexendDeca/LexendDeca-Medium.ttf
- asset: assets/fonts/LexendDeca/LexendDeca-Regular.ttf
- asset: assets/fonts/LexendDeca/LexendDeca-SemiBold.ttf
- asset: assets/fonts/LexendDeca/LexendDeca-Thin.ttf
msix_config:
display_name: Namida
publisher_display_name: namidaco
identity_name: com.msob7y.namida
logo_path: assets\namida_icon_monet.png
capabilities: musicLibrary, videosLibrary, internetClient
# certificate_path: .certificates\CERTIFICATE.pfx
install_certificate: true
file_extension: .audio, .music, .video