-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
65 lines (59 loc) · 1.5 KB
/
pubspec.yaml
File metadata and controls
65 lines (59 loc) · 1.5 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
name: drawee
description: "A new Flutter project."
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ^3.5.4
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
firebase_core: ^3.9.0
flutter_svg: ^2.0.16
cloud_firestore: ^5.6.0
google_sign_in: ^6.2.2
firebase_auth: ^5.3.4
image_picker: ^1.1.2
image: ^4.5.2
flutter_riverpod: ^2.6.1
pro_image_editor: ^7.6.0
algoliasearch: ^1.28.3
convert: ^3.1.2
http: ^1.2.2
firebase_storage: ^12.4.0
path_provider: ^2.1.5
shared_preferences: ^2.3.5
url_launcher: ^6.3.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
change_app_package_name: ^1.4.0
mocktail: ^1.0.4
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icon/
- assets/icon/bottom_navigation_icons/
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