-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpubspec.yaml
More file actions
92 lines (84 loc) · 2.59 KB
/
pubspec.yaml
File metadata and controls
92 lines (84 loc) · 2.59 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
name: earlips
description: Sleep and Liver Care Management Application
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=3.1.3 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
collection: any
cupertino_icons: ^1.0.2
flutter_native_splash: ^2.3.6
flutter_dotenv: ^5.1.0
flutter_launcher_icons: ^0.13.1
get: ^4.6.6
flutter_svg: ^2.0.9
intl: ^0.18.1
firebase_core: ^2.25.4
firebase_auth: ^4.17.4
google_sign_in: ^6.2.1
fl_chart: ^0.66.2
percent_indicator: ^4.2.3
speech_to_text: ^6.6.0
permission_handler: ^8.0.0
flutter_secure_storage: ^9.0.0
flutter_sound: ^9.2.13
flutter_annual_task: ^0.2.0
flutter_calendar_week: ^3.0.2
firebase_database: ^10.4.5
cloud_firestore: ^4.15.4
http: ^1.2.0
flutter_localization: ^0.2.0
easy_localization: ^3.0.4
video_player: ^2.8.2
youtube_player_flutter: ^8.1.2
flutter_spinkit: ^5.2.1
vibration: ^1.8.4
flutter_gemini: ^2.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
intl_translation: ^0.18.1
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
- assets/translations/
- assets/config/.env
- assets/data/
- assets/images/home/
- assets/images/study/
- assets/images/phoneme/
- assets/images/output-onlinegiftools.gif
- assets/images/sound_wave.gif
- assets/images/sentance.gif
- assets/images/word.gif
# - assets/sounds/speech_to_text_listening.m4r
# - assets/sounds/speech_to_text_cancel.m4r
# - assets/sounds/speech_to_text_stop.m4r
fonts:
- family: Pretendard
fonts:
- asset: assets/fonts/Pretendard-Thin.otf
weight: 100
- asset: assets/fonts/Pretendard-ExtraLight.otf
weight: 200
- asset: assets/fonts/Pretendard-Light.otf
weight: 300
- asset: assets/fonts/Pretendard-Regular.otf
weight: 400
- asset: assets/fonts/Pretendard-Medium.otf
weight: 500
- asset: assets/fonts/Pretendard-SemiBold.otf
weight: 600
- asset: assets/fonts/Pretendard-Bold.otf
weight: 700
- asset: assets/fonts/Pretendard-ExtraBold.otf
weight: 800
- asset: assets/fonts/Pretendard-Black.otf
weight: 900