ui-convert-extractor-flutter
Installation
SKILL.md
Flutter Extractor
Converts Flutter Dart widget files into Design IR. Navigates the deeply nested widget tree pattern characteristic of Flutter.
What This Extracts
| Source Pattern | IR Output |
|---|---|
Scaffold |
Page (pg) |
AppBar |
Header (hdr) |
Column |
Frame (fr) with d: "v" |
Row |
Frame (fr) with d: "h" |
Container |
Frame (fr) with styling |
ElevatedButton |
Button (btn) |
TextField |
Input (inp) |
Text |
Text (txt) |
Image.asset/network |
Image (img) |
Icon |
Icon (ico) |
Related skills