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
I have searched the opened issues and there are no duplicates
Describe the bug
I use Flet v0.25.1 on Windows 11.
I want to use Dismissible with VERTICAL dismiss direction.
It looks like dismiss_direction parameter is not taken into account.
In the following code sample, I use print(f"Direction: {e.direction}") and always get Direction: DismissDirection.START_TO_END
Duplicate Check
Describe the bug
I use Flet v0.25.1 on Windows 11.
I want to use Dismissible with VERTICAL dismiss direction.
It looks like
dismiss_direction
parameter is not taken into account.In the following code sample, I use
print(f"Direction: {e.direction}")
and always getDirection: DismissDirection.START_TO_END
Code sample
Code
To reproduce
Execute the code sample
Expected behavior
Dismiss VERTICALY
Screenshots / Videos
Captures
[Upload media here]
Operating System
Windows
Operating system details
Windows 11
Flet version
0.25.1
Regression
No, it isn't
Suggestions
No response
Logs
Logs
[Paste your logs here]
Additional details
No response
The text was updated successfully, but these errors were encountered: