ajustes em diversos para exibir o calendário BR, ajuste para cadastro individual
This commit is contained in:
@@ -69,7 +69,7 @@ class AlertDialogSettings {
|
||||
Navigator.push(context,MaterialPageRoute(builder:(context) => SyncDataScreen(username: username,)));
|
||||
},
|
||||
title: 'Sincronia de Envio',
|
||||
body: 'Efetua a Sincronia de Envio levandoas informações\n'
|
||||
body: 'Efetua a Sincronia de Envio levando as informações\n'
|
||||
'do dispositivo para o ConectaSUS.',
|
||||
icon: Icons.send
|
||||
),
|
||||
|
||||
@@ -24,12 +24,8 @@ class AppBarDefault{
|
||||
IconButtonDefault(
|
||||
icon: Icons.logout,
|
||||
color: ColorPalette.white,
|
||||
onPressed: (){
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(builder: (context) => LoginSavedScreen(listControl: [])),
|
||||
);
|
||||
}),
|
||||
onPressed: ()=>Navigator.pushAndRemoveUntil(context,MaterialPageRoute(builder: (context) => LoginSavedScreen(listControl: [])),(Route<dynamic> route) => false)
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
@@ -40,9 +40,9 @@ class InputSearchText extends StatelessWidget {
|
||||
fillColor: ColorPalette.appBar,
|
||||
prefixIcon: Icon(Icons.search),
|
||||
border: border?OutlineInputBorder():null,
|
||||
// hintText: this.hint,
|
||||
hintText: this.hint,
|
||||
hintStyle: TextStyle(
|
||||
color: Colors.black,
|
||||
color: Colors.black87,
|
||||
fontSize: this.fontSizeHint,
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user