Strings class abstract final

Localisation key constants used with easy_localization's .tr() method.

Centralises translation key strings so typos are caught at compile time and key renames propagate automatically across all call sites.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

authSessionExpired → const String
Message shown when the user's session has expired.
commonLoading → const String
Generic loading label, announced to screen readers by the shared loader widgets.
forceUpdateBody → const String
Body text of the force-update dialog.
forceUpdateButton → const String
Label of the force-update dialog's action button.
forceUpdateTitle → const String
Title of the force-update dialog.
forceUpdateVersions → const String
Text showing the current and required app versions in the force-update dialog.
routeErrorBody → const String
Body text of the router's errorBuilder fallback screen.
routeErrorButton → const String
Label of the router's errorBuilder fallback screen's action button.
routeErrorTitle → const String
Title of the router's errorBuilder fallback screen.
securityCheckerMultiIssueBase → const String
Base sentence used to introduce multiple combined security issues.
securityCheckerMultiIssueCombiner → const String
Word or phrase used to join multiple security-issue reasons into one sentence.
securityCheckerMultiIssueReasonCydiaFound → const String
Cydia-installed reason clause used within a combined multi-issue message.
securityCheckerMultiIssueReasonDebugged → const String
Being-debugged reason clause used within a combined multi-issue message.
securityCheckerMultiIssueReasonDevMode → const String
Developer-mode reason clause used within a combined multi-issue message.
securityCheckerMultiIssueReasonFridaFound → const String
Frida-instrumentation-detected reason clause used within a combined multi-issue message.
securityCheckerMultiIssueReasonJailbreak → const String
Jailbreak/root reason clause used within a combined multi-issue message.
securityCheckerMultiIssueReasonNotRealDevice → const String
Not-a-real-device reason clause used within a combined multi-issue message.
securityCheckerMultiIssueReasonOnExternalStorage → const String
On-external-storage reason clause used within a combined multi-issue message.
securityCheckerMultiIssueReasonProxied → const String
Proxied-connection reason clause used within a combined multi-issue message.
securityCheckerMultiIssueReasonReverseEngineered → const String
Reverse-engineering-detected reason clause used within a combined multi-issue message.
securityCheckerMultiIssueReasonTampered → const String
Tampered-package reason clause used within a combined multi-issue message.
securityCheckerMultiIssueReasonUnknown → const String
Fallback reason clause used when a detected issue doesn't match any known category.
securityCheckerPluginError → const String
Message shown when the jailbreak/root detection plugin itself fails to run.
securityCheckerSingleIssueDevMode → const String
Message shown when the device has developer mode enabled.
securityCheckerSingleIssueJailBroken → const String
Message shown when the device is detected as jailbroken or rooted.
securityCheckerSingleIssueNotRealDevice → const String
Message shown when the app is running on a simulator or emulator rather than a real device.
securityCheckerSingleIssueNotTrusted → const String
Message shown when a single "not trusted" security issue is detected.
securityCheckerSingleIssueOnExternalStorage → const String
Message shown when the app is installed on external storage.
securityCheckerSingleIssueTampered → const String
Message shown when the app package is detected as tampered with.
securityCheckerUiDefault → const String
Default/fallback message for the security-issue dialog.
securityCheckerUiNote → const String
Supplementary note shown below the security-issue message.
securityCheckerUiTitle → const String
Title of the security-issue dialog shown on the jailbreak screen.
splashLoading → const String
Loading label shown on the splash screen.
startupAppVersionCheck → const String
Label shown while the app version check task is running.
startupAuthCheck → const String
Label shown while the authentication check task is running.
startupConnectivityInit → const String
Label shown while the connectivity initialisation task is running.
startupJailbreakCheck → const String
Label shown while the jailbreak/root check task is running.
startupReady → const String
Label shown once all startup tasks have completed.
startupRemoteConfigSync → const String
Label shown while the Remote Config sync task is running.