Feodor Fitsner
Feodor Fitsner
@diguijoaquim Try building with pre-release: https://flet.dev/blog/flet-new-packaging-pre-release
I believe it's not specific to Flet. CORS is applicable to any application that runs in a browser.
Could you resolve a conflict in this PR please?
I've tried the new control and observed the strange behavior - it triggers changed event on the second click. Here's the video: https://github.com/user-attachments/assets/0970aadc-7d25-4dd0-9042-0ac54243feac Do you have the same issue? I...
Merging gone wrong?
What version of Flet is that?
What error do you get?
To work in web browser environment (Pyodide) you should use `_async` methods. See here: https://github.com/flet-dev/flet/issues/5264#issuecomment-2856846040 The code that works on all platforms: ```py import flet as ft async def main(page:...
Could you try with the latest Flet 0.24.1 please?
Take a look at this issue: https://github.com/flet-dev/flet/issues/590