flutter_swipe_action_cell
A package that can give you a cell that can be swiped ,effect is like iOS native.
Why do I want to create this lib?
I like iOS native 's swipe action ,but flutter doesn't give an official widget .
So I try to create one.
Get started with example
Tip:This widget should be put in the itemBuilder of your ListView
- Example 1:Simple delete the item in ListView
(Tip:There is a gif here,if it unable to load,please go to HomePage)
- Example 2:Perform first action when full swipe
- Example 3:Delete with animation
- Example 4:More than one action: