flutter-ui-design
Installation
SKILL.md
Flutter UI Design Guidelines
Purpose
This skill provides guidelines to make Flutter app UIs stand out from "typical defaults" and achieve professional, impressive designs.
Typography
Patterns to Avoid
- Using only default
Roboto - Monotonous font weights (Regular/Bold only)
- Uniform text sizes
Recommended Approach
// Use modern fonts with Google Fonts
import 'package:google_fonts/google_fonts.dart';
Related skills
More from k9i-0/flutter_autonomous_template
ui-theming
UI theming skill for applying brand designs to Flutter apps. Use when user asks to 'apply X style', 'change theme to Y', 'make it look like Z', or provides reference images for UI design.
6self-review
Self-review before completing tasks. Multi-perspective verification using Gemini CLI + Claude subagent.
4requirements-gathering
Systematic requirements gathering through AskUserQuestion. Use when starting development to clarify app specifications.
4flutter-mobile-automation
E2E testing and mobile automation for Flutter apps. Use when creating/running tests with Maestro, Mobile MCP, and Dart MCP.
4