You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the opened issues and there are no duplicates
Describe the bug
Changing col to ResponsiveRow controls does not change the row layout after update().
Adding and removing the row from page does change the layout according to the updated col values
Change col on the ResponsiveRow controls, and call update() to the row
Expected behavior
No response
Screenshots / Videos
CapturesScreencast.From.2026-07-28.03-47-13.mp4
The "increase columns" button halves the col value on the ResponsiveRow controls and calls update(). This does not change the row layout.
By clicking "re-add row to page" the ResponsiveRow is removed and re-added to the page, and the row layout gets updated.
Operating System
Linux
Operating system details
Arch Linux
Flet version
0.86.2
Regression
Yes, it used to work in a previous Flet version (please specify the version in additional details)
Suggestions
This used to work, but has been broken for some time. I can't determine the exact version when this was introduced, it could be as far back as the first 1.0beta releases.
Duplicate Check
Describe the bug
Changing
coltoResponsiveRowcontrols does not change the row layout afterupdate().Adding and removing the row from
pagedoes change the layout according to the updatedcolvaluesCode sample
Code
To reproduce
ResponsiveRowwith some controls to pagecolon theResponsiveRowcontrols, and callupdate()to the rowExpected behavior
No response
Screenshots / Videos
Captures
Screencast.From.2026-07-28.03-47-13.mp4
The "increase columns" button halves the
colvalue on theResponsiveRowcontrols and callsupdate(). This does not change the row layout.By clicking "re-add row to page" the
ResponsiveRowis removed and re-added to the page, and the row layout gets updated.Operating System
Linux
Operating system details
Arch Linux
Flet version
0.86.2
Regression
Yes, it used to work in a previous Flet version (please specify the version in additional details)
Suggestions
This used to work, but has been broken for some time. I can't determine the exact version when this was introduced, it could be as far back as the first 1.0beta releases.
Logs
Logs
[Paste your logs here]Additional details
No response