From f109fa3b2aa51ecf5004786cffafc6c694e2f1ab Mon Sep 17 00:00:00 2001 From: PGAN-MIS Date: Fri, 1 Sep 2023 13:56:34 +0800 Subject: [PATCH] fix bugs for passo navigation screen --- .../unit2/homepage.dart/components/dashboard/dashboard.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/screens/unit2/homepage.dart/components/dashboard/dashboard.dart b/lib/screens/unit2/homepage.dart/components/dashboard/dashboard.dart index 2071193..c814837 100644 --- a/lib/screens/unit2/homepage.dart/components/dashboard/dashboard.dart +++ b/lib/screens/unit2/homepage.dart/components/dashboard/dashboard.dart @@ -646,7 +646,9 @@ class _DashBoardState extends State { title: e.object.name == 'Real Property' ? "Field Surveyor" : e.object.name!, - ontap: () {}) + ontap: () { + Navigator.pushNamed(context, '/passo-home'); + }) : Container( color: Colors.black, ));