feito o cadastro do cidadão
This commit is contained in:
@@ -8,6 +8,10 @@ class ConstVariable{
|
||||
EdgeInsetsGeometry paddingWidth = EdgeInsets.symmetric(horizontal: 10);
|
||||
double fontSizeInput = 15;
|
||||
double fontSizeTitleAppBar = 20;
|
||||
List<String> RGUF = ['AC','AI','AL','AM','AN','AP','AS','BA','BY','CA','CB','CE','CH','CN','CO','DC','DF','ES','GD','GO','GU',
|
||||
'HU','IL','LA','LE','LI','LO','LT','MA','MG','MO','MS','MT','NB','NE','NW','NT','NY','OH','OU','PA','PB',
|
||||
'PE','PI','PO','PR','QH','RJ','RM','RN','RO','RR','RN','RO','RR','RS','SC','SE','SF','SJ','SP','TA','TO',
|
||||
'VC','XX','ZU'];
|
||||
List<String> itensProceduresStart = [
|
||||
'ATENDIMENTO INDIVIDUAL',
|
||||
'VISTA DOMICILIAR'
|
||||
|
||||
@@ -21,7 +21,7 @@ import '../screens/sinc_data_screen.dart';
|
||||
var routes = {
|
||||
'/home': (context) => HomeScreen(),
|
||||
'/login_load': (context) => LoginLoadScreen(),
|
||||
'/register_citizen': (context) => RegisterCitizenScreen(),
|
||||
'/register_citizen': (context) => RegisterCitizenScreen(select: '',),
|
||||
'/attendance_list': (context) => AttendanceListScreen(),
|
||||
'/about': (context) => AboutScreen(),
|
||||
'/main_procedures': (context) => MainProceduresScreen(),
|
||||
|
||||
Reference in New Issue
Block a user