-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpubspec.yaml
More file actions
118 lines (92 loc) · 3.41 KB
/
pubspec.yaml
File metadata and controls
118 lines (92 loc) · 3.41 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
name: musly
description: "A new Flutter project."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none'
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
# In Windows, build-name is used as the major, minor, and patch parts
version: 1.0.8+1
environment:
sdk: ^3.10.0
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: any
cupertino_icons: ^1.0.8
provider: ^6.1.2
dio: ^5.4.0
just_audio: ^0.9.46
just_audio_windows: ^0.2.2
just_audio_media_kit: ^2.1.0 # Linux (and macOS) audio backend via libmpv
media_kit_libs_linux: ^1.2.1 # Native libmpv binaries for Linux
audio_session: ^0.1.25
audio_service: ^0.18.12
cached_network_image: ^3.3.1
flutter_cache_manager: ^3.3.1
crypto: ^3.0.3
shared_preferences: ^2.2.2
path_provider: ^2.1.2
path: ^1.9.0
url_launcher: ^6.3.1
flutter_sliding_up_panel: ^2.0.0+1
palette_generator: ^0.3.3+4
shimmer: ^3.0.0
uuid: ^4.3.3
collection: ^1.18.0
volume_controller: ^3.4.1
permission_handler: ^12.0.1
audio_metadata_reader: ^1.4.2
device_info_plus: ^10.1.2
smtc_windows: ^1.1.0
windows_taskbar: ^1.1.2
battery_plus: ^4.0.2
flutter_displaymode: ^0.6.0
window_manager: ^0.3.9
file_picker: ^8.1.4
flutter_lyric: ^3.0.2
dart_discord_rpc: ^0.0.2
flutter_chrome_cast: ^1.4.1
dynamic_color: ^1.7.0
connectivity_plus: ^7.0.0
dependency_overrides:
ffi: ^2.1.0
dev_dependencies:
flutter_test:
sdk: flutter
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.14.1
mockito: ^5.6.3
# For information on the generic Dart part of this file, see the
# The following section is specific to Flutter packages.
flutter:
generate: true
# The following line ensures that the Material Icons font is
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/logo.png
- assets/logobig.png
- assets/fanta-sy.png
# - images/a_dot_burr.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# For details regarding adding assets from package dependencies, see
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# - family: Trajan Pro
# fonts:
# For details regarding fonts from package dependencies,