no para inclusão dos paises

This commit is contained in:
Reginaldo
2024-02-16 17:19:59 -03:00
parent 51711e689b
commit 2e00b96a57
17 changed files with 561 additions and 88 deletions

View File

@@ -680,7 +680,6 @@ class _HomeVisitScreenState extends State<HomeVisitScreen> {
enabled: true,
maxLength: 7,
textInputType: TextInputType.number,
inputFormatters: [FilteringTextInputFormatter.digitsOnly,],
onChanged: (v)=>setState((){}),
),
InputWithSubtitle(
@@ -695,7 +694,6 @@ class _HomeVisitScreenState extends State<HomeVisitScreen> {
enabled: true,
maxLength: 4,
textInputType: TextInputType.number,
inputFormatters: [FilteringTextInputFormatter.digitsOnly,],
onChanged: (v)=>setState((){}),
),
],

View File

@@ -241,7 +241,7 @@ class _ServiceHomeScreenState extends State<ServiceHomeScreen> {
mandatory = true;
});
}else{
print('passou');
print('teste');
setState(() {
mandatory = false;
showCheckError = false;