flet
flet copied to clipboard
"SnackBar" doesn't work in MacOS Sonoma v.14.5 (Intel Processor)
Duplicate Check
- [X] I have searched the opened issues and there are no duplicates
Describe the bug
Simply the control "SnackBar" doesn't work/appear
Code
page.snack_bar = ft.SnackBar(content = ft.Text("Hello world") , duration = 5000)
page.snack_bar .open = True
page.update()
To reproduce
page.snack_bar = ft.SnackBar(content = ft.Text("Hello world") , duration = 5000)
page.snack_bar .open = True
page.update()
Expected behavior
No response
Screenshots
No response
Operating System
macOS
Operating system details
14.5 (Intel Processor)
Flet version
0.22.1
Regression
No, it isn't
Suggestions
No response
Additional details
No response