-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpubspec.yaml
More file actions
115 lines (94 loc) · 2.2 KB
/
pubspec.yaml
File metadata and controls
115 lines (94 loc) · 2.2 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
name: busic
description: A modern cross-platform music player powered by Bilibili.
publish_to: 'none'
version: 0.3.8+14
environment:
sdk: '>=3.2.0 <4.0.0'
flutter: '>=3.16.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# State Management (Riverpod code generation)
flutter_riverpod: ^2.5.1
riverpod_annotation: ^2.3.5
# Routing
go_router: ^14.2.0
# Database (Drift - SQLite ORM)
drift: ^2.18.0
sqlite3_flutter_libs: ^0.5.21
# Immutable Models
freezed_annotation: ^2.4.1
json_annotation: ^4.9.0
# Network
dio: ^5.4.3+1
cookie_jar: ^4.0.8
dio_cookie_manager: ^3.1.1
# Media Playback
media_kit: ^1.1.10+1
media_kit_libs_linux: ^1.1.3
media_kit_libs_windows_audio: ^1.0.9
media_kit_libs_macos_audio: ^1.0.0
media_kit_libs_android_audio: ^1.3.6
# Desktop Window Management
window_manager: ^0.3.9
# Storage & Path
path_provider: ^2.1.3
path: ^1.9.0
shared_preferences: ^2.2.3
# URL Launcher
url_launcher: ^6.2.5
# Utilities
crypto: ^3.0.3
intl: any
package_info_plus: ^8.3.0
qr_flutter: ^4.1.0
cached_network_image: ^3.3.1
collection: ^1.18.0
file_picker: ^10.3.10
audio_service: ^0.18.18
tray_manager: ^0.5.2
# App Update
yaml: ^3.1.2
archive: ^4.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
# Code Generation
build_runner: ^2.4.9
riverpod_generator: ^2.4.0
freezed: ^2.5.2
json_serializable: ^6.8.0
drift_dev: ^2.18.0
# App Icon Generation
flutter_launcher_icons: ^0.14.3
flutter_launcher_icons:
android: true
ios: true
windows:
generate: true
icon_size: 48
macos:
generate: true
linux:
generate: true
image_path: 'assets/images/app_icon.png'
adaptive_icon_foreground: 'assets/images/app_icon.png'
adaptive_icon_background: '#FFFFFF'
remove_alpha_ios: true
flutter:
generate: true
uses-material-design: true
assets:
- assets/images/
- assets/fonts/
# fonts:
# - family: CustomFont
# fonts:
# - asset: assets/fonts/CustomFont-Regular.ttf
# ── App Update Metadata (机器可读, 勿手动删除) ──
x_update:
min_supported: "0.2.0"
changelog: "新增应用自动更新功能"