letsar / flutter_slidable

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

Slidable dismissible problem with RTL #406

Open lucian1024 opened 1 year ago

lucian1024 commented 1 year ago

When set dismissible param to the Slidable, it can not work normally in RTL mode. See the video. https://user-images.githubusercontent.com/20886620/221153574-2ec7e23d-b0b7-46a9-9f0b-ab8faf9dd5b1.mp4

tarek903 commented 3 months ago

Slidable( useTextDirection: false,

will fix your issues.

MomenYasser commented 3 months ago

No useTextDirection: false not fixing it completely because the actions will be reversed just after trying to dismissing it.