mobile-design
Original:🇺🇸 English
Translated
Create distinctive, production-grade mobile interfaces with high design quality using Flutter. Use this skill when the user asks to build mobile apps, screens, widgets, animations, or UI components. Generates creative, polished Flutter code that avoids generic standard widget aesthetics.
8installs
Sourceirahardianto/monarch
Added on
NPX Install
npx skill4agent add irahardianto/monarch mobile-designTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →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
Roboto. UseSF Proto introduce character. Pair distinctive display fonts with readable body text. Use varied weights and heights (google_fontsproperty inheight) to create rhythm.TextStyle - Color & Theme: Commit to a cohesive . Use
ThemeDatasemantics but push the boundaries. don't just use primary/secondary; use custom extensions if needed. Dominant colors with sharp accents outperform timid, safe palettes.ColorScheme - Motion & Interaction: Flutter excels here. Use for choreographed sequences. Implement
AnimationControllertransitions for continuity. UseHerofor 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.AnimatedBuilder - Spatial Composition: Break the standard /
Columngrid. UseRowandStackfor layering. UsePositionedfor depth. distinct use of white space (or lack thereof).Transform - Backgrounds & Visual Details: Avoid flat solid backgrounds. Use for generative backgrounds,
CustomPainterfor gradients on text/icons,ShaderMaskfor blur/glass effects, and noise textures. Add depth with careful shadows (BackdropFilter) and layers.BoxShadow
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 ,
CustomPainter, explicit animations, and layeredShaderMasklayouts.Stack - Minimalist: rigorous attention to ,
Padding, typography, and subtle implicit animations (Align,AnimatedContainer).AnimatedOpacity
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.