design-to-flutter
SKILL.md
Design to Flutter
Convert design component specifications to Flutter widgets.
Overview
This skill transforms design specifications into idiomatic Flutter widgets with proper theming, composition patterns, and Material/Cupertino compliance.
This skill covers:
- Converting design frames to Flutter widget trees
- Mapping design properties to widget parameters
- Generating theme-aware widgets
- Creating widget tests
This skill does NOT cover: