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
The assets dir and manifest.json files and not working properly. If you nest a directory inside of assets, eg. "/assets/images/image.png" the file is not detected. This issue only occurs in the latest version (0.8.1), downgrading seems to fix the issue. Code example to reproduce the issue:
Description
The assets dir and manifest.json files and not working properly. If you nest a directory inside of assets, eg. "/assets/images/image.png" the file is not detected. This issue only occurs in the latest version (0.8.1), downgrading seems to fix the issue.
Code example to reproduce the issue:
Describe the results you received:
Empty page
Describe the results you expected:
I expected the program to display and image.
Additional information you deem important (e.g. issue happens only occasionally):
Flet version (
pip show flet
):Operating system:
Fedora 37
Additional environment details:
Using python 3.11.3 in a venv.
The text was updated successfully, but these errors were encountered: