This commit is contained in:
Hamza-Ayed
2024-09-19 06:55:42 +03:00
parent 85ece97855
commit b09e0da403
22 changed files with 352 additions and 186 deletions

View File

@@ -96,7 +96,8 @@ class RegisterCaptainController extends GetxController {
sendOtpMessage() async {
SmsEgyptController smsEgyptController = Get.put(SmsEgyptController());
isLoading = true;
update();
int randomNumber = Random().nextInt(100000) + 1;
isLoading = true;
update();
@@ -156,6 +157,8 @@ class RegisterCaptainController extends GetxController {
}
}
}
isLoading = false;
update();
}
verifySMSCode() async {