ajustes de inputs com apenas numeros, mascaras, textos
This commit is contained in:
@@ -76,7 +76,7 @@ class _SyncDataScreenState extends State<SyncDataScreen> {
|
||||
// print(tableINNERJOINCIDADAO_DOMICILIO);
|
||||
await DBQuerys().cadIndividuais().then((response)async{
|
||||
tableCADASTROS_INDIVIDUAIS = response;
|
||||
// print(tableCADASTROS_INDIVIDUAIS);
|
||||
print(tableCADASTROS_INDIVIDUAIS);
|
||||
await DBQuerys().atendsIndivCompl().then((response)async{
|
||||
tableATENDS_INDIV_COMPL = response;
|
||||
// print(tableATENDS_INDIV_COMPL);
|
||||
@@ -253,6 +253,9 @@ class _SyncDataScreenState extends State<SyncDataScreen> {
|
||||
mode = list[0]['MODE'];
|
||||
nameCityApi = list[0]['NAME_CITY_API'];
|
||||
});
|
||||
print(urlAPI);
|
||||
print(mode);
|
||||
print(nameCityApi);
|
||||
setState(() {});
|
||||
}
|
||||
|
||||
@@ -418,7 +421,7 @@ class _SyncDataScreenState extends State<SyncDataScreen> {
|
||||
textColor: ColorPalette.white,
|
||||
background: ColorPalette.appBar,
|
||||
borderColor: ColorPalette.appBar,
|
||||
onPressed: ()=>Navigator.pushNamedAndRemoveUntil(context, '/home', (Route<dynamic> route) => false),
|
||||
onPressed: ()=>Navigator.pushAndRemoveUntil(context, MaterialPageRoute(builder: (context)=>HomeScreen(username: widget.username,)), (Route<dynamic> route) => false),
|
||||
),
|
||||
):Container(),
|
||||
done?Padding(
|
||||
|
||||
Reference in New Issue
Block a user