Update: 2026-06-26 17:29:23

This commit is contained in:
Hamza-Ayed
2026-06-26 17:29:23 +03:00
parent a323da29aa
commit 9ded734e38
139 changed files with 1815 additions and 2676 deletions

View File

@@ -65,7 +65,7 @@ class DriverCarController extends GetxController {
fetchCatrsForDrivers();
} else {
mySnackeBarError('');
mySnackbarError('');
}
}
@@ -84,7 +84,7 @@ class DriverCarController extends GetxController {
if (response != 'failure') {
mySnackbarSuccess('Updated'.tr);
} else {
mySnackeBarError('Not updated'.tr);
mySnackbarError('Not updated'.tr);
}
}

View File

@@ -313,7 +313,7 @@ class InviteScreen extends StatelessWidget {
rewardsController.linkInviteCode(manualCodeController.text.trim());
manualCodeController.clear();
} else {
mySnackeBarError('Please enter a referral code'.tr);
mySnackbarError('Please enter a referral code'.tr);
}
},
child: Text('Link'.tr, style: const TextStyle(color: Colors.white, fontSize: 14)),