Open buildthick opened 1 month ago
Hey Paul, happy to exchange with you and to jump on a call if needed. Feel free to contact me via email. I suspect this is impacting anyone using shopping carts based on listview, and users effectively cannot manage their cart.
Hello, any updates?
Hello, any updates from FlutterFlow team?
This issue is stale because it has been open for 7 days with no activity. If there are no further updates, a team member will close the issue.
Hello,
I apologize for the late response. Does this issue still persist, or was it fixed in the latest FlutterFlow updates?
Yes, the problem persists.
Hello, the problem persists. Could you please address it?
Chiming in to mention I'm also encountering this. I have abandoned features due to this issue.
Can we access your project?
Current Behavior
I'm using ListView's "generate children from variable" functionality so users can add/delete specific items from an unbound list. The number of items is based on appstate variable list of integers. However, the "remove from list at index" and "insert at index" functions simply add/delete from the end of the list and not at the index.
This problem was also reported here and never resolved: https://github.com/FlutterFlow/flutterflow-issues/issues/3067
Expected Behavior
"Remove from list at index" should delete specific list item, not only delete the last item in the list. "Insert at index" should add list item wherever desired, not only add an item to the end of the list.
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
IT4Wz8r15ZVNj7xa15DucsJanSQRNlw1bZZNmsNxTQE3F4urOowPXfnRalhoTN+idGNqL2H8kmYew9KNuNn2A+UnEzGBbL5a1LlcWj3jUnOiMrKOPLmRdHEmLNxJJVyg5JmC2yVCOtZiL1IM2U6qBuzISXfXHu/LPVUSDciJEK/Ao12pQ0SLb3kNh1JWeC/v
Visual documentation
https://jmp.sh/hDgKz4c1
Jumpshare link of videoˆ
Environment
Additional Information
Without this functionality I cannot develop the app. Dynamic user input is required to fulfill promised results, and I cannot preset a number of items because it varies greatly by user.