SingleImageFlutterTargetGeneratorConfig
Version #1
Description:
Todo
No description for this structure
Fields:
group
: String [Optional]- Default: flutterDescription: Defines output files’ group.
heightBaseSizeTemplate
: String [Optional]- Default: _h{{size}}Description: Defines the template for {{baseSize}} placeholder value when the height is fixed.
key
: KeyTransformationConfigStructure:v1 [Optional]- Default: Transforms: [snakecaseword] Strategy: alwaysDescription: Defines how the output image names are transformed.
path
: String [Optional]- Default: assets/images/{{scale}}/{{key}}{{baseSize}}.{{extension}}Description: Defines output files’ path.
scales
: Map<String, Float> [Optional]- Default: {“”:1.0, “2.0x”: 2.0, “3.0x”: 3.0, “4.0x”: 4.0}Description: Defines output scales for raster images.
sizeFormat
: String [Optional]- Default: %.0fDescription: Defines the IEEE printf format for {{size}} placeholder.
widthBaseSizeTemplate
: String [Optional]- Default: _w{{size}}Description: Defines the template for {{baseSize}} placeholder value when the width is fixed.