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

@@ -31,7 +31,7 @@ class RatingController extends GetxController {
if (await launchUrl(Uri.parse(url))) {
await launchUrl(Uri.parse(url));
} else {
mySnackeBarError("Could not open the app store.");
mySnackbarError("Could not open the app store.");
}
}
@@ -80,7 +80,7 @@ class RatingController extends GetxController {
// Send confirmation email if the rating was successfully submitted
} else {
mySnackeBarError('Failed to submit rating');
mySnackbarError('Failed to submit rating');
}
} catch (e) {
// If JSON decoding fails, log the response directly
@@ -88,7 +88,7 @@ class RatingController extends GetxController {
// backgroundColor: AppColor.greenColor);
}
} else {
mySnackeBarError('Failed to connect to the server');
mySnackbarError('Failed to connect to the server');
}
}
}