-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
81 lines (56 loc) · 1.36 KB
/
pubspec.yaml
File metadata and controls
81 lines (56 loc) · 1.36 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
name: forstudy
description: A Flutter application for study group management and attendance tracking
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
# HTTP 통신
http: ^1.1.0
# 상태 관리
provider: ^6.1.1
# 로컬 저장소
shared_preferences: ^2.2.2
# 날짜 선택 및 캘린더
table_calendar: ^3.0.9
# UI 아이콘
cupertino_icons: ^1.0.6
# JSON 직렬화
json_annotation: ^4.9.0
# 국제화 (날짜 포맷팅)
intl: ^0.19.0
# 파일 선택
file_picker: ^8.1.4
# 이미지 처리 (향후 프로필 이미지용)
image_picker: ^1.0.4
# 파일 처리
path_provider: ^2.1.1
# URL 런처 (외부 링크)
url_launcher: ^6.2.1
# 디바이스 정보
device_info_plus: ^9.1.1
# 패키지 정보
package_info_plus: ^4.2.0
# 네트워크 연결 체크
connectivity_plus: ^5.0.2
# 플래시 메시지 (향상된 스낵바)
fluttertoast: ^8.2.4
# 로딩 인디케이터
flutter_spinkit: ^5.2.0
# 차트 (출석률 시각화)
fl_chart: ^0.65.0
# 애니메이션
animations: ^2.0.8
# 캐시 네트워크 이미지
cached_network_image: ^3.3.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
build_runner: ^2.4.7
json_serializable: ^6.7.1
flutter:
uses-material-design: true