-
Notifications
You must be signed in to change notification settings - Fork 4
/
pubspec.yaml
105 lines (86 loc) · 2.26 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
name: nightary
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+5
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
logger: ^2.0.2+1
#based_battery_indicator: ^1.0.3
based_battery_indicator:
git:
url: https://github.com/bunju20/based_widget.git
path: packages/based_battery_indicator
ref: master
carousel_slider: ^4.2.1
syncfusion_flutter_charts: ^24.1.45
just_audio: ^0.9.36
health: ^8.1.0
# Custom Time Chart
path_drawing: ^1.0.1
touchable: ^1.0.2
linked_scroll_controller: ^0.2.0
# ft_chart
fl_chart: ^0.66.0
# SQLite3 Database
drift: ^2.14.1
sqlite3_flutter_libs: ^0.5.18
path_provider: ^2.1.2
path: ^1.8.3
# Shared Preferences
shared_preferences: ^2.2.1
time_range_picker: ^2.2.0
url_launcher: ^6.2.3
flutter_widgetkit: ^1.0.3
flutter_local_notifications: ^16.3.0
# Extended Nested Scroll View
extended_nested_scroll_view: ^6.2.1
timezone: ^0.9.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
intl_translation: ^0.18.1
# SQLite3 Database
drift_dev: ^2.14.1
build_runner: ^2.4.7
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
- assets/config/.env
- assets/data/
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