skills/modelscope.cn/flutter-performance-docs

flutter-performance-docs

Installation
SKILL.md

Flutter Performance Best Practices

The 16ms Rule

Display Frame Budget Build Render
60Hz 16ms ~8ms ~8ms
120Hz 8ms ~4ms ~4ms

Always profile in profile mode, not debug mode.


1. Control build() Cost

Installs
2
First Seen
Sep 2, 2026
flutter-performance-docs from modelscope.cn