-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
69 lines (55 loc) · 1.4 KB
/
Copy pathpubspec.yaml
File metadata and controls
69 lines (55 loc) · 1.4 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
name: techpicks
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
# json_serializable 6.14+ 가 ^3.8.0 이상을 요구한다.
sdk: ^3.8.0
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
firebase_core: ^3.3.0
firebase_auth: ^5.1.4
google_sign_in: ^6.2.1
animated_text_kit: ^4.2.1
easy_localization: ^3.0.7
restart_app: ^1.2.1
device_info_plus: ^10.0.2
webview_flutter: ^4.9.0
permission_handler: ^12.0.1 # 권한 요청 패키지 (10.x는 Flutter v1 embedding 제거로 빌드 불가)
shared_preferences: ^2.3.2
firebase_vertexai: ^0.2.3+4
cloud_firestore: ^5.4.4
firebase_storage: ^12.3.2
image_picker: ^1.1.2
rive: ^0.13.14
syncfusion_flutter_charts: ^33.1.46
dio: ^5.11.0
freezed_annotation: ^3.1.0
json_annotation: ^4.12.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter_native_splash: ^2.4.1
flutter_launcher_icons: ^0.13.1
build_runner: ^2.15.1
freezed: ^3.0.0
json_serializable: ^6.14.1
flutter:
uses-material-design: true
assets:
- assets/logo/
- assets/images/
- assets/translations/
- assets/Rive/
flutter_icons:
android: true
ios: true
image_path: "assets/logo/logo2.png"
flutter_native_splash:
color: "#ffffff" # 배경색
image: assets/logo/logo.png
android: true
ios: true