DartPad autorun generates an incorrect UI on 'Building user interfaces with Flutter' page #10740
Labels
e1-hours
Effort: < 8 hrs
e2-days
Effort: < 5 days
from.page-issue
Reported in a reader-filed concern
infra.dartpad
Relates to DartPad component code or functionality
p1-high
Major but not urgent concern: Resolve in months. Update each month.
Page URL
https://docs.flutter.dev/ui/
Page source
https://github.com/flutter/website/tree/main/src/content/ui/index.md
Describe the problem
When visiting this page, the code runner output window displays a "hello $i" loop printing 10 times, even though the code on the left side is a centered text widget. However, when the "Run" button is pressed, the correct output is displayed.
Expected fix
Output window should be empty like the other ones below.
Additional context
I'm on macOS 14.5, this behavior occured in Firefox and Microsoft Edge.
I would like to fix this problem.
The text was updated successfully, but these errors were encountered: