-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
82 lines (74 loc) · 2.15 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
name: copyparrot
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ^3.5.4
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
flutter_riverpod: ^2.6.1
riverpod_annotation: ^2.6.1
dio: ^5.7.0
device_info_plus: ^11.1.1
freezed: ^2.5.7
flutter_sharing_intent: ^1.1.1
audio_waveforms: ^1.1.1
audioplayers: ^6.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
riverpod_generator: ^2.6.2
build_runner: ^2.4.13
custom_lint: ^0.7.0
riverpod_lint: ^2.6.2
json_serializable: ^6.8.0
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: Mulish
fonts:
- asset: assets/fonts/Mulish-Light.ttf
weight: 300
- asset: assets/fonts/Mulish-Regular.ttf
weight: 400
- asset: assets/fonts/Mulish-Medium.ttf
weight: 500
- asset: assets/fonts/Mulish-SemiBold.ttf
weight: 600
- asset: assets/fonts/Mulish-Bold.ttf
weight: 700
- asset: assets/fonts/Mulish-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Mulish-Black.ttf
weight: 900
- family: Pretendard
fonts:
- asset: assets/fonts/Pretendard-Thin.ttf
weight: 100
- asset: assets/fonts/Pretendard-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Pretendard-Light.ttf
weight: 300
- asset: assets/fonts/Pretendard-Regular.ttf
weight: 400
- asset: assets/fonts/Pretendard-Medium.ttf
weight: 500
- asset: assets/fonts/Pretendard-SemiBold.ttf
weight: 600
- asset: assets/fonts/Pretendard-Bold.ttf
weight: 700
- asset: assets/fonts/Pretendard-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Pretendard-Black.ttf
weight: 900
- family: CrimsonText
fonts:
- asset: assets/fonts/CrimsonText-Bold.ttf
weight: 700