-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
125 lines (108 loc) · 2.94 KB
/
pubspec.yaml
File metadata and controls
125 lines (108 loc) · 2.94 KB
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
name: sos
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.4.3 <4.0.0"
dependencies:
flutter:
sdk: flutter
# UI
cupertino_icons: ^1.0.6
flutter_svg: ^2.0.10+1
flutter_screenutil: ^5.9.3
keyboard_dismisser: ^3.0.0
flutter_native_splash: ^2.4.1
device_info_plus: ^10.1.2
# Map
flutter_naver_map: ^1.2.3+1
geolocator: ^12.0.0
# State and Routing
flutter_riverpod: ^2.5.1
go_router: ^14.2.0
# Utils
image_picker: ^1.1.2
flutter_dotenv: ^5.1.0
logger: ^2.4.0
flutter_secure_storage: ^9.2.2
flutter_sms: ^2.3.3
camera: ^0.11.0+2
url_launcher: ^6.3.0
# Push Notification
firebase_core: ^3.6.0
firebase_messaging: ^15.1.3
flutter_local_notifications: ^17.2.3
# Code Generation and Serialization
freezed_annotation: ^2.4.2
json_annotation: ^4.9.0
json_serializable: ^6.8.0
# Network
http: ^1.2.2
dio: ^5.7.0
# backend
alfred: ^1.1.1
mime: ^1.0.5
path: ^1.9.0
jwt_decoder: ^2.0.1
lottie: ^3.1.2
intl: ^0.19.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
build_runner: ^2.4.11
freezed: ^2.5.2
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/icons/home/
- assets/icons/home/marker/
- assets/icons/post/
- assets/icons/post/emergency_response/
- assets/icons/post/types/
- assets/icons/setting/
- assets/images/
- assets/lottie/
- .env
fonts:
- family: Pretendard
fonts:
- asset: assets/fonts/x_archive/Pretendard-Black.ttf
- asset: assets/fonts/x_archive/Pretendard-Bold.ttf
- asset: assets/fonts/x_archive/Pretendard-ExtraLight.ttf
- asset: assets/fonts/x_archive/Pretendard-Light.ttf
- asset: assets/fonts/x_archive/Pretendard-Medium.ttf
- asset: assets/fonts/x_archive/Pretendard-Regular.ttf
- asset: assets/fonts/x_archive/Pretendard-SemiBold.ttf
- asset: assets/fonts/x_archive/Pretendard-Thin.ttf
- family: Bangers
fonts:
- asset: assets/fonts/x_archive/Bangers-Regular.ttf
- family: AppleSD
fonts:
- asset: assets/fonts/AppleSDGothicNeoUL.ttf
weight: 100
- asset: assets/fonts/AppleSDGothicNeoT.ttf
weight: 200
- asset: assets/fonts/AppleSDGothicNeoL.ttf
weight: 300
- asset: assets/fonts/AppleSDGothicNeoR.ttf
weight: 400
- asset: assets/fonts/AppleSDGothicNeoM.ttf
weight: 500
- asset: assets/fonts/AppleSDGothicNeoSB.ttf
weight: 600
- asset: assets/fonts/AppleSDGothicNeoB.ttf
weight: 700
- asset: assets/fonts/AppleSDGothicNeoEB.ttf
weight: 800
- asset: assets/fonts/AppleSDGothicNeoH.ttf
weight: 900
flutter_native_splash:
color: "#ffffff"
image: assets/images/new_logo.png
android: true
ios: true
web: true
fullscreen: true