Open lucian1024 opened 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
dismissible
Slidable
Slidable( useTextDirection: false,
will fix your issues.
No useTextDirection: false not fixing it completely because the actions will be reversed just after trying to dismissing it.
useTextDirection: false
When set
dismissible
param to theSlidable
, it can not work normally in RTL mode. See the video. https://user-images.githubusercontent.com/20886620/221153574-2ec7e23d-b0b7-46a9-9f0b-ab8faf9dd5b1.mp4