Making Something Swipeable
We’re going to work to remove a list item by swiping left or right. This is a common design pattern you see in lots of apps. Let’s start by creating a basic Flutter app, the way we’ve done before. Then removing the comments and existing widgets so we’re left with a blank app. Building the…