forked from Advanced-MobileProgramming/flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
220 lines (204 loc) · 9.97 KB
/
pubspec.yaml
File metadata and controls
220 lines (204 loc) · 9.97 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
name: soobook
description: "A new Flutter project."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+1
environment:
sdk: ^3.5.2
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
flutter_rating_bar: ^4.0.0 # flutter_rating_bar 패키지 추가
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
firebase_core: ^3.7.0
firebase_database: ^11.1.5
path: ^1.9.0
dev_dependencies:
flutter_test:
sdk: flutter
# 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
# 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:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
# - assets/bookDB.json
# - assets/images/books/
- assets/images/books/이처럼_사소한_것들.jpg
- assets/images/books/작은_땅의_야수들.jpg
- assets/images/books/흐르는_강물처럼.jpg
- assets/images/books/소원을_말해줘.jpg
- assets/images/books/시티_뷰.jpg
- assets/images/books/고양이는_사라지지_않는다.jpg
- assets/images/books/불안_해방.jpg
- assets/images/books/나는_둔감하게_살기로_했다.jpg
- assets/images/books/스토아_수업.jpg
- assets/images/books/버리고_갈_것만_남아서_참_홀가분하다.jpg
- assets/images/books/그곳에_자꾸만_가고_싶다.jpg
- assets/images/books/다시_시로_숨_쉬고_싶은_그대에게.jpg
- assets/images/books/마음이_콩밭에_가_있습니다.jpg
- assets/images/books/사랑_두_개의_심장.jpg
- assets/images/books/마음이_흐르는_대로.jpg
- assets/images/books/생의_마지막_날까지.jpg
- assets/images/books/마인드_박스.jpg
- assets/images/books/자유로운_이기주의자.jpg
- assets/images/books/꾸짖는_기술.jpg
- assets/images/books/고품격_유머_스트레칭.jpg
- assets/images/books/그로운.jpg
- assets/images/books/현대적_사랑의_박물관.jpg
- assets/images/books/안녕_내일_또_만나.jpg
- assets/images/books/무중력증후군.jpg
- assets/images/books/모던_하트.jpg
- assets/images/books/마르타의_일.jpg
- assets/images/books/이지_뷰티.jpg
- assets/images/books/크게_그린_사람.jpg
- assets/images/books/담요와_책만_있다면.jpg
- assets/images/books/시인의_붓.jpg
- assets/images/books/혼자_점심_먹는_사람을_위한_시집.jpg
- assets/images/books/이번_생은_초록빛.jpg
- assets/images/books/사는_마음.jpg
- assets/images/books/부상당한_천사에게.jpg
- assets/images/books/구체적_사랑.jpg
- assets/images/books/나의_아름답고_추한_몸에게.jpg
- assets/images/books/이것이_광고인이다.jpg
- assets/images/books/두뇌_비타민.jpg
- assets/images/books/직면하는_마음.jpg
- assets/images/books/공감의_언어.jpg
- assets/images/books/위대한_개츠비.jpg
- assets/images/books/코.jpg
- assets/images/books/3부작.jpg
- assets/images/books/메밀꽃_필_무렵.jpg
- assets/images/books/우상의_눈물.jpg
- assets/images/books/검사의_죄.jpg
- assets/images/books/1026.jpg
- assets/images/books/자살에_관한_모든_것.jpg
- assets/images/books/정약용_코드.jpg
- assets/images/books/샐러드_기념일.jpg
- assets/images/books/좀더_단단한_내가_될래.jpg
- assets/images/books/나만의_색깔을_만들어가는_중입니다.jpg
- assets/images/books/사연_많은_귀여운_환자들을_돌보고_있습니다.jpg
- assets/images/books/세상에_무해한_사람이_되고_싶어.jpg
- assets/images/books/뿌리가_튼튼한_사람이_되고_싶어.jpg
- assets/images/books/그대로_괜찮은_파랑.jpg
- assets/images/books/F4_선언일기.jpg
- assets/images/books/나는_당신이_살았으면_좋겠습니다.jpg
- assets/images/books/성형을_생각하는_당신에게.jpg
- assets/images/books/리더들이_몰래_읽는_한비자.jpg
- assets/images/books/가시고백.jpg
- assets/images/books/기억_전달자.jpg
- assets/images/books/만질_수_있는_생각.jpg
- assets/images/books/순례_주택.jpg
- assets/images/books/엑시트.jpg
- assets/images/books/지구_아이.jpg
- assets/images/books/최후의_Z.jpg
- assets/images/books/거인의_옥편.jpg
- assets/images/books/공원의_위로.jpg
- assets/images/books/노래로_읽는_당시.jpg
- assets/images/books/더_이상_무엇이.jpg
- assets/images/books/마지막_왕국.jpg
- assets/images/books/별빛은_쏟아지고.jpg
- assets/images/books/삶의로서의_일.jpg
- assets/images/books/숙론.jpg
- assets/images/books/아웃라이어.jpg
- assets/images/books/안녕,_삐삐_롱스타킹.jpg
- assets/images/books/앤서.jpg
- assets/images/books/어떤_선택의_재검토.jpg
- assets/images/books/에레혼.jpg
- assets/images/books/옛_시정을_더듬어_(상).jpg
- assets/images/books/이적의_단어들.jpg
- assets/images/books/인생을_건너는_한_문장.jpg
- assets/images/books/제정신이라는_착각.jpg
- assets/images/books/좋아하기_때문에.jpg
- assets/images/books/추억_수리_공장.jpg
- assets/images/books/회복하는_힘.jpg
- assets/images/books/거의_정반대의_행복.jpg
- assets/images/books/고양이가_보았어.jpg
- assets/images/books/구글_임원에서_실리콘밸리_알바생이_되었습니다.jpg
- assets/images/books/그대는_나의_여름이_되세요.jpg
- assets/images/books/나이트.jpg
- assets/images/books/숨은_말_찾기.jpg
- assets/images/books/시_읽는_밤.jpg
- assets/images/books/아가미.jpg
- assets/images/books/어쩌면_별들이_너의_슬픔을_가져갈지도_몰라.jpg
- assets/images/books/언니의_실종에_관한_48_단서들.jpg
- assets/images/books/이_삶이_당신을_어디로_이끌었든.jpg
- assets/images/books/인간_본성의_법칙.jpg
- assets/images/books/잡담이_능력이다.jpg
- assets/images/books/전지적_루이_&_후이_시점.jpg
- assets/images/books/죽을_때까지_나를_다스린다는_것.jpg
- assets/images/books/파과.jpg
- assets/images/books/파우스터.jpg
- assets/images/books/파타.jpg
- assets/images/books/혼자_있는_시간의_힘.jpg
- assets/images/books/회복탄력성.jpg
- image/book_image_1.jpg
- image/book_image_2.jpg
- image/book_image_3.jpg
- image/book_image_4.jpg
- image/book_image_5.jpg
- image/book_image_6.jpg
- image/book_image_7.jpg
- image/book_image_8.jpg
- image/book_image_9.jpg
- image/book_image_10.jpg
- image/DefaultProfile.png
- image/logo.png
- image/logo2.png
- image/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/to/resolution-aware-images
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/to/asset-from-package
# 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/to/font-from-package