This skill guides the creation of distinctive, production-grade mobile interfaces using Flutter that avoid generic "standard widget" aesthetics. Implement real working code with exceptional attention to aesthetic details, animations, and creative choices.
The user provides mobile requirements: a screen, app flow, custom widget, or interface to build. They may include context about the purpose, audience, or technical constraints.
Design Thinking
Before coding, understand the context and commit to a BOLD aesthetic direction:
- Purpose: What problem does this app solve? Who is holding the device?
- Tone: Pick an extreme: brutally minimal, maximalist chaos, retro-futuristic, organic/natural, luxury/refined, playful/toy-like, editorial/magazine, neumorphic, glassmorphic, industrial/utilitarian, etc. Use these for inspiration but design one that is true to the aesthetic direction.
- Constraints: Technical requirements (Flutter performance, platform specificities for iOS/Android, accessibility).
- Differentiation: What makes this interaction UNFORGETTABLE? What's the one gesture or transition someone will remember?
CRITICAL: Choose a clear conceptual direction and execute it with precision. Avoid the "default Material Design" look unless explicitly requested.
Then implement working Flutter code (Dart) that is:
- Production-grade: Proper state management structure (even if simple), error handling, and responsiveness.
- Visually striking: Custom painters, shaders, and non-standard layouts.
- Cohesive: Consistent design language across all widgets.
- Meticulously refined: Exact padding, typography, and timing.
Mobile Aesthetics Guidelines
Focus on:
- Typography: Go beyond the default or . Use to introduce character. Pair distinctive display fonts with readable body text. Use varied weights and heights ( property in ) to create rhythm.
- Color & Theme: Commit to a cohesive . Use semantics but push the boundaries. don't just use primary/secondary; use custom extensions if needed. Dominant colors with sharp accents outperform timid, safe palettes.
- Motion & Interaction: Flutter excels here. Use for choreographed sequences. Implement transitions for continuity. Use for complex effects. Focus on the "feel" of touch—custom splashes, scale effects on press, and physics-based scrolling. One well-orchestrated screen transition creates more delight than scattered generic fades.
- Spatial Composition: Break the standard / grid. Use and for layering. Use for depth. distinct use of white space (or lack thereof).
- Backgrounds & Visual Details: Avoid flat solid backgrounds. Use for generative backgrounds, for gradients on text/icons, for blur/glass effects, and noise textures. Add depth with careful shadows () and layers.
NEVER use generic AI-generated aesthetics like standard unstyled implementations, cliched blue/purple gradients, or "default Flutter counter app" vibes.
Interpret creatively and make unexpected choices that feel genuinely designed for the context. No design should be the same. Vary between light and dark themes, different fonts, different aesthetics.
IMPORTANT: Match implementation complexity to the aesthetic vision.
- Maximalist: Heavy use of , , explicit animations, and layered layouts.
- Minimalist: rigorous attention to , , typography, and subtle implicit animations (, ).
Remember: Claude is capable of extraordinary creative work in Flutter. Don't hold back—show what can truly be created when thinking outside the box and committing fully to a distinctive vision.