Update: 2026-07-29 19:44:57

This commit is contained in:
Hamza-Ayed
2026-07-29 19:44:58 +03:00
parent 2cf5c63a1e
commit 90d976e1d1
110 changed files with 2238 additions and 2071 deletions
@@ -103,14 +103,14 @@ class PrimeController extends GetxController {
// ── Dialogs ───────────────────────────────────────────────
void _showSuccessDialog(BuildContext context) {
Get.defaultDialog(
title: '👑 Siro Prime!',
title: '👑 Intaleq Prime!',
content: Column(
mainAxisSize: MainAxisSize.min,
children: [
const Icon(Icons.verified, color: Colors.amber, size: 48),
const SizedBox(height: 12),
Text(
'You are now a Siro Prime member! Enjoy no surge pricing for 30 days.'.tr,
'You are now a Intaleq Prime member! Enjoy no surge pricing for 30 days.'.tr,
textAlign: TextAlign.center,
),
if (expireAt != null) ...[
@@ -147,7 +147,7 @@ class PrimeController extends GetxController {
),
const SizedBox(height: 8),
Text(
'Please top up your wallet to subscribe to Siro Prime.'.tr,
'Please top up your wallet to subscribe to Intaleq Prime.'.tr,
textAlign: TextAlign.center,
style: const TextStyle(color: Colors.grey),
),