-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
pubspec.yaml
122 lines (108 loc) · 3.23 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
111
112
113
114
115
116
117
118
119
120
121
122
name: sweyer
description: "Open source music player built with Flutter"
homepage: https://github.com/nt4f04uNd/sweyer
repository: https://github.com/nt4f04uNd/sweyer
issue_tracker: https://github.com/nt4f04uNd/sweyer/issues
publish_to: 'none'
version: 1.0.12+15
environment:
sdk: '>=3.4.1 <4.0.0'
flutter: 3.22.2
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
uuid: ^4.5.1
path: ^1.8.0
async: ^2.5.0
rxdart: ^0.26.0
sliver_tools: ^0.2.1
animations: ^2.0.2
permission_handler: ^11.3.1
shared_preferences: ^2.3.3
path_provider: ^2.1.5
percent_indicator: ^4.2.4
firebase_core: ^3.9.0
firebase_crashlytics: ^4.2.0
firebase_analytics: ^11.3.6
cloud_functions: ^5.2.0
package_info_plus: ^8.1.2
url_launcher: ^6.3.1
lottie: ^3.1.3
auto_size_text: ^3.0.0
marquee: ^2.1.0
equatable: ^2.0.0
device_info_plus: ^11.2.0
sqflite: ^2.0.0+3
boxy: ^2.2.1
back_button_interceptor: ^8.0.0
flutter_sticky_header: ^0.7.0
palette_generator: ^0.3.3+2
cached_network_image: ^3.0.0
flutter_cache_manager: ^3.1.1
clock: ^1.1.0
styled_text: ^8.1.0
# android_content_provider: ^0.4.1
android_content_provider: 0.4.1 # TODO: Switch back to caret syntax after updating to Flutter 3.24
collection: ^1.16.0
theme_tailor_annotation: ^3.0.1
riverpod: ^2.6.1
flutter_riverpod: ^2.1.1
hooks_riverpod: ^2.6.0
flutter_hooks: ^0.20.5
freezed_annotation: ^2.2.0
json_annotation: ^4.7.0
memoize: ^3.0.0
# quick_actions: ^0.6.0 # TODO: quick actions are blocked on https://github.com/ryanheise/audio_service/issues/671
fluttertoast: ^8.2.10
just_audio: ^0.9.42
audio_service:
# Using this branch for custom notifications https://github.com/nt4f04uNd/audio_service/commits/sweyer
# See https://github.com/ryanheise/audio_service/issues/633
# path: C:/dev/projects/native/audio_service/audio_service
# path: /Users/nt4f04und/dev/prj/audio_service/audio_service
git:
url: https://github.com/nt4f04uNd/audio_service
ref: sweyer
path: audio_service
nt4f04unds_widgets:
# path: c:/dev/projects/native/nt4f04unds_widgets/
# path: /Users/nt4f04und/dev/prj/nt4f04unds_widgets
git:
url: https://github.com/nt4f04uNd/nt4f04unds_widgets
ref: 4.0.0
sweyer_plugin:
path: sweyer_plugin
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.10
flutter_lints: ^4.0.0
golden_toolkit: ^0.15.0
theme_tailor: ^3.0.1
freezed: ^2.3.2
json_serializable: ^6.5.4
flutter:
generate: true
uses-material-design: true
assets:
- assets/
- assets/images/
# Don't include a whole folder here because of the README file
- assets/animations/play_pause.json
- assets/animations/checkmark.json
fonts:
- family: Manrope
fonts:
- asset: assets/fonts/Manrope/manrope-extrabold.ttf
weight: 800
- asset: assets/fonts/Manrope/manrope-bold.ttf
weight: 700
- asset: assets/fonts/Manrope/manrope-semibold.ttf
weight: 600
- family: SweyerIcons
fonts:
- asset: assets/fonts/SweyerIcons/SweyerIcons.ttf
dependency_overrides:
fading_edge_scrollview: ^4.1.1 # TODO: Remove once https://github.com/MarcelGarus/marquee/issues/95 has been published