update gen qr

This commit is contained in:
Phuoc Nguyen
2025-11-21 17:31:49 +07:00
parent 4913a4e04b
commit 06b0834822
8 changed files with 192 additions and 44 deletions

View File

@@ -323,7 +323,10 @@ final routerProvider = Provider<GoRouter>((ref) {
final amount = double.tryParse(amountStr) ?? 0.0;
return MaterialPage(
key: state.pageKey,
child: PaymentQrPage(orderId: orderId, amount: amount),
child: PaymentQrPage(
orderId: orderId,
amount: amount,
),
);
},
),