|
|
|
|
@ -72,7 +72,8 @@ class _Register extends State<Register> {
|
|
|
|
|
onNumberChange: (value) =>
|
|
|
|
|
{mobileNo = value, validateForm()},
|
|
|
|
|
onCountryChange: (value) => countryCode = value),
|
|
|
|
|
Container(
|
|
|
|
|
Directionality(
|
|
|
|
|
textDirection:TextDirection.ltr,child:Container(
|
|
|
|
|
child: TextFields(
|
|
|
|
|
controller: nationalIDorFile,
|
|
|
|
|
onChanged: (value) => validateForm(),
|
|
|
|
|
@ -81,7 +82,7 @@ class _Register extends State<Register> {
|
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
|
top: 20, bottom: 20, left: 10, right: 10),
|
|
|
|
|
hintText: TranslationBase.of(context).nationalID,
|
|
|
|
|
)),
|
|
|
|
|
))),
|
|
|
|
|
Row(
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
Expanded(
|
|
|
|
|
|