Envy-7z

figma-to-flutter-widget

Convert Figma specs into Flutter widgets. Use when implementing new UI from Figma and the project has an existing design system.

Envy-7z 0 Updated 3mo ago
GitHub

Install

npx skillscat add envy-7z/mobile-agent-skillpack/figma-to-flutter-widget

Install via the SkillsCat registry.

SKILL.md

Figma → Flutter Widget

Rules

  • Match spacing, typography, colors, and layout to Figma.
  • Reuse existing components/styles/constants whenever possible.
  • Do NOT introduce new architecture/state management unless asked.
  • Include states: loading/empty/error if relevant.

Workflow

  1. Read Figma spec (sizes, spacing, colors, typography).
  2. Identify existing design tokens/components to reuse.
  3. Implement widgets with minimal, clean structure.
  4. If interactions needed, follow existing patterns (BLoC/Cubit, etc.).
  5. Provide verification notes (what to check visually).

Output format

  • Implementation notes
  • Files created/updated
  • Visual checklist for QA