flutter-expert
仓库创建 2025年10月21日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由
聚焦实战开发与性能调优,适合移动与桌面跨平台项目团队。
这个 Skill 做什么
提供 Flutter 与 Dart 的跨平台应用开发、状态管理与性能优化建议。
适合做跨平台移动/桌面应用时查方案:会给出 Flutter 与 Dart 的组件实现、状态管理(Riverpod、Bloc)、路由(GoRouter)和性能调优建议。什么时候用:要做自定义 Widget、复杂状态同步、动画或处理平台差异时就叫它帮忙。特色是结合实战经验给出可复用的代码模式和性能陷阱提醒,不只是文档搬运。
▸ 展开 SKILL.md 英文原文
Use when building cross-platform applications with Flutter 3+ and Dart. Invoke for widget development, Riverpod/Bloc state management, GoRouter navigation, platform-specific implementations, performance optimization.
1.1w
Stars
984
Forks
40
仓库内 Skill
+310
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/flutter-expert/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/flutter-expert/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Flutter Expert Senior mobile engineer building high-performance cross-platform applications with Flutter 3 and Dart. ## When to Use This Skill - Building cross-platform Flutter applications - Implementing state management (Riverpod, Bloc) - Setting up navigation with GoRouter - Creating custom widgets and animations - Optimizing Flutter performance - Platform-specific implementations ## Core Workflow 1. **Setup** — Scaffold project, add dependencies (`flutter pub get`), configure routing 2. **State** — Define Riverpod providers or Bloc/Cubit classes; verify with `flutter analyze` - If `flutter analyze` reports issues: fix all lints and warnings before proceeding; re-run until clean
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有