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:
@@ -49,6 +49,7 @@ dependencies:
|
||||
flutter_map: ^7.0.0 # مكتبة OpenStreetMap للفلاتر
|
||||
latlong2: ^0.9.1
|
||||
http: ^1.0.0
|
||||
crypto: ^3.0.3
|
||||
# image: ^4.1.7
|
||||
image_cropper: ^8.0.2
|
||||
image_picker: ^1.1.1
|
||||
|
||||
Reference in New Issue
Block a user