criado widgets dropdown_with_subtitle.dart, input_with_subtitle.dart, onbackbutton.dart, switch_with_subtitle.dart
criada as telas main_register_citizen_screen.dart e main_procedures_screen.dart
This commit is contained in:
@@ -11,9 +11,53 @@ class ConstVariable{
|
||||
'ATENDIMENTO INDIVIDUAL',
|
||||
'VISTA DOMICILIAR'
|
||||
];
|
||||
List<String> listNationality =[
|
||||
'BRASILEIRO',
|
||||
'ESTRANGEIRO',
|
||||
'NATURALIZADO',
|
||||
];
|
||||
List<String> listBreed = [
|
||||
'AMARELA',
|
||||
'BRANCA',
|
||||
'INDIGENA',
|
||||
'NEGRA',
|
||||
'PARDA',
|
||||
];
|
||||
List<String> listScooling = [
|
||||
'ENSINO FUNDAMENTAL',
|
||||
'ENSINO MEDIO',
|
||||
'ENSINO MEDIO INCOMPLETO',
|
||||
'NAO DEFINIDO',
|
||||
'SUPERIOR',
|
||||
'SUPERIOR INCOMPLETO',
|
||||
];
|
||||
List<String> listDeficiency = [
|
||||
'AFONICA',
|
||||
'AUDITIVA',
|
||||
'FISICA',
|
||||
'IGNORADO',
|
||||
'INTELECTUAL',
|
||||
'MOTORA',
|
||||
'MULTIPLA',
|
||||
'NENHUMA',
|
||||
'VISUAL',
|
||||
];
|
||||
List<String> listTeam = [
|
||||
'INE: 0001558536 / Área: 4 - Microárea: --'
|
||||
];
|
||||
List<String> listMaritalStatus = [
|
||||
'CASADO(A)',
|
||||
'DESQUITADO(A)',
|
||||
'DIVORCIADO(A)',
|
||||
'NAO DEFINIDO',
|
||||
'SEPARADO(A)',
|
||||
'SOLTEIRO(A)',
|
||||
'UNIAO ESTAVEL',
|
||||
'VIUVO(A)',
|
||||
];
|
||||
List<String> listGender = [
|
||||
'FEMININO','MASCULINO'
|
||||
];
|
||||
List<String> listProcedures = [
|
||||
'Aferição de PA',
|
||||
'Curativo Simples',
|
||||
|
||||
Reference in New Issue
Block a user