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
* Fixflet-dev#3503: `Slider.value` defaults to `min`
* Fixflet-dev#3505: add "hide" and "show" to WindowEventType enum
* Fixflet-dev#3499: TypeError raised for isinstance check with Union in before_update method
- Corrected isinstance check in SnackBar.before_update to use a tuple of types instead of Union, resolving TypeError: "Subscripted generics cannot be used with class and instance checks".
* Fix `Page.open()` breaking after multiple calls
* Fixflet-dev#3516: delete Page.window.on_resize | deprecate Page.on_resize in favor of Page.on_resized
* Page: Typo in on_resized setter decorator
Duplicate Check
Describe the bug
page.window.on_resized doesn't work for web and mobile so we need to remove deprecation for page.on_resize
Code
To reproduce
Expected behavior
No response
Screenshots
No response
Operating System
macOS
Operating system details
macOS
Flet version
0.23.0
Regression
Yes, it used to work in a previous Flet version (please specify the version in additional details)
Suggestions
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: