-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
78 lines (71 loc) · 1.66 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
name: Data4Diabetes
description: Data4Diabetes App
publish_to: none
version: 2024.11.1+38
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: '2.8.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.4
get: ^4.6.6
flutter_svg: ^0.22.0
dio: ^4.0.4
shared_preferences: ^2.0.10
flutter_localizations:
sdk: flutter
intl: ^0.19.0
cached_network_image: ^3.2.0
animations: ^2.0.2
logger: ^1.1.0
pretty_dio_logger: ^1.1.1
font_awesome_flutter: ^9.2.0
fluttertoast: ^8.2.6
d_chart: ^2.2.11
flutter_screenutil: 5.9.3
mobile_scanner: ^5.1.1
package_info_plus: ^7.0.0
intl_phone_number_input: ^0.7.4
sms_autofill: ^2.4.0
webview_flutter: ^4.4.2
http: ^0.13.6
page_view_dot_indicator: ^2.1.0
dropdown_button2: ^2.1.0
syncfusion_flutter_charts: ^21.2.4
firebase_core: ^3.2.0
firebase_core_platform_interface: 5.1.0
firebase_crashlytics: ^4.0.3
uuid: ^3.0.7
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.4
analyzer: any
dart_code_metrics: any
change_app_package_name: ^1.0.0
flutter_launcher_icons: ^0.9.2
flutter_icons:
android: "ic_launcher"
ios: true
image_path: "images/launcher_icon_new.png"
flutter:
generate: true
uses-material-design: true
assets:
- images/
fonts:
- family: Roboto
fonts:
- asset: fonts/Roboto-Thin.ttf
weight: 200
- asset: fonts/Roboto-Light.ttf
weight: 200
- asset: fonts/Roboto-Regular.ttf
weight: 200
- asset: fonts/Roboto-Medium.ttf
weight: 300
- asset: fonts/Roboto-Bold.ttf
weight: 600
- asset: fonts/Roboto-Italic.ttf
style: italic