AgentSkillsCN

flutter-performance

Flutter 性能优化技能中心:剖析卡顿问题、减少重建次数、善用 DevTools 工具、合理利用内存与图像资源,以及通过隔离机制实现主线程之外的计算任务。

SKILL.md
--- frontmatter
name: flutter-performance
description: Flutter performance skill hub: profiling jank, reducing rebuilds, using DevTools, memory/images, and isolates for off-main-thread work.

Performance Skills

What this domain covers

Finding and fixing jank, reducing rebuilds, using DevTools effectively, managing memory and images, and moving work off the UI thread.

When to read it

  • Scrolling stutters or frame times spike.
  • Memory grows unexpectedly.
  • Your app feels slow on low-end devices.

Subtopics

Decision guide