AllFontsToFlutterClassConverterConfigStructure
Version #1
Description:
Config for SingleFontToIosFontConverterProcessor
Fields:
enum
: KeyTransformationConfigStructure:v1 [Optional]- Default: Strategy:
always
; Transforms: [camelcaseword, lowercaseFirstLetter]Description: Defines how the output enum names are transformed from the key.
enumName
: String [Optional]- Default: RespressoFontDescription: Defines the output enum’s name
eol
: String [Optional]- Default: Single line feed character - aka. ‘n’Description: Defines the end of line (EOL) string
fontPath
: String [Optional]- Default: assets/fonts/{family}-{style}.{extension}Description: Defines the path template for the fonts. It must be in sync with SingleFontToFlutterFontConverterConfig.path.
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_fonts.dartDescription: Defines the output file’s path