You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user slides to dismiss a row in a series of Slidable rows.
Expected Behaviour
The row is dismissed and all remaining rows remain closed.
Actual Behaviour
The row is dismissed but the subsequent row is opened and remains open after the dismissal is complete.
Notes
I've also discovered that this is only an issue when a SlidableController is assigned to the Slideable's by the user.
If I remove the controller from the Slidable it works as expected.
Provisional solution: Remove _slidableController and use the scoped default controller (remember wrap in builder widget to access to inherited controller).
Hello and thank you for the great library.
I've stumbled upon an issue in
flutter_slidable: ^3.1.0
when dismissing a row and I've created a minimal project to reproduce it in-case it's helpful.https://github.com/adammal/slidable_dismiss_problem
Android.Emulator.-.Pixel_4_API_33_5554.2024-04-19.16-38-13.mp4
Action
The user slides to dismiss a row in a series of Slidable rows.
Expected Behaviour
The row is dismissed and all remaining rows remain closed.
Actual Behaviour
The row is dismissed but the subsequent row is opened and remains open after the dismissal is complete.
Notes
I've also discovered that this is only an issue when a SlidableController is assigned to the Slideable's by the user.
If I remove the controller from the Slidable it works as expected.
Code in question
Am I doing something wrong in the way i've implemented this?
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: