|
|
|
|
@ -46,7 +46,7 @@ class RegisterPage extends StatelessWidget {
|
|
|
|
|
});
|
|
|
|
|
return DropdownField((DropValue value) {
|
|
|
|
|
role = value.id;
|
|
|
|
|
}, list: dropList, hint: "Chosse Role");
|
|
|
|
|
}, list: dropList, hint: "Select Role");
|
|
|
|
|
} else {
|
|
|
|
|
return CircularProgressIndicator();
|
|
|
|
|
}
|
|
|
|
|
@ -64,7 +64,7 @@ class RegisterPage extends StatelessWidget {
|
|
|
|
|
return DropdownField((DropValue value) {
|
|
|
|
|
countryCode = value.subValue;
|
|
|
|
|
countryId = value.id;
|
|
|
|
|
}, list: dropList, hint: "Chosse Country");
|
|
|
|
|
}, list: dropList, hint: "Select Country");
|
|
|
|
|
} else {
|
|
|
|
|
return CircularProgressIndicator();
|
|
|
|
|
}
|
|
|
|
|
|