-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
61 lines (51 loc) · 1.2 KB
/
pubspec.yaml
File metadata and controls
61 lines (51 loc) · 1.2 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
name: eeats
description: "A new Flutter project."
publish_to: 'none'
# 퍼블리싱 완료
version: 1.2.0+3
environment:
sdk: ^3.5.3
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
flutter_bloc: ^8.1.6
dio: ^5.7.0
go_router: ^14.3.0
flutter_svg: ^2.0.10+1
flutter_secure_storage: ^9.2.2
intl: ^0.19.0
firebase_core: ^3.7.0
firebase_messaging: ^15.1.4
flutter_local_notifications: ^18.0.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.12
flutter_launcher_icons: ^0.14.1
flutter_lints: ^4.0.0
flutter_launcher_icons:
android: "launcher_icon"
remove_alpha_ios: true
ios: true
image_path: "assets/icon/core/eeats_app_icon.png"
min_sdk_android: 21
flutter:
uses-material-design: true
assets:
- assets/icon/core/
- assets/icon/navigator/
- assets/icon/meal/
- assets/icon/alarm/
- assets/icon/suggest/
- assets/icon/my/
- assets/images/core/
fonts:
- family: pretendard
fonts:
- asset: assets/font/pretendard_semibold.otf
weight: 600
- asset: assets/font/pretendard_medium.otf
weight: 500
- asset: assets/font/pretendard_regular.otf
weight: 400