versão 1.0.15+16 AJUSTE DAS RESTRIÇÕES DE VISITAS PERIODICAS, ENVIO DE PESO E ALTURA E DO LOADING. 30/08/2024

This commit is contained in:
Reginaldo
2024-09-02 14:09:13 -03:00
parent 74b5acdb45
commit 7dca9d9b4e
8 changed files with 97 additions and 141 deletions

View File

@@ -485,8 +485,9 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
itemBuilder: (context,index){
serviceConditionModel.add(
CheckModel(
subtitle: ConstVariable().serviceIndividualCheckBoxList[index],
check: false
cod: 0,
subtitle: ConstVariable().serviceIndividualCheckBoxList[index],
check: false
)
);
return CheckBoxSubtitle(
@@ -515,8 +516,9 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
itemBuilder: (context,index){
communicableDiseasesModel.add(
CheckModel(
subtitle: ConstVariable().communicableDiseasesList[index],
check: false
cod: 0,
subtitle: ConstVariable().communicableDiseasesList[index],
check: false
)
);
return CheckBoxSubtitle(
@@ -539,8 +541,9 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
itemBuilder: (context,index){
trackingModel.add(
CheckModel(
subtitle: ConstVariable().trackingModelList[index],
check: false
cod: 0,
subtitle: ConstVariable().trackingModelList[index],
check: false
)
);
return CheckBoxSubtitle(
@@ -731,8 +734,9 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
itemBuilder: (context,index){
nasfPoloModelList.add(
CheckModel(
subtitle: ConstVariable().nasfPoloModelList[index],
check: false
cod: 0,
subtitle: ConstVariable().nasfPoloModelList[index],
check: false
)
);
return CheckBoxSubtitle(
@@ -755,8 +759,9 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
itemBuilder: (context,index){
conductList.add(
CheckModel(
subtitle: ConstVariable().conductModelList[index],
check: false
cod: 0,
subtitle: ConstVariable().conductModelList[index],
check: false
)
);
return CheckBoxSubtitle(
@@ -779,8 +784,9 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
itemBuilder: (context,index){
forwardingList.add(
CheckModel(
subtitle: ConstVariable().forwardingModelList[index],
check: false
cod: 0,
subtitle: ConstVariable().forwardingModelList[index],
check: false
)
);
return CheckBoxSubtitle(