cedula y certificado
This commit is contained in:
@@ -132,7 +132,7 @@ class _DrawerProfessionalState extends State<DrawerProfessional> {
|
||||
Navigator.of(context).push(
|
||||
CupertinoPageRoute(
|
||||
builder: (BuildContext context) {
|
||||
return MyServicesProScreen();
|
||||
return const MyServicesProScreen();
|
||||
},
|
||||
),
|
||||
);
|
||||
@@ -226,7 +226,7 @@ class _DrawerProfessionalState extends State<DrawerProfessional> {
|
||||
Navigator.of(context).push(
|
||||
CupertinoPageRoute(
|
||||
builder: (BuildContext context) {
|
||||
return MessagesScreen();
|
||||
return const MessagesScreen();
|
||||
},
|
||||
),
|
||||
);
|
||||
@@ -304,14 +304,11 @@ class _DrawerProfessionalState extends State<DrawerProfessional> {
|
||||
color: Colors.white,
|
||||
child: ListTile(
|
||||
onTap: () async {
|
||||
var professional =
|
||||
await Professional.getProfessional(uid!);
|
||||
|
||||
Navigator.push(
|
||||
context,
|
||||
CupertinoPageRoute(
|
||||
builder: (BuildContext context) {
|
||||
return ReputationProScreen();
|
||||
return const ReputationProScreen();
|
||||
},
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user