In previous post, we had created and shown a ListView
with ListView.builder()
constructor method. Today, we’re gonna add a function that allows us swipe to remove Item in the list using Dismissible
.
Related Post: Flutter ListView example with ListView.builder
Continue reading “Flutter Dismissible example – Swipe to dismiss/remove Item in ListView”