letsar / flutter_slidable

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

The "groupTag" property is not working #499

Open kwarnkham opened 3 weeks ago

kwarnkham commented 3 weeks ago

The docs says

"The tag shared by all the [Slidable]s of the same group. This is used by [SlidableAutoCloseBehavior] to keep only one [Slidable] of the same group, open."

But I'm still having multiple slidable opened.

Expected to have only one slidable opened.

EvsenevDev commented 1 week ago

I have the same issue, haven't found solutuion.

kwarnkham commented 1 week ago

You need to wrap you list with SlidableAutoCloseBehavior, then it will work.