-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
45 lines (35 loc) · 928 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
45
name: infinitunes_mobile
description: An open-source Music Player App built with Flutter.
publish_to: "none" # to prevent accidental publication of package to pub.dev
version: 0.1.0
environment:
sdk: ">=3.0.3 <4.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_dotenv: ^5.1.0
http: ^1.1.0
json_annotation: ^4.8.1
build_runner: ^2.4.6
just_audio: ^0.9.34
cached_network_image: ^3.2.3
google_fonts: ^5.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
json_serializable: ^6.7.1
flutter:
uses-material-design: true
assets:
- .env
scripts:
gen: dart run build_runner build --delete-conflicting-outputs
gen_w: dart run build_runner watch --delete-conflicting-outputs
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic