Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
strings.dart
Go to the documentation of this file.
1abstract class Strings {
2 // Global strings
3 static const appTitle = 'Aidra Driver';
4
5 // Secure storage strings
6 static const String sessionKey = 'session';
7 static const String credentialsKey = 'credentials';
8 static const String tokenKey = 'token';
9
10 // Failure Messages
11 static const String serverFailureMessage = "A server error occurred. Please try again later or contact support if the issue persists.";
12 static const storageFailureMessage = 'An error occurred while accessing device storage. Please check your device storage permission and try again';
13 static const networkFailureMessage = 'A network error occurred. Please check your connection and try again';
14 static const String unknownFailureMessage = "An unknown error occurred. Please try again later";
15 static const String timeoutFailureMessage = "The server took too long to respond. Please try again later";
16 static const String certificateFailureMessage = "The server took too long to respond. Please try again later";
17 static const String connectionErrorMessage = "Failed to connect to the server. Please check your internet connection and try again";
18 static const String badResponseMessage = "An error occurred while processing your request. Please try again";
19 static const String biometricFailureMessage = "Biometric authentication could not be completed. Make sure your device's biometric credentials are valid and enrolled";
20}
static const appTitle
Definition strings.dart:3
static const String connectionErrorMessage
Definition strings.dart:17
static const String badResponseMessage
Definition strings.dart:18
static const String credentialsKey
Definition strings.dart:7
static const String serverFailureMessage
Definition strings.dart:11
static const String timeoutFailureMessage
Definition strings.dart:15
static const String certificateFailureMessage
Definition strings.dart:16
static const String sessionKey
Definition strings.dart:6
static const String biometricFailureMessage
Definition strings.dart:19
static const networkFailureMessage
Definition strings.dart:13
static const String tokenKey
Definition strings.dart:8
static const storageFailureMessage
Definition strings.dart:12
static const String unknownFailureMessage
Definition strings.dart:14
class Partner String