This commit is contained in:
Hamza-Ayed
2024-05-21 16:46:49 +03:00
parent 908b5979a8
commit 5fb6a706c8
17 changed files with 193 additions and 191 deletions

View File

@@ -18,7 +18,7 @@ class CaptainProfileController extends GetxController {
Future updateFields() async {
var payload = {
'driverID': box.read(BoxName.driverID),
'driverID': box.read(BoxName.driverID).toString(),
};
if (vin.text.isNotEmpty) {