8/11/2
This commit is contained in:
@@ -566,7 +566,9 @@ class RegisterCaptain extends StatelessWidget {
|
||||
),
|
||||
TextFormField(
|
||||
initialValue: controller
|
||||
.owner.value.isNotEmpty
|
||||
.expirationDate
|
||||
.value
|
||||
.isNotEmpty
|
||||
? controller
|
||||
.responseIdCardDriverEgyptFront[
|
||||
'expiration_date']
|
||||
@@ -577,7 +579,8 @@ class RegisterCaptain extends StatelessWidget {
|
||||
labelText:
|
||||
'expiration_date'),
|
||||
onChanged: (value) => controller
|
||||
.owner.value = value,
|
||||
.expirationDate
|
||||
.value = value,
|
||||
),
|
||||
TextFormField(
|
||||
initialValue: controller
|
||||
@@ -617,8 +620,8 @@ class RegisterCaptain extends StatelessWidget {
|
||||
.addDriverEgyptHanding();
|
||||
await controller
|
||||
.addRegistrationCarEgyptHandling();
|
||||
await controller
|
||||
.getDriverNotCompleteRegistration();
|
||||
// await controller
|
||||
// .getDriverNotCompleteRegistration();
|
||||
Get.back();
|
||||
},
|
||||
kolor: AppColor.greenColor,
|
||||
|
||||
Reference in New Issue
Block a user