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

@@ -48,7 +48,7 @@ class AssuranceHealthController extends GetxController {
} else {
// Handle failure (e.g., show an error message)
print("Failed to save health assurance data");
mySnackeBarError("Please enter a health insurance status.".tr);
mySnackbarError("Please enter a health insurance status.".tr);
}
} catch (e) {
// Handle any errors

View File

@@ -82,10 +82,10 @@ class VideoController extends GetxController {
box.write(lastFetchKey, DateTime.now().toIso8601String());
update();
} else {
mySnackeBarError('');
mySnackbarError('');
}
} catch (e) {
mySnackeBarError(e.toString());
mySnackbarError(e.toString());
} finally {
isLoading(false);
}