Skip to content

Update to Flet v0.84.0 #177

@pakal

Description

@pakal

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}')

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions