flet icon indicating copy to clipboard operation
flet copied to clipboard

"SnackBar" doesn't work in MacOS Sonoma v.14.5 (Intel Processor)

Open nastiliano opened this issue 8 months ago • 5 comments

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

nastiliano avatar Jun 14 '24 19:06 nastiliano