Developer Tools
Enable the built-in FlutterWind developer overlay for FPS, memory, performance, logs, and diagnostics.
FlutterWind ships with an optional in-app developer tools overlay.
Enable it with the showDevTools flag in FlutterWind.
Quick start
Customize the overlay
Use these options for visibility and behavior:
What the panel includes
- Metrics (FPS, memory, build count)
- Network requests overview
- Performance recording (build/layout/paint events)
- Platform and screen info
- Memory breakdown
- Runtime logs
- Parser diagnostics
Notes
- Keep
showDevToolsoff in production builds. - The overlay is draggable and expandable.
- If you need custom toggling, persist a boolean (for example with
SharedPreferences) and pass it intoshowDevTools.
Related pages
/getting-started/features/reference/performance-benchmarks