forked from CollotsSpot/Ensemble
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
75 lines (62 loc) · 1.54 KB
/
pubspec.yaml
File metadata and controls
75 lines (62 loc) · 1.54 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
name: ensemble
description: A minimalistic Music Assistant client built with Flutter
publish_to: 'none'
version: 3.0.2+54
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.20.0
# UI
material_design_icons_flutter: ^7.0.7296
material_symbols_icons: ^4.2815.0
dynamic_color: 1.6.8
palette_generator: ^0.3.3+3
flutter_svg: ^2.0.10+1
# State management
provider: ^6.1.1
# Network
web_socket_channel: ^2.4.0
http: ^1.1.0
cached_network_image: ^3.3.1
# Storage
shared_preferences: ^2.2.2
flutter_secure_storage: ^9.2.2
drift: ^2.22.0
drift_flutter: 0.2.0
path_provider: ^2.1.5
sqlite3_flutter_libs: ^0.5.28
# Utilities
uuid: ^4.2.1
image: ^4.3.0 # Pure Dart image decoding for isolate-based palette extraction
package_info_plus: ^8.0.0
device_info_plus: ^10.1.0
share_plus: ^10.1.4
# Audio - Local Playback
just_audio: ^0.9.36
audio_service: ^0.18.12
audio_session: ^0.1.18
flutter_volume_controller: ^1.3.2
# Raw PCM Audio Playback (for Sendspin streaming)
flutter_pcm_sound: ^3.3.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter_launcher_icons: ^0.13.1
build_runner: ^2.4.13
drift_dev: ^2.22.1
flutter:
generate: true
uses-material-design: true
assets:
- assets/images/
flutter_launcher_icons:
android: true
ios: false
image_path: "assets/images/ensemble_icon.png"
adaptive_icon_background: "#1a1a1a"
adaptive_icon_foreground: "assets/images/ensemble_icon.png"