Conflicts:
	lib/widgets/auth/verfiy_account.dart
merge-requests/111/head
Mohammad ALjammal 6 years ago
commit 2877aa171e

@ -93,7 +93,7 @@ class _VerifyAccountState extends State<VerifyAccount> {
buildSizedBox(30),
Row(
mainAxisAlignment:
MainAxisAlignment.spaceAround,
MainAxisAlignment.spaceAround,
children: <Widget>[
Container(
width: SizeConfig.realScreenWidth * 0.20,
@ -131,7 +131,7 @@ class _VerifyAccountState extends State<VerifyAccount> {
style: buildTextStyle(),
keyboardType: TextInputType.number,
decoration:
buildInputDecoration(context),
buildInputDecoration(context),
onSaved: (val) {
verifyAccountFormValue['digit2'] =
val;
@ -158,7 +158,7 @@ class _VerifyAccountState extends State<VerifyAccount> {
style: buildTextStyle(),
keyboardType: TextInputType.number,
decoration:
buildInputDecoration(context),
buildInputDecoration(context),
onSaved: (val) {
verifyAccountFormValue['digit3'] =
val;
@ -183,7 +183,7 @@ class _VerifyAccountState extends State<VerifyAccount> {
style: buildTextStyle(),
keyboardType: TextInputType.number,
decoration:
buildInputDecoration(context),
buildInputDecoration(context),
onSaved: (val) {
verifyAccountFormValue['digit4'] =
val;
@ -209,7 +209,7 @@ class _VerifyAccountState extends State<VerifyAccount> {
style: TextStyle(
color: Colors.white,
fontSize:
3 * SizeConfig.textMultiplier),
3 * SizeConfig.textMultiplier),
),
),
),
@ -301,12 +301,12 @@ class _VerifyAccountState extends State<VerifyAccount> {
style: new TextStyle(
fontSize: 3.0 * SizeConfig.textMultiplier, color: Colors.black),
children: <TextSpan>[
new TextSpan(text: 'You will receive a '),
new TextSpan(
text: 'Login Code ',
style: TextStyle(fontWeight: FontWeight.w700)),
new TextSpan(text: 'By ${medthodName}, Please enter the code')
]));
new TextSpan(text: 'You will receive a '),
new TextSpan(
text: 'Login Code ',
style: TextStyle(fontWeight: FontWeight.w700)),
new TextSpan(text: 'By ${medthodName}, Please enter the code')
]));
return text;
}
@ -360,7 +360,7 @@ class _VerifyAccountState extends State<VerifyAccount> {
res['List_DoctorProfile'][0], changeLoadingStata);
} else {
_asyncSimpleDialog(context, res['List_DoctorsClinic'], 'ClinicName',
'Please Select Clinic')
'Please Select Clinic')
.then((clinicInfo) {
ClinicModel clinic = ClinicModel.fromJson(clinicInfo);
print(clinicInfo);
@ -419,7 +419,7 @@ class _VerifyAccountState extends State<VerifyAccount> {
}
/*
*@author: Elham Rababah
*@author: Elham Rababah
*@Date:17/5/2020
*@param: ClinicModel clinicInfo, Function changeLoadingStata
*@return:

Loading…
Cancel
Save