forked from ubuntu-flutter-community/musicpod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
110 lines (104 loc) · 2.6 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
name: musicpod
description: Ubuntu music, radio and podcast player.
version: 1.12.0
publish_to: "none"
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.24.3"
dependencies:
animated_emoji: ^3.1.0
audio_metadata_reader: ^0.0.6
audio_service: ^0.18.12
audio_service_mpris:
git:
url: https://github.com/Feichtmeier/audio-service-mpris
ref: ad6f743b73e320670449026fa1852d9978438bb9
basic_utils: ^5.7.0
blur: ^4.0.0
cached_network_image: ^3.4.1
collection: ^1.18.0
connectivity_plus: ^6.0.5
cupertino_icons: ^1.0.8
desktop_notifications: ^0.6.3
dio: ^5.7.0
file: ^7.0.0
file_picker: ^8.1.2
file_selector: ^1.0.3
file_selector_linux: ^0.9.2
flutter:
sdk: flutter
flutter_cache_manager: ^3.4.1
flutter_html: ^3.0.0-beta.2
flutter_localizations:
sdk: flutter
flutter_markdown: ^0.7.3
flutter_tabler_icons: ^1.41.0
github: ^9.24.0
gtk: ^2.1.0
handy_window: ^0.4.0
html: ^0.15.4
intl: ^0.19.0
m3u_parser_nullsafe: ^1.0.3
media_kit: ^1.1.10+1
media_kit_libs_video: ^1.0.4
media_kit_video:
git:
url: https://github.com/media-kit/media-kit
path: media_kit_video/
ref: 13f6b3f0ef9ccf8a711e396bc49cb05af9b3e497
mime: ^1.0.5
mime_type: ^1.0.0
mockito: ^5.4.4
package_info_plus: ^8.0.0
palette_generator: ^0.3.3+3
path: ^1.9.0
path_provider: ^2.1.2
phoenix_theme:
git:
url: https://github.com/ubuntu-flutter-community/phoenix_theme
ref: fe7b369cdf03a15c735c866584a251da68f3a716
pls: ^1.1.0
podcast_search: ^0.7.3
radio_browser_api: ^2.0.0
reorderableitemsview: ^2.0.1
safe_change_notifier: ^0.4.0
scroll_to_index: ^3.0.1
shared_preferences: ^2.3.1
shimmer: ^3.0.0
smtc_windows: ^0.1.3
super_drag_and_drop: ^0.8.18
system_theme: ^3.0.0
url_launcher: ^6.3.0
watch_it: ^1.5.0
win32: ^5.5.4
window_manager: ^0.4.2
xdg_directories: ^1.0.4
yaru: ^5.2.1
yaru_window: ^0.2.1+1
yaru_window_linux: ^0.2.0+1
dev_dependencies:
build_runner: ^2.4.8
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
flutter:
generate: true
uses-material-design: true
assets:
- snap/gui/musicpod.png
- assets/images/media-optical.png
- assets/images/tray_icon.ico
- assets/images/tray_icon.png
- CHANGELOG.md
dependency_overrides:
media_kit_native_event_loop:
git:
url: https://github.com/media-kit/media-kit
path: media_kit_native_event_loop/
ref: 13f6b3f0ef9ccf8a711e396bc49cb05af9b3e497
media_kit_video:
git:
url: https://github.com/media-kit/media-kit
path: media_kit_video/
ref: 13f6b3f0ef9ccf8a711e396bc49cb05af9b3e497
uuid: ^4.1.0