This commit is contained in:
Juan Felipe Duarte
2023-05-05 10:28:10 -05:00
parent fe8a3fa834
commit eb94895397
8 changed files with 162 additions and 127 deletions
+3 -3
View File
@@ -409,6 +409,8 @@ class _ServiceScreenState extends State<ServiceScreen> {
_profesionalController.text =
profesional.name.toString();
professionalId = profesional.id;
professionalUbicacion =
profesional.ubicacion;
@@ -440,8 +442,6 @@ class _ServiceScreenState extends State<ServiceScreen> {
);
}
}
professionalId = profesional.id;
});
}
}
@@ -579,7 +579,7 @@ class _ServiceScreenState extends State<ServiceScreen> {
: professionalLongitude,
'pendiente')
.then((value) {
Navigator.push(
Navigator.pushReplacement(
context,
CupertinoPageRoute(
builder: (BuildContext context) {