feito o cadastro do cidadão

This commit is contained in:
Reginaldo
2023-04-13 22:54:17 -03:00
parent cdee8fcc44
commit 632cdbfeef
34 changed files with 2076 additions and 1108 deletions

View File

@@ -214,6 +214,7 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
widthInput: width*0.7,
controller: weigthController,
colorBorder: ColorPalette.white,
onChanged: (v)=>setState((){}),
),
InputWithSubtitle(
subtitle: 'Altura (em metros - 0,00)',
@@ -224,6 +225,7 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
widthInput: width*0.7,
controller: heightController,
colorBorder: ColorPalette.white,
onChanged: (v)=>setState((){}),
),
InputWithSubtitle(
subtitle: 'Perímetro cefálico (em centímetros - 000,00)',
@@ -234,6 +236,7 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
widthInput: width*0.7,
controller: cephalicPerimeterController,
colorBorder: ColorPalette.white,
onChanged: (v)=>setState((){}),
),
SwitchWithSubtitle(
width: width*0.7,
@@ -285,6 +288,7 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
controller: userResponsibleRegisterController,
colorBorder: ColorPalette.white,
enable: false,
onChanged: (v)=>setState((){}),
),
InputWithSubtitle(
subtitle: 'Unidade do Profissional',
@@ -296,6 +300,7 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
controller: userUnitController,
colorBorder: ColorPalette.white,
enable: false,
onChanged: (v)=>setState((){}),
),
DropdownWithSubtitle(
list: [],
@@ -356,6 +361,7 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
controller: dumController,
colorBorder: ColorPalette.white,
enable: false,
onChanged: (v)=>setState((){}),
),
SwitchWithSubtitle(
onChanged: (value){},
@@ -373,6 +379,7 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
controller: oldPregnancyController,
colorBorder: ColorPalette.white,
enable: false,
onChanged: (v)=>setState((){}),
),
InputWithSubtitle(
subtitle: 'Partos',
@@ -384,6 +391,7 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
controller: childBirthsController,
colorBorder: ColorPalette.white,
enable: false,
onChanged: (v)=>setState((){}),
),
],
)