improving VMC flow

This commit is contained in:
2026-06-29 15:23:46 +02:00
parent 55921f6ee3
commit 1db6641f2c

View File

@@ -370,25 +370,27 @@ class _ConfirmScreenState extends State<ConfirmScreen>
shape: BoxShape.circle,
),
child: const Icon(
Icons.open_in_new_rounded,
Icons.security_sharp,
size: 28,
color: Colors.orange,
),
),
),
const SizedBox(height: 16),
Text(
'You\'re leaving QPay',
style: TextStyle(
fontSize: 20,
fontWeight: FontWeight.w700,
color: isDark ? Colors.white : Colors.black87,
Center(
child: Text(
'Secure Payment Stage',
style: TextStyle(
fontSize: 20,
fontWeight: FontWeight.w700,
color: isDark ? Colors.white : Colors.black87,
),
textAlign: TextAlign.center,
),
textAlign: TextAlign.center,
),
const SizedBox(height: 8),
Text(
'You are about to be redirected to an external payment page. If nothing happens after the redirect, please make sure pop-ups are allowed in your browser settings.',
'We are now redirecting you to our secure payment page. If nothing happens after the redirect, please make sure pop-ups are allowed in your browser settings.',
style: TextStyle(
fontSize: 13,
fontWeight: FontWeight.w500,
@@ -842,7 +844,7 @@ class _ConfirmScreenState extends State<ConfirmScreen>
),
const Spacer(),
Text(
'\$${cityWallet!.balance.toStringAsFixed(2)}',
'\$${cityWallet.balance.toStringAsFixed(2)}',
style: TextStyle(
fontSize: 13,
fontWeight: FontWeight.w700,