-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
111 lines (111 loc) · 3.01 KB
/
pubspec.yaml
File metadata and controls
111 lines (111 loc) · 3.01 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
name: romrom_fe
description: "ROMROM-FE"
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.10.21+274
environment:
sdk: ">=3.9.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
# 알파벳 순으로 정렬
animated_toggle_switch: ^0.8.5
crypto: ^3.0.6
cupertino_icons: ^1.0.6
dart_jsonwebtoken: ^2.8.0
device_info_plus: ^10.0.0
package_info_plus: ^8.0.0
firebase_auth: ^6.1.4
firebase_core: ^4.2.1
firebase_messaging: ^16.0.4
flutter_dotenv: ^6.0.0
flutter_lints: ^6.0.0
flutter_local_notifications: ^20.1.0
flutter_naver_map: ^1.3.1
flutter_riverpod: ^2.6.1
flutter_screenutil: ^5.9.3
flutter_secure_storage: ^10.0.0
flutter_svg: ^2.0.17
geolocator: ^14.0.2
geocoding: ^4.0.0
google_mobile_ads: ^7.0.0
google_sign_in: ^7.2.0
gradient_borders: ^1.0.1
http: ^1.3.0
http_parser: ^4.0.2
image_picker: ^1.1.2
intl: ^0.20.2
json_annotation: ^4.9.0
kakao_flutter_sdk: ^1.9.7+3
logging: ^1.3.0
permission_handler: ^12.0.1
photo_viewer: ^0.1.0
playing_cards_layouts: ^1.0.1
provider: ^6.1.5
shadex: ^1.0.2
shared_preferences: ^2.5.2
sign_in_with_apple: ^7.0.1
skeletonizer: ^2.1.0+1
stomp_dart_client: ^3.0.1
app_links: ^6.4.0
share_plus: ^10.1.4
url_launcher: ^6.3.2
cached_network_image: ^3.4.1
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
build_runner: ^2.4.6
json_serializable: ^6.7.1
patrol: ^4.1.0
# Patrol 설정
patrol:
app_name: 롬롬
test_directory: integration_test
android:
package_name: com.alom.romrom
ios:
bundle_id: com.alom.romrom
flutter:
uses-material-design: true
assets:
- .env
- assets/images/
- assets/terms/
fonts:
# icons
- family: AppIcons
fonts:
- asset: assets/fonts/AppIcons.ttf
# fonts
- family: Pretendard
fonts:
- asset: assets/fonts/pretendard/Pretendard-Thin.otf
weight: 100
- asset: assets/fonts/pretendard/Pretendard-ExtraLight.otf
weight: 200
- asset: assets/fonts/pretendard/Pretendard-Light.otf
weight: 300
- asset: assets/fonts/pretendard/Pretendard-Regular.otf
weight: 400
- asset: assets/fonts/pretendard/Pretendard-Medium.otf
weight: 500
- asset: assets/fonts/pretendard/Pretendard-SemiBold.otf
weight: 600
- asset: assets/fonts/pretendard/Pretendard-Bold.otf
weight: 700
- asset: assets/fonts/pretendard/Pretendard-ExtraBold.otf
weight: 800
- asset: assets/fonts/pretendard/Pretendard-Black.otf
weight: 900
# fonts
- family: NEXON-Lv2-Gothic
fonts:
- asset: assets/fonts/nexon-lev2-gothic/NEXON-Lv2-Gothic-Light.otf
weight: 300
- asset: assets/fonts/nexon-lev2-gothic/NEXON-Lv2-Gothic.otf
weight: 400
- asset: assets/fonts/nexon-lev2-gothic/NEXON-Lv2-Gothic-Medium.otf
weight: 500
- asset: assets/fonts/nexon-lev2-gothic/NEXON-Lv2-Gothic-Bold.otf
weight: 700