elCaribe app - customization and branding
This commit is contained in:
7
news-app/lib/utils/ErrorMessageKeys.dart
Normal file
7
news-app/lib/utils/ErrorMessageKeys.dart
Normal 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";
|
||||
}
|
||||
Reference in New Issue
Block a user