OverlayEntry Rebuild is slow #168355
Labels
in triage
Presently being triaged by the triage team
waiting for customer response
The Flutter team cannot make further progress on this issue until the original reporter responds
Steps to reproduce
Whenever the window size changes I am getting its dimension and rebuilding overlay entry. But it seems its slow to rerender.
Expected results
I would expect
_overlayEntry!.markNeedsBuild();
to be performant to rerender the OverlayEntry smoothly just like how other flutter widgets do.Actual results
rerender of OverlayEntry is slow and at a times the rerenders are missed.
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
Screen.Recording.2025-05-05.at.23.24.39.mov
Logs
Logs
[Paste your logs here]
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: