Update: 2026-06-26 17:29:23
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user