Reputation: 13
I am looking to implement iOS type delete in flutter. Please see image below. Is there a widget which provides this functionality? Or do i need to implement it myself? Image here
Upvotes: 0
Views: 862
Reputation: 492
Maybe the widget Dismissible can help you. But if you search a ready solution, here a package called flutter_slidable
Upvotes: 1