In the majority of the Dismissible examples provided by Flutter, they are dismissing items within a ListView. For example, this.
What I am currently doing is this:
Please try this.I provided UniqueKey as key to Dismissible widget, and it worked just fine.
key: UniqueKey(),