Open hkaikai opened 4 months ago
Hi, can you provide a simple example code to reproduce this issue?
same error :/
I added key to SlidableAutoCloseBehavior and error gone.
child: SlidableAutoCloseBehavior(
key: const ValueKey(
"slidableAutoCloseBehavior"),
child: ListView.separated(
controller: scrollController,
when I wrap the Slidable component with the SlidableAutoCloseBehavior component, closing the ActionPane throws an error
flutter:3.7 flutter_slidable:3.1.0 ios simulator:15 pro max(ios 17.5)