AllColorsToFlutterClassConverterProcessor
Version #1
Description:
EXPERIMENTAL! This processor may change without warning.
Converts the Respresso color format to Dart source code for Flutter, containing the colors as properties.
Interface:
Config
: AllColorsToFlutterClassConverterConfigStructure:v1 [REQUIRED]Input
: ColorParsedStructure:v1 [REQUIRED]Output
: FilesStructure:v1
Basic sample:
<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="AllColorsToFlutterClassConverterProcessor" version="1" />
Advanced sample:
<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="AllColorsToFlutterClassConverterProcessor" version="1">
{
"className": STRING,
"eol": STRING,
"group": STRING,
"indent": STRING,
"path": STRING,
"property": KEYTRANSFORMATIONCONFIGSTRUCTURE:V1
}
</processor>