This commit is contained in:
Hamza-Ayed
2023-12-10 00:01:36 +03:00
parent db3123320b
commit ba90f96e77
24 changed files with 465 additions and 184 deletions

View File

@@ -57,6 +57,9 @@ class ProfileController extends GetxController {
'id': prfoileData['id'].toString(),
columnName: txtController.text,
});
if (columnName == 'first_name') {
box.write(BoxName.name, txtController.text);
}
Get.back();
txtController.clear();
},