-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
70 lines (53 loc) · 1.38 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
name: kw_dormitory
description: KW Dormitory Service Application.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.17.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
dio: ^4.0.6
provider: ^6.0.4
intl: ^0.17.0
percent_indicator: ^4.0.1
webview_flutter: ^3.0.4
kakaomap_webview: ^0.6.2
url_launcher: ^6.1.6
fluttertoast: ^8.1.1
kakao_flutter_sdk_user: ^1.3.0-beta.4
firebase_core: ^2.3.0
firebase_messaging: ^14.1.1
flutter_local_notifications: ^12.0.3+1
shared_preferences: ^2.0.15
cupertino_icons: ^1.0.2
dev_dependencies:
flutter_lints: ^2.0.0
flutter_launcher_icons: "^0.11.0"
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "asset/images/icon.png"
flutter:
uses-material-design: true
assets:
- asset/images/
fonts:
- family: NanumSquare
fonts:
- asset: asset/fonts/NanumSquare-Light.otf
weight: 300
- asset: asset/fonts/NanumSquare-Regular.otf
weight: 400
- asset: asset/fonts/NanumSquare-Bold.otf
weight: 700
- asset: asset/fonts/NanumSquare-ExtraBold.otf
weight: 800
- family: GmarketSans
fonts:
- asset: asset/fonts/GmarketSans-Light.otf
weight: 300
- asset: asset/fonts/GmarketSans-Medium.otf
weight: 500
- asset: asset/fonts/GmarketSans-Bold.otf
weight: 700