This commit is contained in:
Hamza-Ayed
2024-06-15 21:10:06 +03:00
parent e04b594860
commit 03cd18dae0
30 changed files with 710 additions and 158 deletions

View File

@@ -68,8 +68,8 @@ class ProfileController extends GetxController {
),
MyElevatedButton(
title: 'Update'.tr,
onPressed: () {
updateColumn({
onPressed: () async {
await updateColumn({
'id': box.read(BoxName.passengerID),
columnName: txtController.text,
});