How can I implement onHorizantalDragStart gesture detector given below in the picture and show these two buttons
Asked
Active
Viewed 72 times
1
-
Try this [Flutter slidable](https://pub.dev/packages/flutter_slidable) – Masum Billah Sanjid Dec 27 '21 at 07:04
-
What have you tried so far? – Matt Dec 29 '21 at 14:42
1 Answers
1
There is a Dismissible class which comes prebuilt in flutter with this you can create similar action. flutter_slidable is a pub package for the same feature
Edit: I just found this thread which has more in-depth answers.

Ashutosh Patole
- 926
- 1
- 7
- 23