What problem does it solve? Flutter teams often ship inconsistent UIs with hardcoded colors, magic spacing numbers, and fragile widget tests that fail on off-screen elements or async validation. This Skill provides production-tested patterns for building token-based design systems, responsive layouts, and reliable Flutter tests. ## Core Features & Use Cases - Design System Creation: Step-by-step phased guide covering color tokens, typography, spacing, shadows, dark mode palettes, and 16 reusable components with a single-import pattern. - Responsive Layouts: Breakpoint definitions (mobile/tablet/desktop), ResponsiveBuilder, AdaptiveGrid, AdaptiveFilter, and AdaptiveForm widgets for cross-platform screens. - Testing Patterns: Proven fixes for widget test failures including ensureVisible for off-screen widgets and pumpAndSettle for validation and async states. - Use Case: When building a new Flutter app, use this Skill to scaffold a complete design system with light/dark themes, then write widget tests that pass reliably across mobile, tablet, and desktop viewports. ## Quick Start Ask the AI to create a Flutter design system with color tokens, typography, and responsive breakpoints following the flutter-patterns skill.