We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95611df commit 06a80d5Copy full SHA for 06a80d5
1 file changed
packages/backend/src/flutter/flutterMain.ts
@@ -139,10 +139,8 @@ const flutterGroup = (node: GroupNode): string => {
139
const flutterContainer = (node: SceneNode, child: string): string => {
140
let propChild = "";
141
142
- let image = "";
143
if ("fills" in node && retrieveTopFill(node.fills)?.type === "IMAGE") {
144
addWarning("Image fills are replaced with placeholders");
145
- image = `Image.network("${getPlaceholderImage(node.width, node.height)}")`;
146
}
147
148
if (child.length > 0) {
0 commit comments