flutter

仓库创建 2026年6月30日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

覆盖跨平台 UI 常见问题与调优方法,适合移动/桌面开发者。

这个 Skill 做什么

为 Flutter 应用提供界面、状态管理、平台通道与性能优化建议。

帮你处理 Flutter 应用的界面、widget 架构和状态管理决策,还能给出导航、platform channels、性能优化与多平台部署建议。写页面、选 Riverpod/Bloc/Provider/GetX、接入原生 API 或排查 jank/内存问题时会用到。能看 pubspec.yaml 并给出 CI 与构建变体的实操建议,覆盖开发到发布的常见痛点。

▸ 展开 SKILL.md 英文原文

Use for Flutter apps — Dart, widget architecture, state management, navigation, platform channels, performance, multi-platform deployment. Triggers — pubspec.yaml, Dart code, Flutter widgets.

开发编程FlutterDart性能通用
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/flutter/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/flutter/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Flutter Skill

## When to use

- Creating or modifying Flutter screens, widgets, or navigation flows
- Choosing a state management approach (Riverpod, Bloc, Provider, GetX)
- Integrating platform channels for native iOS/Android APIs
- Configuring `pubspec.yaml`, flavors, or build variants
- Diagnosing jank, excessive rebuilds, or memory leaks
- Setting up CI builds for iOS, Android, web, or desktop targets

## Workflow

1. **Confirm Flutter channel and target platforms** — check `flutter --version` and which platforms are enabled in `pubspec.yaml`. Use stable channel for production; beta only if a specific fix is needed.
2. **Plan widget tree before coding**:
   - Identify which parts of t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有