-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
85 lines (69 loc) · 2.02 KB
/
pubspec.yaml
File metadata and controls
85 lines (69 loc) · 2.02 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
name: expos2
description: "이 프로젝트는 2025 Ai-expo 참가를 목적으로 기획 되었으며 가상 인물과 채팅을 할 수 있는 서비스를 제공합니다."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.5.4
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
dio: ^5.7.0
go_router: ^14.6.2
flutter_riverpod: ^2.6.1
carousel_slider: ^5.0.0
flutter_svg: ^2.0.16
flutter_secure_storage: ^9.2.2
progress_indicator: ^0.2.2
scroll_date_picker: ^3.8.0
smooth_page_indicator: ^1.2.0+3
flutter_native_splash: ^2.4.4
flutter_screenutil: ^5.9.3
web_socket_channel: ^3.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter_native_splash:
color: "#F73A93"
image: assets/images/logo/logo.png
ios: true
android: true
android_12:
image : assets/images/logo/logo.png
icon_background_color: "#F73A93"
flutter:
uses-material-design: true
assets:
- assets/images/logo/
- assets/images/icons/login/
- assets/images/icons/core/
- assets/images/icons/onboarding/
- assets/images/icons/sign_up/
- assets/images/icons/main/
- assets/images/icons/chat/
- assets/images/icons/chatting_info/
- assets/images/icons/my_page/
- assets/images/icons/edit_pw/
- assets/images/icons/chatting_detail/
fonts:
- family: Pretendard
fonts:
- asset: assets/fonts/Pretendard-Thin.otf
weight: 100
- asset: assets/fonts/Pretendard-ExtraLight.otf
weight: 200
- asset: assets/fonts/Pretendard-Light.otf
weight: 300
- asset: assets/fonts/Pretendard-Regular.otf
weight: 400
- asset: assets/fonts/Pretendard-Medium.otf
weight: 500
- asset: assets/fonts/Pretendard-SemiBold.otf
weight: 600
- asset: assets/fonts/Pretendard-Bold.otf
weight: 700
- asset: assets/fonts/Pretendard-ExtraBold.otf
weight: 800
- asset: assets/fonts/Pretendard-Black.otf
weight: 900