letsar / flutter_slidable

A Flutter implementation of slidable list item with directional slide actions.
MIT License
2.72k stars 589 forks source link

Prevent the full swiping #86

Open ankitm099 opened 5 years ago

ankitm099 commented 5 years ago

I don't want to fully swipe the Tile. I just want to show the option and delete icons. Don't need full swipe feature. How can I make that?

AliYar-Khan commented 4 years ago

Any luck doing this ? @ankitm099 i also want to achieve that but failing to do so ...

letsar commented 4 years ago

My in-progress refactoring should allow this.

letsar commented 3 years ago

What do you mean by full swiping?

malikdoksoz commented 2 years ago

Like this.

https://user-images.githubusercontent.com/26676061/142700400-6cf0e26d-e220-45c3-a9dc-862a0d1c1ec9.MP4

letsar commented 2 years ago

Ok, you just have to not provide a dismissible widget to the ActionPane for that.

ghost commented 1 year ago

Bunun gibi.

IMG_6210.MP4

Did you find a solution to this?