We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DartPad has visual stutters, especially on lower-end devices.
Press any inkwell.
I profiled and the whole app appears to be repainting on small widget repaints. See here:
Without repaint boundary around button (each paint repaints the entire widget tree):
With repaint boundary (first paint repaints entire widget tree. Subsequent paints don't. Note the length of the frame).
Browser: Chrome 131.0.6778.265 arm64
Version:
Are you using any extensions/plugins that affect website behavior (particularly those that affect iframes, such as ad blockers)?
Are there any warnings or errors in your browser's JavaScript console? If so, paste them below:
N/A
Operating system: M1 Pro MacOS
What code was in the editor, if any, when the failure occurred? You can paste it in below:
Did DartPad print anything to the console pane? If so, paste it below:
If you were running Flutter code, you can also paste an image of the Flutter output directly into this bug report.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
DartPad has visual stutters, especially on lower-end devices.
Steps to reproduce problem
Press any inkwell.
Additional info
I profiled and the whole app appears to be repainting on small widget repaints. See here:
Screen.Recording.2025-01-13.at.4.31.57.PM.mov
Without repaint boundary around button (each paint repaints the entire widget tree):
Screen.Recording.2025-01-13.at.5.48.32.PM.mov
With repaint boundary (first paint repaints entire widget tree. Subsequent paints don't. Note the length of the frame).
Screen.Recording.2025-01-13.at.5.47.47.PM.mov
Browser
Browser: Chrome 131.0.6778.265 arm64
Version:
Are you using any extensions/plugins that affect website behavior
(particularly those that affect iframes, such as ad blockers)?
Are there any warnings or errors in your browser's JavaScript console?
If so, paste them below:
Machine
Operating system: M1 Pro MacOS
Version:
Your code
What code was in the editor, if any, when the failure occurred? You
can paste it in below:
DartPad's output
Did DartPad print anything to the console pane? If so, paste it below:
If you were running Flutter code, you can also paste an image of the
Flutter output directly into this bug report.
The text was updated successfully, but these errors were encountered: