What problem does it solve? Flutter developers often struggle to pick the right widget composition for a visual style and repeatedly rediscover the same rendering pitfalls (hairline seams, clipped masks, broken sliver transforms). This Skill provides a progressive-disclosure index of proven Flutter style solutions so each pattern is implemented once, correctly. ## Core Features & Use Cases - Style Category Index: A central table mapping style categories (Top App Bar / Banner Header, Bottom Bars) to concrete sub-solutions, loaded on demand. - Ready-to-Apply Solution Files: Each reference file contains a step-by-step implementation guide with copyable Dart code plus a real pitfalls section (e.g., stretchable banner with rounded mask, floating pill bottom navigation with a QQ bounce curve). - Extensible Workflow: A standard process for adding new style schemes (Card, Button, Modal, etc.) as new reference files registered in the index. - Use Case: Given a Figma mockup of a stretchable banner header with a rounded corner transitioning into a list, look up the banner-stretch-rounded-mask solution and follow its steps to achieve a seam-free result without re-debugging sliver paint behavior. ## Quick Start Ask the assistant to implement a stretchable banner header with rounded corners in Flutter using the styles-skill index.