pull/144/head
haroon amjad 1 week ago
parent a2fde1ddeb
commit d6b1744176

@ -83,6 +83,16 @@ class ServicesPage extends StatelessWidget {
true,
route: AppRoutes.comprehensiveCheckupPage,
),
HmgServicesComponentModel(
11,
"Indoor Navigation".needTranslation,
"".needTranslation,
AppAssets.indoor_nav_icon,
bgColor: Color(0xff45A2F8),
true,
route: null,
onTap: () {},
),
HmgServicesComponentModel(
11,
"E-Referral Services".needTranslation,

@ -192,7 +192,7 @@ class _LandingPageState extends State<LandingPage> {
),
);
}),
Utils.buildSvgWithAssets(icon: AppAssets.search_icon, height: 18.h, width: 18.h).onPress(() {
Utils.buildSvgWithAssets(icon: AppAssets.indoor_nav_icon, height: 18.h, width: 18.h).onPress(() {
// Navigator.of(context).push(
// CustomPageRoute(
// page: MedicalFilePage(),

Loading…
Cancel
Save