-
-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathpubspec.yaml
More file actions
161 lines (155 loc) · 4.42 KB
/
pubspec.yaml
File metadata and controls
161 lines (155 loc) · 4.42 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
name: musicpod
description: Ubuntu music, radio and podcast player.
version: 2.15.0+1341
publish_to: "none"
environment:
sdk: ">=3.8.0 <4.0.0"
dependencies:
audio_metadata_reader: ^1.4.2
audio_service: ^0.18.18
audio_service_mpris:
git:
url: https://github.com/Feichtmeier/audio-service-mpris
ref: 6756580bf0fde617d63a95f319e01a36d8a22615
audio_service_win:
git:
url: https://github.com/AfalpHy/audio_service_win.git
ref: fd21672b0083a5745ad1aa79fd5b0ae2033a942a
basic_utils: ^5.8.2
blur: ^4.0.2
cached_network_image: ^3.4.1
chinese_font_library: ^1.2.0
collection: ^1.19.1
cupertino_icons: ^1.0.8
dio: ^5.9.1
file: ^7.0.1
file_picker: ^10.3.10
file_selector: ^1.1.0
file_selector_linux: ^0.9.4
flex_color_picker: ^3.8.0
flutter:
sdk: flutter
flutter_cache_manager: ^3.4.1
flutter_it: ^2.1.2
flutter_localizations:
sdk: flutter
flutter_markdown: ^0.7.7+1
flutter_tabler_icons: ^1.43.0
flutter_widget_from_html_core: ^0.17.0
future_loading_dialog: ^0.3.0
genius_lyrics: ^1.0.1
github: ^9.25.0
gtk: ^2.1.0
handy_window: ^0.4.2
injectable: ^2.7.1+4
injectable_generator: ^2.12.1
internet_connection_checker_plus: ^2.9.1+2
intl: ^0.20.2
lastfm: ^0.0.6
listenbrainz_dart: ^0.0.4
local_notifier: ^0.1.6
lrc: ^1.0.2
m3u_parser_nullsafe: ^1.0.3
media_kit:
git:
url: https://github.com/Predidit/media-kit.git
ref: 7d1e3f8116abce740bdf83dc5e85f37e89436db5
path: ./media_kit
media_kit_libs_video:
git:
url: https://github.com/Predidit/media-kit.git
ref: 7d1e3f8116abce740bdf83dc5e85f37e89436db5
path: ./libs/universal/media_kit_libs_video
media_kit_video:
git:
url: https://github.com/Predidit/media-kit.git
ref: 7d1e3f8116abce740bdf83dc5e85f37e89436db5
path: ./media_kit_video
mime: ^2.0.0
mockito: ^5.6.3
opml: ^0.4.0
package_info_plus: ^8.3.1
path: ^1.9.1
path_provider: ^2.1.5
permission_handler: ^12.0.1
phoenix_theme:
git:
url: https://github.com/ubuntu-flutter-community/phoenix_theme
ref: 7d22aba2841e522bf4c140e60e4a60f33c8f5aa6
pls: ^1.1.0
podcast_search: ^0.7.14
radio_browser_api: ^2.0.0+1
reorderableitemsview: ^2.0.1
safe_change_notifier: ^0.4.0+1
scroll_to_index: ^3.0.1
shared_preferences: ^2.5.4
shimmer: ^3.0.0
super_drag_and_drop: ^0.9.1
synchronized: ^3.4.0
system_theme: ^3.2.0
url_launcher: ^6.3.2
watcher: ^1.2.1
waveform_visualizer: ^1.0.0
win32: ^5.15.0
window_manager: ^0.5.1
xdg_directories: ^1.1.0
yaru: ^9.0.1
yaru_window: ^0.2.2
yaru_window_linux: ^0.2.2
dev_dependencies:
build_runner: ^2.11.1
flutter_launcher_icons: ^0.14.4
flutter_lints: ^6.0.0
flutter_test:
sdk: flutter
flutter_launcher_icons:
android: true
ios: false
min_sdk_android: 23
image_path: "assets/icon.png"
adaptive_icon_foreground: "assets/monochrome.png"
adaptive_icon_monochrome: "assets/monochrome.png"
adaptive_icon_background: "#ed3c63"
image_path_android: "assets/flat_icon.png"
adaptive_icon_foreground_inset: 20
flutter:
generate: true
uses-material-design: true
assets:
- snap/gui/musicpod.png
- assets/images/listenbrainz-icon.png
- assets/images/tray_icon.ico
- assets/images/tray_icon.png
- assets/icon.png
- CHANGELOG.md
dependency_overrides:
media_kit_libs_android_video:
git:
url: https://github.com/Predidit/media-kit.git
ref: 7d1e3f8116abce740bdf83dc5e85f37e89436db5
path: ./libs/android/media_kit_libs_android_video
media_kit_libs_ios_video:
git:
url: https://github.com/Predidit/media-kit.git
ref: 7d1e3f8116abce740bdf83dc5e85f37e89436db5
path: ./libs/ios/media_kit_libs_ios_video
media_kit_libs_linux:
git:
url: https://github.com/Predidit/media-kit.git
ref: 7d1e3f8116abce740bdf83dc5e85f37e89436db5
path: ./libs/linux/media_kit_libs_linux
media_kit_libs_macos_video:
git:
url: https://github.com/Predidit/media-kit.git
ref: 7d1e3f8116abce740bdf83dc5e85f37e89436db5
path: ./libs/macos/media_kit_libs_macos_video
media_kit_libs_ohos:
git:
url: https://github.com/Predidit/media-kit.git
ref: 7d1e3f8116abce740bdf83dc5e85f37e89436db5
path: ./libs/ohos/media_kit_libs_ohos
media_kit_libs_windows_video:
git:
url: https://github.com/Predidit/media-kit.git
ref: 7d1e3f8116abce740bdf83dc5e85f37e89436db5
path: ./libs/windows/media_kit_libs_windows_video