add payments screen

This commit is contained in:
Phuoc Nguyen
2025-10-27 10:45:03 +07:00
parent 830ef7e2a2
commit 90a02e1000
8 changed files with 1508 additions and 5 deletions

View File

@@ -194,7 +194,7 @@ class HomePage extends ConsumerWidget {
icon: Icons.receipt_long,
label: 'Thanh toán',
onTap: () =>
_showComingSoon(context, 'Thanh toán', l10n),
context.push(RouteNames.payments)
),
],
),