Vaibhav
Vaibhav

Reputation: 13

How do i implement iOS style delete in flutter

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

Answers (1)

isacjunior
isacjunior

Reputation: 492

Maybe the widget Dismissible can help you. But if you search a ready solution, here a package called flutter_slidable

Upvotes: 1

Related Questions