stitch_to_flutter

Converts Google Stitch HTML/Tailwind designs into Flutter/Dart UI code with Material 3 theming and Atomic Design structure.

4|1|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/lapc506/flutter-agentic-boilerplate --skill stitch-to-flutter-lapc506
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stitch_to_flutter
Source: https://github.com/lapc506/flutter-agentic-boilerplate/tree/main/skills/flutter/stitch_to_flutter
Command: npx skills add https://github.com/lapc506/flutter-agentic-boilerplate --skill stitch-to-flutter-lapc506

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill bridges the gap between UI designs created with Google Stitch (HTML/Tailwind) and production-ready Flutter/Dart code, ensuring design consistency and efficient development.

Core Features & Use Cases

  • UI Conversion: Translates HTML/Tailwind components and styles into equivalent Flutter widgets and theming.
  • Design System Alignment: Maps Tailwind classes to Flutter's Material Design (M3) type scale and color system.
  • Atomic Design Integration: Guides the structuring of converted UI elements according to Atomic Design principles.
  • Use Case: You have a set of marketing landing page designs in Stitch. This Skill helps you convert those designs into a reusable Flutter widget library, maintaining brand consistency and responsiveness.

Quick Start

Convert the provided Stitch HTML and Tailwind CSS into Flutter widgets using the stitch_to_flutter skill.

Frequently Asked Questions about stitch_to_flutter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Google Stitch designs to Flutter code?

To convert Google Stitch designs to Flutter code, you translate the exported HTML and Tailwind CSS components into production-ready Dart widgets. This process maps Tailwind utility classes directly to Flutter widgets and Material Design 3 color and type tokens.

Can I map Tailwind CSS classes to Flutter Material Design 3 tokens?

Yes, you can map Tailwind CSS classes to Flutter Material Design 3 tokens. The conversion translates UI structure, styles, colors, and typography from Stitch designs by aligning Tailwind utility classes with Flutter's M3 type scale and color system.

How do I structure Flutter UI components using Atomic Design principles?

To structure Flutter UI components using Atomic Design principles, you break down converted Stitch HTML elements into reusable widgets. This approach guides the translation process to ensure component reusability and maintainability across your Flutter application.

Does this conversion process support building responsive Flutter landing pages from Stitch?

Yes, converting Stitch designs to Flutter supports building responsive landing pages. It transforms marketing page layouts and styles into a reusable Flutter widget library, ensuring brand consistency and responsiveness across different device sizes.

What is the best way to translate Stitch HTML and Tailwind CSS into a Flutter widget library?

The best way to translate Stitch HTML and Tailwind CSS into a Flutter widget library is by systematically mapping the UI structure and styles to Dart code. This ensures design system alignment and maintains production-ready quality through Atomic Design structuring.