Skip to content

Instantly share code, notes, and snippets.

@hasibsakib1
Created April 8, 2025 06:12
Show Gist options
  • Save hasibsakib1/c41059c166e8101af4dbfc85568edbda to your computer and use it in GitHub Desktop.
Save hasibsakib1/c41059c166e8101af4dbfc85568edbda to your computer and use it in GitHub Desktop.
import core.widgets;
widget root = Container(
color: 0xFFEEEEEE,
child: Center(
child: Column(
mainAxisAlignment: "center",
children: [
Text(text: ["Hello, ", data.user.name, "!"], textDirection: "ltr"),
SizedBox(height: 20),
Text(text: "Remote UI loaded at runtime", textDirection: "ltr"),
]
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment