Skip to content

Commit 06a80d5

Browse files
committed
Fix flutter rotation
1 parent 95611df commit 06a80d5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/backend/src/flutter/flutterMain.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,8 @@ const flutterGroup = (node: GroupNode): string => {
139139
const flutterContainer = (node: SceneNode, child: string): string => {
140140
let propChild = "";
141141

142-
let image = "";
143142
if ("fills" in node && retrieveTopFill(node.fills)?.type === "IMAGE") {
144143
addWarning("Image fills are replaced with placeholders");
145-
image = `Image.network("${getPlaceholderImage(node.width, node.height)}")`;
146144
}
147145

148146
if (child.length > 0) {

0 commit comments

Comments
 (0)