This commit is contained in:
Hamza-Ayed
2024-06-18 15:34:23 +03:00
parent 93cddb2fb2
commit 19411ff515
9 changed files with 5064 additions and 443 deletions

View File

@@ -38,7 +38,7 @@ class CardSeferWalletDriver extends StatelessWidget {
// box.write(BoxName.cvvCode, 1111);
if (double.parse(
Get.find<CaptainWalletController>().totalAmountVisa) >
100) {
40) {
Get.defaultDialog(
barrierDismissible: false,
title: 'Do you want to collect your earnings?'.tr,
@@ -96,7 +96,7 @@ class CardSeferWalletDriver extends StatelessWidget {
.validate()) {
if (double.parse(Get.find<CaptainWalletController>()
.totalAmountVisa) >
100) {
40) {
Get.back();
String amountAfter5LE = (double.parse(
Get.find<CaptainWalletController>()