-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
124 lines (116 loc) · 3.29 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
123
124
name: hello_world_mvp
description: "A new Flutter project."
publish_to: "none"
version: 0.1.2
environment:
sdk: ">=3.4.4 <4.0.0"
dependencies:
build_runner: ^2.4.12
dio: ^5.6.0
easy_localization: ^3.0.7
flutter:
sdk: flutter
flutter_localization: ^0.2.2
go_router: ^14.2.7
http: ^1.2.2
json_annotation: ^4.9.0
json_serializable: ^6.8.0
package_info_plus: ^8.0.2
provider: ^6.1.2
shared_preferences: ^2.3.2
universal_html: ^2.2.4
url_launcher: ^6.3.0
cupertino_icons: ^1.0.2
google_sign_in: ^6.2.1
equatable: ^2.0.5
dartz: ^0.10.1
injectable: ^2.4.4
uuid: ^4.5.0
version: ^3.0.2
get_it: ^7.6.6
hive: ^2.2.3
flutter_bloc: ^8.1.6
rxdart: ^0.28.0
flutter_svg: ^2.0.10+1
country_icons: ^3.0.0
image_picker: ^1.1.2
sentry_flutter: ^8.10.1
custom_refresh_indicator: ^4.0.1
google_maps_flutter: ^2.9.0
geolocator: ^13.0.2
google_maps_flutter_platform_interface: ^2.9.5
google_maps_flutter_android: ^2.14.11
synchronized: ^3.3.0+3
video_player: ^2.9.2
loading_animation_widget: ^1.3.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
injectable_generator:
flutter:
uses-material-design: true
assets:
- assets/translations/
- assets/images/
- assets/images/auth/
- assets/images/home/
- assets/images/home/grid_view/
- assets/images/chat/
- assets/images/common/
- assets/images/mypage/
- assets/images/community/
- assets/fonts/
- assets/icons/
- assets/icons/grey/
- assets/icons/blue/
- assets/images/common/flags/
fonts:
- family: SB AggroOTF
fonts:
- asset: assets/fonts/SB-AggroOTF-Bold.otf
weight: 700
- asset: assets/fonts/SB-AggroOTF-Medium.otf
weight: 500
- asset: assets/fonts/SB-AggroOTF-Light.otf
weight: 300
- family: Pretendard
fonts:
- asset: assets/fonts/pretendard/Pretendard-Black.otf
weight: 900
- asset: assets/fonts/pretendard/Pretendard-ExtraBold.otf
weight: 800
- asset: assets/fonts/pretendard/Pretendard-Bold.otf
weight: 700
- asset: assets/fonts/pretendard/Pretendard-SemiBold.otf
weight: 600
- asset: assets/fonts/pretendard/Pretendard-Medium.otf
weight: 500
- asset: assets/fonts/pretendard/Pretendard-Regular.otf
weight: 400
- asset: assets/fonts/pretendard/Pretendard-Light.otf
weight: 300
- asset: assets/fonts/pretendard/Pretendard-ExtraLight.otf
weight: 200
- asset: assets/fonts/pretendard/Pretendard-Thin.otf
weight: 100
- family: Inter
fonts:
- asset: assets/fonts/inter/Inter-Black.otf
weight: 900
- asset: assets/fonts/inter/Inter-ExtraBold.otf
weight: 800
- asset: assets/fonts/inter/Inter-Bold.otf
weight: 700
- asset: assets/fonts/inter/Inter-SemiBold.otf
weight: 600
- asset: assets/fonts/inter/Inter-Medium.otf
weight: 500
- asset: assets/fonts/inter/Inter-Regular.otf
weight: 400
- asset: assets/fonts/inter/Inter-Light.otf
weight: 300
- asset: assets/fonts/inter/Inter-ExtraLight.otf
weight: 200
- asset: assets/fonts/inter/Inter-Thin.otf
weight: 100