-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
44 lines (39 loc) · 905 Bytes
/
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
name: brook
description: "A music player"
publish_to: "none"
version: 1.0.0+1
environment:
sdk: "^3.5.4"
dependencies:
collection: ^1.19.1
adwaita: ^1.1.0
fast_immutable_collections: ^11.0.2
flutter:
sdk: flutter
flutter_hooks: ^0.20.5
freezed_annotation: ^2.4.4
gsettings:
git:
url: https://github.com/Henry-Hiles/gsettings.dart
hooks_riverpod: ^2.5.1
json_annotation: ^4.9.0
riverpod_annotation: ^2.3.5
dart_ytmusic_api:
git:
url: https://github.com/Henry-Hiles/dart_ytmusic_api
flutter_adaptive_scaffold: ^0.3.1
window_manager: ^0.4.3
adwaita_icons: ^0.2.1
dependency_overrides:
collection: ^1.19.1
intl: ^0.20.1
dev_dependencies:
build_runner: ^2.4.11
custom_lint: ^0.7.0
flutter_lints: ^5.0.0
freezed: ^2.5.7
json_serializable: ^6.8.0
riverpod_generator: ^2.4.2
riverpod_lint: ^2.3.12
flutter:
uses-material-design: true