Flet has evolved a lot since the pinned "flet==0.28.3", is it doable to mass-update FletX so that it supports latest version ?
When forcing the upgrade, I got these errors on fletx run:
/home/pchambon/Workspace/magmalys-sfinx/.venv/lib/python3.13/site-packages/fletx/app.py:309: DeprecationWarning: app() is deprecated since version 0.80.0. Use run() instead.
ft.app(target = async_wrapper, **merged_kwargs)
http://127.0.0.1:45291
/home/pchambon/Workspace/magmalys-sfinx/.venv/lib/python3.13/site-packages/fletx/app.py:300: RuntimeWarning: coroutine 'FletXApp._async_main' was never awaited
self.logger.error(f'Error when trying to run App: {e}')
Flet has evolved a lot since the pinned "flet==0.28.3", is it doable to mass-update FletX so that it supports latest version ?
When forcing the upgrade, I got these errors on fletx run: