FlutterAutoL10n class

Constructors

FlutterAutoL10n()

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 Methods

generateAndSaveLocalizations({required String enAssetPath, required List<String> targetLanguages, required String outputDirectory, dynamic onProgress(String language, String status)?, int delayBetweenTranslations = 200}) Future<void>
Generates and saves localization files from English source - 100% FREE
generateLocalizations({required String enAssetPath, required List<String> targetLanguages, dynamic onProgress(String language, String status)?, int delayBetweenTranslations = 200}) Future<Map<String, Map<String, dynamic>>>
Generates localization files from English source - 100% FREE
getJsonString(Map<String, dynamic> json) String
Get JSON string for a specific language
getSupportedLanguages() Map<String, String>
Get list of supported languages
getSupportedLocaleCodes() List<String>
Get list of supported locale codes
getSupportedLocales() List
Get Locale objects for supported languages