elCaribe app - customization and branding

This commit is contained in:
2025-12-12 19:09:42 -04:00
parent 9e5d0d8ebf
commit ba7deac9f3
402 changed files with 31833 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
class ErrorMessageKeys {
static const String defaultErrorMessage = "Something went wrong. Please try again later!";
static const String noInternet = "No internet";
static const String serverDownMessage = "Our service is temporarily unavailable due to maintenance or high traffic. Please check back in a little while.";
static const String noDataMessage = "No Data Found";
static const String requestAgainMessage = "The Request cannot be fulfilled for now.\nPlease Try again later";
}