-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
85 lines (73 loc) · 1.97 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
name: sw_travelrhythm
description: SW
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.17.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
get: ^4.6.5
dio: ^4.0.6
logger: ^1.1.0
geolocator: ^9.0.1
proj4dart: ^2.0.0
# UI
solid_bottom_sheet: ^0.1.10
dropdown_button2: ^1.7.2
flutter_naver_map:
git: https://github.com/note11g/flutter_naver_map.git
flutter_native_splash: ^2.2.7 # splah(첫 로고 화면)용 library
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- asset/
- asset/image/
- asset/image/logo/
fonts:
# NotoSans-KR
- family: NotoB
fonts:
- asset: asset/font/Noto_Sans_KR/NotoSansKR-Bold.otf
- family: NotoL
fonts:
- asset: asset/font/Noto_Sans_KR/NotoSansKR-Light.otf
- family: NotoM
fonts:
- asset: asset/font/Noto_Sans_KR/NotoSansKR-Medium.otf
- family: NotoR
fonts:
- asset: asset/font/Noto_Sans_KR/NotoSansKR-Regular.otf
- family: NotoT
fonts:
- asset: asset/font/Noto_Sans_KR/NotoSansKR-Thin.otf
# NanumSquare
- family: NanumB
fonts:
- asset: asset/font/nanum-square/NanumSquareB.otf
- family: NanumEB
fonts:
- asset: asset/font/nanum-square/NanumSquareEB.otf
- family: NanumL
fonts:
- asset: asset/font/nanum-square/NanumSquareL.otf
- family: NanumR
fonts:
- asset: asset/font/nanum-square/NanumSquareR.otf
- family: NanumACB
fonts:
- asset: asset/font/nanum-square/NanumSquareOTF_acB.otf
- family: NanumACEB
fonts:
- asset: asset/font/nanum-square/NanumSquareOTF_acEB.otf
- family: NanumACL
fonts:
- asset: asset/font/nanum-square/NanumSquareOTF_acL.otf
- family: NanumACR
fonts:
- asset: asset/font/nanum-square/NanumSquareOTF_acR.otf