fix : ui bug`

This commit is contained in:
2025-10-01 15:25:37 +03:30
parent 3d957b8aee
commit 84ab266431
4 changed files with 59 additions and 50 deletions

View File

@@ -65,7 +65,7 @@ class HomePage extends GetView<HomeLogic> {
),
SizedBox(height: 8),
_todayShipmentWidget(),
_todayShipmentWidget2(),
//_todayShipmentWidget2(),
_inventoryWidget(),
Row(
@@ -105,7 +105,7 @@ class HomePage extends GetView<HomeLogic> {
children: [Icon(CupertinoIcons.chevron_down, size: 18)],
),
_todayShipmentWidget(),
_todayShipmentWidget2(),
// _todayShipmentWidget2(),
_inventoryWidget(),
],
),