some change

This commit is contained in:
MrM
2025-06-06 09:27:11 +03:30
parent 1cfcf9fa8f
commit 34ce98d31f
7 changed files with 995 additions and 2 deletions

View File

@@ -42,7 +42,9 @@ class RootPage extends GetView<RootLogic> {
cardWidget(
title: 'فروش خارج استان',
iconPath: Assets.icons.outside.path,
onTap: () {},
onTap: () {
Get.toNamed(ChickenRoutes.salesWithOutProvince);
},
),
],
),