-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
183 lines (151 loc) · 4.3 KB
/
pubspec.yaml
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
name: thunder
description: "A new Flutter project."
# Prevent accidental publishing to pub.dev
publish_to: "none"
version: 1.0.4+25022500
environment:
sdk: ^3.5.4
dependencies:
#=== Flutter SDK
flutter:
sdk: flutter
#=== Internationalization
intl: any
flutter_localizations:
sdk: flutter
intl_utils: ^2.8.7
#=== UI & Design
flutter_svg: ^2.0.16
scroll_to_index: any
shimmer: ^3.0.0
#=== State Management
flutter_riverpod: ^2.6.1
#=== Navigation
go_router: ^14.6.2
#=== Network
dio: ^5.7.0
webview_flutter: ^4.10.0
http: ^1.3.0
#=== Device & Platform
device_info_plus: ^11.2.0
package_info_plus: ^8.1.4
path_provider: ^2.1.5
share_plus: ^10.1.4
flutter_email_sender: ^6.0.3
#=== Storage & Cache
shared_preferences: ^2.3.5
flutter_secure_storage: ^9.2.3
#=== Media & Assets
camera: ^0.11.0+2
image_picker: ^1.1.2
photo_manager: ^3.6.3
image: ^4.3.0
flutter_image_compress: ^2.3.0
extended_image: ^9.0.9
#=== Permissions
permission_handler: ^11.3.1
app_tracking_transparency: ^2.0.6+1
#=== Firebase
firebase_core: ^3.11.0
firebase_analytics: ^11.4.2
firebase_crashlytics: ^4.3.2
firebase_messaging: ^15.2.2
#=== Notifications
flutter_local_notifications: ^18.0.1
flutter_app_badge_control: ^0.0.2
#=== Utils & Helpers
freezed_annotation: ^2.4.4
json_annotation: ^4.9.0
uuid: ^3.0.7
flutter_dotenv: ^5.2.1
logger: ^2.5.0
dev_dependencies:
#=== Testing
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
#=== Linting
flutter_lints: ^5.0.0
#=== Code Generation
build_runner: ^2.4.13
freezed: ^2.5.7
json_serializable: ^6.9.0
flutter_gen_runner: ^5.8.0
#=== Splash Screen
flutter_native_splash: ^2.4.4
#=== Package
change_app_package_name: ^1.4.0
flutter_launcher_icons: ^0.14.2
flutter_oss_licenses: ^3.0.4
# 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
# To add assets to your application, add an assets section, like this:
# 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:
assets:
- .env
- assets/images/camera/
- assets/images/welcome/
- assets/images/logos/
- assets/images/splash/
- assets/images/app_icon/
fonts:
- family: Pretendard
fonts:
- asset: assets/fonts/Pretendard/Pretendard-Thin.ttf
weight: 100
- asset: assets/fonts/Pretendard/Pretendard-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Pretendard/Pretendard-Light.ttf
weight: 300
- asset: assets/fonts/Pretendard/Pretendard-Regular.ttf
weight: 400
- asset: assets/fonts/Pretendard/Pretendard-Medium.ttf
weight: 500
- asset: assets/fonts/Pretendard/Pretendard-SemiBold.ttf
weight: 600
- asset: assets/fonts/Pretendard/Pretendard-Bold.ttf
weight: 700
- asset: assets/fonts/Pretendard/Pretendard-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Pretendard/Pretendard-Black.ttf
weight: 900
- family: ThunderIcons
fonts:
- asset: assets/fonts/ThunderIcons.ttf
# For details regarding fonts from package dependencies,
# see https://flutter.dev/to/font-from-package
flutter_gen:
integrations:
flutter_svg: true
output: lib/core/theme/gen
line_length: 80
assets:
enabled: true
fonts:
enabled: true
colors:
enabled: true
inputs:
- assets/colors/system.xml
flutter_intl:
enabled: true
main_locale: ko
flutter_launcher_icons:
image_path: "assets/images/app_icon/app_icon.png"
android: true
adaptive_icon_background: "#000000" # 배경색
adaptive_icon_foreground: "assets/images/app_icon/app_icon.png"
ios: true
remove_alpha_ios: true