-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
156 lines (137 loc) · 3.81 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
name: cafein_flutter
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.5.4+50
environment:
sdk: ">=2.18.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_bloc: ^8.1.2
equatable: ^2.0.5
freezed_annotation: ^2.2.0
flutter_svg: ^1.1.3
json_annotation: ^4.7.0
retrofit: ^3.0.1
dio: ^4.0.6
intl: ^0.17.0
infinite_scroll_pagination: ^3.2.0
permission_handler: ^10.0.0
cupertino_icons: ^1.0.2
hive: ^2.2.3
hive_flutter: ^1.1.0
kakao_flutter_sdk: ^1.2.1
sign_in_with_apple: ^4.0.0
lottie: ^1.3.0
image_picker: ^0.8.5
geolocator: ^9.0.2
flutter_naver_map: ^0.10.7
sliding_up_panel: ^2.0.0+1
url_launcher: ^6.1.5
percent_indicator: ^4.2.2
cached_network_image: ^3.2.1
flutter_rating_bar: ^4.0.1
device_info_plus: ^4.1.2
package_info_plus: ^1.4.3
share_plus: ^4.0.10
photo_manager: ^2.3.0
path_provider: ^2.0.11
collection: ^1.16.0
flutter_keyboard_visibility: ^5.4.0
webview_flutter: ^3.0.4
bloc_concurrency: ^0.2.0
latlong2: ^0.8.1
flutter_image_compress: ^1.1.3
firebase_analytics: ^10.1.0
firebase_core: ^2.4.1
firebase_crashlytics: ^3.0.11
dev_dependencies:
flutter_test:
sdk: flutter
retrofit_generator: ^4.0.1
build_runner: ^2.1.11
json_serializable: ^6.5.1
flutter_native_splash: ^2.2.14
freezed: ^2.2.0
flutter_launcher_icons: ^0.10.0
hive_generator: ^1.1.3
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- asset/image/
- asset/image/onboard/
- asset/image/character/
- asset/icon/
- asset/lottie/
- asset/icon/marker/
- asset/icon/marker_x4/
- asset/icon/sticker/
- asset/icon/bottom/
- asset/icon/size16/
- asset/icon/size20/
- asset/icon/size24/
- asset/icon/size26/
- asset/icon/size32/
fonts:
- family: SpoqaHanSansNeo
fonts:
- asset: font/spoqa_han_sans_neo/SpoqaHanSansNeo-Regular.ttf
weight: 400
- asset: font/spoqa_han_sans_neo/SpoqaHanSansNeo-Medium.ttf
weight: 500
- asset: font/spoqa_han_sans_neo/SpoqaHanSansNeo-Bold.ttf
weight: 700
- family: Montserrat
fonts:
- asset: font/montserrat/Montserrat-Regular.ttf
weight: 400
- asset: font/montserrat/Montserrat-Medium.ttf
weight: 500
- asset : font/montserrat/Montserrat-Bold.ttf
weight: 700
- family: GmarketSans
fonts:
- asset : font/gmarket_sans/GmarketSansTTFLight.ttf
weight : 200
- asset : font/gmarket_sans/GmarketSansTTFMedium.ttf
weight : 500
- asset : font/gmarket_sans/GmarketSansTTFBold.ttf
weight : 600
- family: Pretendard
fonts:
- asset : font/pretendard/Pretendard-ExtraLight.ttf
weight : 100
- asset : font/pretendard/Pretendard-Light.ttf
weight : 200
- asset : font/pretendard/Pretendard-Thin.ttf
weight : 300
- asset : font/pretendard/Pretendard-Regular.ttf
weight : 400
- asset : font/pretendard/Pretendard-Medium.ttf
weight : 500
- asset : font/pretendard/Pretendard-SemiBold.ttf
weight : 600
- asset : font/pretendard/Pretendard-Bold.ttf
weight : 700
- asset : font/pretendard/Pretendard-ExtraBold.ttf
weight : 800
- asset : font/pretendard/Pretendard-Black.ttf
weight : 900
flutter_icons:
android: true
ios: true
image_path: 'asset/icon.png'
adaptive_icon_background: '#ffffff'
flutter_native_splash:
color: "#ffffff"
color_dark: "#ffffff"
image: asset/icon.png
image_dark: asset/icon.png
android_12:
image: asset/icon192.png
image_dark: asset/icon192.png
color: "#ffffff"
color_dark: "#ffffff"