xd-to-flutter icon indicating copy to clipboard operation
xd-to-flutter copied to clipboard

Xd to Flutter

Results 1 xd-to-flutter issues
Sort by recently updated
recently updated
newest added

https://github.com/thize/xd-to-flutter/blob/844bf98be134a5db64a0b561ed90ee32fecda535/src/export_all.js#L190 `ReferenceError: dartColor is not defined` ``` /Users/xxxxxx/Library/Application Support/Adobe/Adobe XD/develop/xd-to-flutter/src/export_all.js:190 colors.push(dartColor(colorStop.color)); ^ Plugin ReferenceError: dartColor is not defined at /develop/xd-to-flutter/src/export_all.js:190:16 at Array.forEach () at _gradientColorList (/develop/xd-to-flutter/src/export_all.js:189:25) at /develop/xd-to-flutter/src/export_all.js:68:59 at Array.forEach...