-
Notifications
You must be signed in to change notification settings - Fork 370
Open
Labels
P3issues we think are valid but not importantissues we think are valid but not importantcost: lowLow engineering cost to implement.Low engineering cost to implement.screen: performanceIssues with the Performance screenIssues with the Performance screen
Description
Steps to reproduce
- flutter run --profile --track-widget-creation
- Open DevTools → Performance
- The "Count widget builds" checkbox is greyed out.
Expected results
The flag name --track-widget-creation suggests this should still be
available in profile mode. Documentation should clarify that widget build tracking is available debug-only.
Actual results
I could not check the box to display the widget rebuilds, and the tooltip was not any help either. Documentation never mentions this. AI doesn't know.
Code sample
Code sample
[Paste your code here]Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]Flutter Doctor output
Doctor output
[Paste your output here]Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3issues we think are valid but not importantissues we think are valid but not importantcost: lowLow engineering cost to implement.Low engineering cost to implement.screen: performanceIssues with the Performance screenIssues with the Performance screen