Crowdin class

Constructors

Crowdin()

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

Static Properties

arb ← AppResourceBundle?
no getter
crowdinPreviewManager ↔ CrowdinPreviewManager
contains configuration for real-time preview functionality
getter/setter pair
withRealTimeUpdates bool
getter/setter pair

Static Methods

getText(String locale, String key, [Map<String, dynamic> args = const {}]) String?
Returns translation for a given key and locale
init({required String distributionHash, Duration? updatesInterval, InternetConnectionType? connectionType, bool withRealTimeUpdates = false, CrowdinAuthConfig? authConfigurations}) Future<void>
Crowdin SDK initialization
loadTranslations(Locale locale) Future<void>
Load translations from Crowdin for a specific locale
setUpRealTimePreviewManager(CrowdinAuthConfig authConfig) → void