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.
| Display | Frame Budget | Build | Render |
|---|---|---|---|
| 60Hz | 16ms | ~8ms | ~8ms |
| 120Hz | 8ms | ~4ms | ~4ms |
Always profile in profile mode, not debug mode.