What problem does it solve? Flutter projects often suffer from inconsistent UI, hardcoded colors and spacing, broken responsive layouts, and flaky widget tests. This Skill provides production-ready patterns for building design systems, responsive components, and reliable tests so teams ship consistent cross-platform Flutter apps. ## Core Features & Use Cases - Design System Creation: Step-by-step phased guide covering design tokens (colors, typography, spacing, shadows), 16 core components, dark mode support, and a component showcase app. - Responsive Layout Patterns: Breakpoint definitions, ResponsiveBuilder, AdaptiveGrid, AdaptiveFilter, and AdaptiveForm widgets for mobile, tablet, and desktop. - Flutter Testing Patterns: Proven widget testing techniques including ensureVisible for off-screen widgets, pumpAndSettle for validation and async operations, and multi-breakpoint responsive testing. - Use Case: When building a new Flutter feature, use the single design_system.dart import, compose AppButton/AppCard/AppInput components with design tokens, and write widget tests that pass across all screen sizes. ## Quick Start Ask the AI to create a Flutter design system with color tokens, typography, and responsive components following the flutter-patterns skill.