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

Loading…
Cancel
Save