7/20/1
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'package:SEFER/print.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:get/get.dart';
|
||||
|
||||
@@ -37,7 +38,7 @@ class CardSeferWalletDriver extends StatelessWidget {
|
||||
// BoxName.lastTimeCaptainWalletCashOut, lastRequestTime);
|
||||
// box.write(BoxName.cvvCode, 1111);
|
||||
if (double.parse(
|
||||
Get.find<CaptainWalletController>().totalAmountVisa) >
|
||||
Get.find<CaptainWalletController>().totalAmountVisa) >=
|
||||
20) {
|
||||
Get.defaultDialog(
|
||||
barrierDismissible: false,
|
||||
@@ -95,7 +96,7 @@ class CardSeferWalletDriver extends StatelessWidget {
|
||||
if (captainWalletController.formKey.currentState!
|
||||
.validate()) {
|
||||
if (double.parse(Get.find<CaptainWalletController>()
|
||||
.totalAmountVisa) >
|
||||
.totalAmountVisa) >=
|
||||
20) {
|
||||
Get.back();
|
||||
String amountAfter5LE = (double.parse(
|
||||
|
||||
Reference in New Issue
Block a user