feat: purchase page

This commit is contained in:
efrilm
2025-08-15 23:06:47 +07:00
parent 71ebb26227
commit 3115c02b0a
8 changed files with 1109 additions and 59 deletions
@@ -45,7 +45,7 @@ class HomeFeature extends StatelessWidget {
title: 'Pembelian',
color: const Color(0xFF2196F3),
icon: LineIcons.shoppingCart,
onTap: () {},
onTap: () => context.router.push(PurchaseRoute()),
),
HomeFeatureTile(
title: 'Biaya',