Skip to content

When I delete items one by one using a delete action via a listTile with swipableActionWidget the screen crashes #277

@PaulHolsters

Description

@PaulHolsters

Reproducing the problem:

  1. Create a page with a listView
  2. Use a listTile with slidableActionWidget as the child
    image
  3. Attach a db query (api call) to it (or do this in a component higher up the tree like a homepage component)
    image
  4. Use the response to generate children for the listView.
    image
  5. connect an API call to a delete action in the slidableActionWidget that wil delete the item from the list
    image
    image
  6. test the implementation by doing the following:
    =>make sure you have like 10 items in the list
    => start deleting them one after the other.
    image
    => Around 3 to 7 items deleted you will get this error:
    image

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions