-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
107 lines (84 loc) · 2.09 KB
/
pubspec.yaml
File metadata and controls
107 lines (84 loc) · 2.09 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
name: fullstop
description: "FullStop - A focused Spotify controller inspired by G.E.M.'s song「句號」"
publish_to: 'none'
version: 1.1.3+8
environment:
sdk: ^3.10.1
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: any
cupertino_icons: ^1.0.8
# State Management
flutter_riverpod: ^2.6.1
# Network & API
dio: ^5.4.0
socks5_proxy: ^2.1.1
# Local Storage
hive: ^2.2.3
hive_flutter: ^1.1.0
shared_preferences: ^2.2.2
# Security
flutter_secure_storage: ^10.0.0
# Utilities
json_annotation: ^4.10.0
dartz: ^0.10.1
equatable: ^2.0.5
uuid: ^4.3.3
logger: ^2.0.2+1
url_launcher: ^6.2.4
path: ^1.9.0
crypto: ^3.0.3
path_provider: ^2.1.2
# Image Caching
cached_network_image: ^3.4.1
# Deep Linking / Custom URL Scheme
app_links: ^7.0.0
# Spotify SDK for waking up Spotify app
spotify_sdk: ^3.0.2
# Window Management (for custom title bar on desktop)
window_manager: ^0.5.1
# System Tray (for background mode) - uses native Windows TrackPopupMenu
system_tray: ^2.0.3
package_info_plus: ^9.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
# Code Generation
build_runner: ^2.4.13
json_serializable: ^6.8.0
# App Icon Generator
flutter_launcher_icons: ^0.14.3
flutter_launcher_icons:
image_path: "assets/icon/logo.png"
ios: true
remove_alpha_ios: true
macos:
generate: true
image_path: "assets/icon/logo.png"
windows:
generate: true
icon_size: 256
image_path: "assets/icon/logo.png"
dependency_overrides:
# Override uuid to resolve system_tray compatibility
# system_tray requires uuid ^3.0.6, but we use features that work in both versions
uuid: ^4.3.3
flutter:
uses-material-design: true
generate: true
assets:
- assets/icon/logo.png
- assets/icon/app_icon.ico
fonts:
- family: NotoSansSC
fonts:
- asset: assets/fonts/NotoSansSC-Regular.ttf
weight: 400
- asset: assets/fonts/NotoSansSC-Medium.ttf
weight: 500
- asset: assets/fonts/NotoSansSC-Bold.ttf
weight: 700