color-convert-all-resources-flow

Visualization

Source xml

<flow xmlns="https://app.respresso.io/public/schema/flow.xsd">
	<nodes>
		<processor id="parser" name="AllColorsParserProcessor" version="1"/>
		<!--Android-->
		<processor id="android" name="AllColorsToAndroidColorXmlConverterProcessor" version="1"/>

		<!--IOS-->
		<processor id="objectivec" name="AllColorsToObjectiveCClassConverterProcessor" version="1">
			{
			"group": "objc"
			}
		</processor>
		<processor id="catalog" name="AllColorsToIosAssetCatalogConverterProcessor" version="1"/>
		<processor id="swift" name="AllColorsToSwiftClassConverterProcessor" version="1"/>

		<!--Sass-->
		<processor id="sass" name="AllColorsToSassConverterProcessor" version="1"/>
		<!--Scss-->
		<processor id="scss" name="AllColorsToScssConverterProcessor" version="1"/>

		<!--JSON-->
		<processor id="json" name="AllColorsToJsonConverterProcessor" version="1"/>

		<!-- Flutter is EXPERIMENTAL -->
		<!--<processor id="flutter" name="AllColorsToFlutterClassConverterProcessor" version="1"/>-->
	</nodes>
	<connections>
		<connection from="@input" to="parser"/>
		<connection from="parser" to="android"/>
		<connection from="parser" to="objectivec"/>
		<connection from="parser" to="catalog"/>
		<connection from="parser" to="swift"/>
		<connection from="parser" to="sass"/>
		<connection from="parser" to="scss"/>
		<connection from="parser" to="json"/>
		<!--<connection from="parser" to="flutter"/>-->


		<connection read="files" from="android" write="files[+]" to="@output"/>
		<connection read="files" from="objectivec" write="files[+]" to="@output"/>
		<connection read="files" from="catalog" write="files[+]" to="@output"/>
		<connection read="files" from="swift" write="files[+]" to="@output"/>
		<connection read="files" from="sass" write="files[+]" to="@output"/>
		<connection read="files" from="scss" write="files[+]" to="@output"/>
		<connection read="files" from="json" write="files[+]" to="@output"/>
		<!--<connection read="files" from="flutter" write="files[+]" to="@output"/>-->
	</connections>
</flow>