-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Can we access your project?
- 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
I have a ReorderableListView where each item contains a component with a TextField.
When I drag an item from one position to another (for example, index 2 to 3), it looks like the reorder didn’t work. After checking, the list order does update correctly, but the TextField values don’t refresh, so they visually stay in the old positions. If I refresh the page, everything shows correctly.
Expected Behavior
When a list item is reordered in the ReorderableListView, all child components update correctly. The TextField inside each item should immediately display the correct value for its new position without requiring a page refresh.
Steps to Reproduce
-
Create a ReorderableListView.
-
Add a component as the list item.
-
Inside the component, place a TextField with its value bound to a string from the list data.
-
Run the app.
-
Drag a list item from one position to another (for example, index 2 to index 3).
-
Observe that the list order changes, but the TextField values remain in their original positions.
-
Refresh the page and notice the TextField values now appear in the correct order.
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
ITFTls/l7c92rsMA+KX5K/kxljw4GUMfWOdEket+EA0hNZysE5ktPePOT1VLYte4fW9EfWGJ+Xsf0eDTvYf2U/YqAxKqbt17+ZRXQTqVbGqiMrWaPrWwWERQL+xPfxWF07uznx1CVdJoR0YW3GCIPfCrG3qCf9qOYwx5e6fDbOY=
Visual documentation
??
Environment
- FlutterFlow version: Latest from 2026/01/23
- Platform: Windows 10 Pro
- Browser name and version: Chrome
- Operating system and version affected:Additional Information
No response