-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
140 lines (123 loc) · 3.98 KB
/
Copy pathpubspec.yaml
File metadata and controls
140 lines (123 loc) · 3.98 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
name: dear_app
description: "Dear In Flutter"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.5.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations: # Add
sdk: flutter
intl: ^0.19.0
cupertino_icons: ^1.0.6
flutter_native_splash: ^2.3.7
flutter_staggered_grid_view: ^0.7.0
# flutter_bloc: ^8.1.0
get: ^4.6.6
dio: ^5.4.2
dio_smart_retry: ^6.0.0
retrofit: 4.1.0
json_annotation: ^4.9.0
fluttertoast: ^8.1.2
flutter_secure_storage: ^9.2.2
image_picker: ^1.1.2
firebase_core: ^3.4.0
firebase_messaging: ^15.1.0
flutter_local_notifications: ^17.2.2
cached_network_image: ^3.3.1
timeago: ^3.7.0
infinite_scroll_pagination: ^4.0.0
shared_preferences: ^2.2.3
stomp_dart_client: ^2.0.0
permission_handler: ^11.3.0
cell_calendar: ^0.8.0
shimmer: ^3.0.0
url_launcher: ^6.3.1
dev_dependencies:
flutter_test:
sdk: flutter
retrofit_generator: ^8.1.0
build_runner: ^2.4.9
json_serializable: ^6.7.0
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^4.0.0
analyzer: ^6.4.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
fonts:
- family: Pretendard
fonts:
- asset: assets/fonts/Pretendard-Black.ttf
weight: 900
- asset: assets/fonts/Pretendard-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Pretendard-Bold.ttf
weight: 700
- asset: assets/fonts/Pretendard-SemiBold.ttf
weight: 600
- asset: assets/fonts/Pretendard-Medium.ttf
weight: 500
- asset: assets/fonts/Pretendard-Regular.ttf
- asset: assets/fonts/Pretendard-Light.ttf
weight: 300
- asset: assets/fonts/Pretendard-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Pretendard-Thin.ttf
weight: 100
- family: Assistant
fonts:
- asset: assets/fonts/Assistant-Bold.ttf
weight: 700
- asset: assets/fonts/Assistant-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Assistant-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Assistant-Light.ttf
weight: 300
- asset: assets/fonts/Assistant-Medium.ttf
weight: 500
- asset: assets/fonts/Assistant-Regular.ttf
- asset: assets/fonts/Assistant-SemiBold.ttf
weight: 600
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/asset-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
flutter_native_splash:
android: false
ios: true
color: "#0E2764"
image: "assets/images/img_logo.png"
android_12:
icon_background_color: "#0E2764"
image: "assets/images/img_logo.png"