-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
105 lines (95 loc) · 2.46 KB
/
Copy pathpubspec.yaml
File metadata and controls
105 lines (95 loc) · 2.46 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
name: modi
description: Study Management
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.1.0+6
environment:
sdk: '>=3.0.6 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
table_calendar: ^3.0.9 # 캘린더
intl: ^0.18.1 # 다국어 처리
sentry_flutter: ^8.12.0 # 로깅
firebase_core_web: ^2.11.4
firebase_core: ^2.15.0
firebase_messaging: ^14.6.5
firebase_analytics: ^10.8.5
flutter_local_notifications: ^17.2.1
font_awesome_flutter: ^10.5.0 # 아이콘
page_view_dot_indicator: ^2.3.0
dio: 5.3.2
flutter_secure_storage: ^8.0.0
go_router: 10.1.0
flutter_native_splash: ^2.3.5
kakao_flutter_sdk: ^1.7.0
flutter_launcher_icons: ^0.13.1
provider: ^6.1.1
http: ^1.1.2
flutter_dotenv: ^5.1.0
carousel_slider: ^5.0.0 # 캐러셀 슬라이드
retrofit: ^4.0.3
retrofit_generator: ^8.0.1
freezed_annotation: ^2.4.1
build_runner: ^2.4.8
json_annotation: ^4.8.1
json_serializable: ^6.7.1
freezed: ^2.4.6
get_it: ^7.6.6
jwt_decoder: ^2.0.1
image_picker: ^1.0.7
bottom_picker: ^2.3.3
fluttertoast: ^8.0.8
change_app_package_name: ^1.1.0
sign_in_with_apple: ^5.0.0
logger: ^2.0.2+1
device_info_plus: ^9.1.2
social_share: ^2.3.1
share_plus: ^7.2.2
url_launcher: ^6.2.5
uni_links: ^0.5.1
app_links: ^6.0.2
yaml: ^3.1.2
package_info_plus: ^8.3.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
json_serializable: ^6.7.1
build_runner: ^2.4.8
retrofit_generator: ^8.0.6
flutter:
uses-material-design: true
assets:
- asset/
- asset/login/
- asset/search_category/
- asset/study_manage/
- asset/fonts/
- asset/board/
- asset/share/
- .local.env
- .env
- shorebird.yaml
- pubspec.yaml
fonts:
- family: Pretendard
fonts:
- asset: asset/fonts/Pretendard-Thin.ttf
weight: 100
- asset: asset/fonts/Pretendard-ExtraLight.ttf
weight: 200
- asset: asset/fonts/Pretendard-Light.ttf
weight: 300
- asset: asset/fonts/Pretendard-Regular.ttf
weight: 400
- asset: asset/fonts/Pretendard-Medium.ttf
weight: 500
- asset: asset/fonts/Pretendard-SemiBold.ttf
weight: 600
- asset: asset/fonts/Pretendard-Bold.ttf
weight: 700
- asset: asset/fonts/Pretendard-ExtraBold.ttf
weight: 800
- asset: asset/fonts/Pretendard-Black.ttf
weight: 900