-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
79 lines (72 loc) · 1.87 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
name: resq
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.2.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_dotenv: ^5.1.0
get:
google_maps_flutter: ^2.5.3
geolocator: ^7.7.0
permission_handler: ^8.1.6
geocoding: ^2.0.0
logging: ^1.0.1
url_launcher: ^6.0.10
http: ^0.13.3
cupertino_icons: ^1.0.2
flutter_launcher_icons: ^0.13.1
flutter_local_notifications: ^16.3.2
flutter_native_splash: ^2.3.10
firebase_core: ^2.25.4
cloud_firestore: ^4.14.0
youtube_player_flutter: ^8.1.2
firebase_storage: ^11.0.15
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/icon.png
- assets/splash.png
- assets/images/
#- .env
fonts:
- family: Pretendard
fonts:
- asset: assets/fonts/Pretendard-Thin.ttf
weight: 100
- asset: assets/fonts/Pretendard-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Pretendard-Light.ttf
weight: 300
- asset: assets/fonts/Pretendard-Regular.ttf
weight: 400
- asset: assets/fonts/Pretendard-Medium.ttf
weight: 500
- asset: assets/fonts/Pretendard-SemiBold.ttf
weight: 600
- asset: assets/fonts/Pretendard-Bold.ttf
weight: 700
- asset: assets/fonts/Pretendard-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Pretendard-Black.ttf
weight: 900
# 아이콘 설정
flutter_launcher_icons:
ios: true
android: true
image_path: "assets/icon.png"
remove_alpha_ios: true
# 스플래시 스크린 설정
flutter_native_splash:
color: "#f4f4f4"
image: "assets/splash.png"
fullscreen: true
android_12: # 안드로이드 12 이상은 별도 코드가 필요
image: "assets/splash.png"
image_android: "assets/splash.png"