BASE: Update Icons & Name Of The App.

This commit is contained in:
2025-12-04 10:23:59 +05:00
parent b04050384d
commit e602782edd
228 changed files with 34364 additions and 7905 deletions

View File

@@ -1,6 +1,6 @@
import 'package:customer/models/coupon_model.dart';
import 'package:customer/service/fire_store_utils.dart';
import 'package:get/get.dart';
import 'package:get/get.dart' hide Trans;
class CabCouponCodeController extends GetxController {
// Add your methods and properties here
@@ -12,10 +12,10 @@ class CabCouponCodeController extends GetxController {
super.onInit();
}
void getData(){
void getData() {
getCouponCode();
}
RxBool isLoading = true.obs;
RxList<CouponModel> cabCouponList = <CouponModel>[].obs;