一键导入
icon-generation
Generate app launcher icons and UI icon assets for Android Flutter apps with proper sizing and flutter_launcher_icons integration
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate app launcher icons and UI icon assets for Android Flutter apps with proper sizing and flutter_launcher_icons integration
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | icon-generation |
| description | Generate app launcher icons and UI icon assets for Android Flutter apps with proper sizing and flutter_launcher_icons integration |
Generate app icons (SVG/PNG) and launcher icons for Android Flutter apps.
| Density | Size |
|---|---|
| mdpi | 48x48 px |
| hdpi | 72x72 px |
| xhdpi | 96x96 px |
| xxhdpi | 144x144 px |
| xxxhdpi | 192x192 px |
| Source | 1024x1024 px (Play Store) |
android/app/src/main/res/mipmap-*/ic_launcher.pngassets/icons/ (register in pubspec.yaml)assets/icon/app_icon.pngAlready configured in this project's pubspec.yaml:
flutter_launcher_icons:
android: true
ios: false
image_path: "assets/icon/app_icon.png"
adaptive_icon_background: "#2196F3"
adaptive_icon_foreground: "assets/icon/app_icon.png"
Generate icons:
dart run flutter_launcher_icons
Icons class when possibleflutter_svg package with SVG files0 0 24 24 for standard iconsCreate a clean, flat-style app icon for a privacy-first AI chat app.
- Transparent or solid background (#2196F3)
- Simple two-tone palette: primary #2196F3, secondary #FFFFFF
- Minimalist chat/AI symbol, centered, no text
- Output: PNG 1024x1024 source
- Style: flat, minimal, rounded corners
- Avoid: photorealism, gradients, text, heavy shadows
Debug Android Flutter app runtime errors, crashes, device issues, and performance problems
Diagnose and fix Flutter build failures including dependency conflicts, Gradle errors, compilation issues, and platform-specific build problems
Debug GitHub Actions workflow failures, CI build issues, test failures in CI, and deployment problems
Debug Android Flutter apps including runtime errors, build issues, device connection problems, and performance issues. Use when troubleshooting Android-specific problems, crashes, or deployment issues.