LocalizationSetup class

Defines the localization configuration for an FKIT project.

Contains settings for ARB files, generated localization output, and the locales supported by the project.

Constructors

LocalizationSetup({required bool enabled, required String arbDir, required String outputDir, required String outputFile, required String defaultLocale, required List<String> locales})
Creates a localization configuration.
const

Properties

arbDir String
The directory containing the project's ARB files.
final
defaultLocale String
The default locale used by the project.
final
enabled bool
Whether localization support is enabled.
final
hashCode int
The hash code for this object.
no setterinherited
locales List<String>
The locales supported by the project.
final
outputDir String
The directory where generated localization files are written.
final
outputFile String
The name of the generated localization output file.
final
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