What problem does it solve? Translating Figma designs into Flutter code by hand is slow and error-prone, requiring developers to manually read colors, typography, spacing, and layout values from design files. This Skill bridges Figma and Flutter development through an MCP server that extracts structured design data so AI agents can generate accurate Flutter widgets, themes, and screens. ## Core Features & Use Cases - Design Token Extraction: Pull colors, typography, and spacing from Figma frames to build Flutter ColorScheme and TextTheme definitions. - Component and Screen Generation: Analyze Figma components and frames to produce reusable Flutter widgets and full screen layouts with Scaffold structure and navigation. - Asset Export: Export PNG, JPEG, and SVG assets directly into your Flutter project with automatic pubspec.yaml updates. - Use Case: You receive a Figma link for a new onboarding screen. Point the MCP at the link, and the AI agent generates a modular IntroScreen widget, extracts the illustration asset, and wires up the theme colors automatically. ## Quick Start Set up the Figma Flutter MCP server in Cursor with your Figma API key, then ask the AI to generate a Flutter screen from a specific Figma frame link.