Fix #16: SSL pinning in all 4 Flutter apps

- Created ssl_pinning.dart with SHA-256 DER hash pinning for intaleq.xyz and siromove.com
- Replaced http.post/http.get with pinned client in all CRUD classes
- Added crypto dependency to siro_admin and siro_driver pubspec
This commit is contained in:
Hamza-Ayed
2026-06-17 07:40:43 +03:00
parent 0e28814e7d
commit f528e1d3c5
10 changed files with 220 additions and 47 deletions

View File

@@ -45,6 +45,7 @@ dependencies:
# Services & Hardware
battery_plus: ^7.0.0
connectivity_plus: ^6.1.5
crypto: ^3.0.3
device_info_plus: 11.2.2
envied: ^1.0.0
firebase_auth: ^6.3.0