-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
99 lines (81 loc) · 1.84 KB
/
Copy pathpubspec.yaml
File metadata and controls
99 lines (81 loc) · 1.84 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
93
94
95
96
97
98
99
name: digital_will_app
description: Blockchain-based AI-assisted digital will & inheritance system
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# State Management
provider: ^6.1.1
flutter_riverpod: ^3.0.1
# Web3 & Blockchain
web3dart: ^2.7.3
http: ^1.1.0
# Storage & Encryption
flutter_secure_storage: ^10.0.0-beta.4
shared_preferences: ^2.2.2
hive: ^2.2.3
hive_flutter: ^1.1.0
encrypt: ^5.0.3
pointycastle: ^3.9.1
# Authentication & OAuth
firebase_auth: ^6.1.0
google_sign_in: ^7.2.0
#flutter_facebook_auth: ^6.0.3
# Networking
dio: ^5.4.0
retrofit: ^4.0.3
# Local Database
sqflite: ^2.3.0
# UI Components
flutter_svg: ^2.0.9
cached_network_image: ^3.3.0
lottie: ^3.3.2
fl_chart: ^0.69.0
# Utilities
intl: ^0.20.2
uuid: ^4.2.1
logger: ^2.0.2
path_provider: ^2.1.1
flutter_dotenv: ^6.0.0
# Biometric Authentication
local_auth: ^2.1.7
# QR Code
qr_flutter: ^4.1.0
mobile_scanner: ^7.1.2
# Local Notifications Only (Firebase Removed)
flutter_local_notifications: ^18.0.1
# Deep Learning / ML
# Life Signs & Monitoring
call_log: ^6.0.1
permission_handler: ^11.0.1
geolocator: ^13.0.0
telephony: ^0.2.0
device_info_plus: ^10.1.0
workmanager: ^0.6.0-rc.1
supabase_flutter: ^2.10.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
build_runner: ^2.4.7
hive_generator: ^2.0.1
retrofit_generator: ^8.0.4
flutter_launcher_icons: ^0.13.1
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/app_icon.png"
min_sdk_android: 21
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/contracts/
- lib/l10n/
- .env
- assets/death_detection_model.tflite