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 give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
(See Loom video below)
If a ListView has Item Spacing set and then is switched to "Reorderable", it looks as though there is no item spacing set, and yet the item spacing is retained and there's no way to change it with out switching Reorderable off, deleting the item spacing, then switching Reorderable back on.
Expected Behavior
Item Spacing should be actually deleted when "Reorderable" is toggled on for a ListView. Either that, or it should be editable even after Reorderable is set. But the former will be better at preventing headaches because of a bug preventing you from running the app in Test Mode.
Steps to Reproduce
My actual steps:
Use the AI feature to generate a page with a list of items that are reorderable
Move forward with that UI in your design system
The AI will generate a nice UI, but the list is not actually set to reorderable.
Connect up necessary data to make the ListView work
In the ListView, check the box for "Reorderable."
Try to test the app. The error prevents you (because the AI already set item spacing before you switched it to reorderable, and you didn't notice, so you have to toggle Reorderable off, delete the item spacing, then toggle Reorderable back on)
Steps without AI:
Create a new page
Add a ListView component to the page
Hook up the ListView to some data, displaying items in a column
Set the item spacing for the ListView to 12
Toggle the ListView to be "Reorderable"
Try to test the app. The error prevents you.
Reproducible from Blank
The steps to reproduce above start from a blank project.
- FlutterFlow version: FlutterFlow v5.4.0 released April 17, 2025 // Flutter version is 3.27.3
- Platform: Mac (Test Mode is viewing mobile device layout)
- Browser name and version: Google Chrome 135.0.7049.42 (Official Build) (arm64)
- Operating system and version affected: Mac OS Sonoma Version 14.5 (23F79)
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out—I was able to quickly reproduce the error you mentioned. I'm really sorry this issue caused delays in your development process. I’ll go ahead and escalate this to our engineering team so they can work on a fix.
We appreciate your patience and will keep you updated!
Can we access your project?
Current Behavior
(See Loom video below)
If a ListView has Item Spacing set and then is switched to "Reorderable", it looks as though there is no item spacing set, and yet the item spacing is retained and there's no way to change it with out switching Reorderable off, deleting the item spacing, then switching Reorderable back on.
Expected Behavior
Item Spacing should be actually deleted when "Reorderable" is toggled on for a ListView. Either that, or it should be editable even after Reorderable is set. But the former will be better at preventing headaches because of a bug preventing you from running the app in Test Mode.
Steps to Reproduce
My actual steps:
Steps without AI:
Reproducible from Blank
Bug Report Code (Required)
IT40hfKA34p2pbxK1bXudPlvtDw5JkAjU404muxRaCotCLbkOpgcf/fOYkRvcOG+Y1ZcOUyJv2oW0638ioTiGPAVBweAbqJG1YdQZTuXQkWhaaahFJWvdHRDP+RmGEyC1Imn2xBCWddsWE4ZwzutOOi+aBbUJITxNUQeDa/LZO4=
Visual documentation
https://www.loom.com/share/671249dfc03244f981ab5144433bb0cf
Environment
Additional Information
No response
The text was updated successfully, but these errors were encountered: