AllLocalizationsToFlutterHelperClassConverterConfigStructure
Version #1
Description:
Todo
No description for this structure
Fields:
arbPattern
: String [Optional]- Default: lib/i18n/app_{{language}}.arbDescription: Defines the arb files’ output pattern. Must match with the config of
className
: String [Optional]- Default: RespressoLocalizationsDescription: Defines the name of the output class
comment
: String [Optional]- Default: nullDescription: Optional comment to be added to the localization file, if supported.
eol
: String [Optional]- Default: Single line feed character - aka. ‘n’Description: Defines the end of line (EOL) string
extensionProperty
: String [Optional]- Default: l10nDescription: Defines the extension property’s name that will be added to BuildContext to access current localizations.
group
: String [Optional]- Default: flutterDescription: Defines the output file’s sync group
indent
: String [Optional]- Default: 2 spacesDescription: Defines the indent string
path
: String [Optional]- Default: lib/respresso/respresso_localizations.dartDescription: Defines the path of the output dart file
property
: KeyTransformationConfigStructure:v1 [Optional]- Default: Strategy:
always
; Transforms: [camelcaseword, lowercaseFirstLetter]Description: Defines how the output properties are transformed from the key.