Replies: 3 comments 4 replies
-
Sorry for that! |
Beta Was this translation helpful? Give feedback.
-
So I applied some ChatGPT power and modified the my_application.cc in the build/flutter/linux folder.
Which generates the following output:
Interestingly enough this modified code brings up an empty window, while the original code does not produce any window at all. But now I'm stuck, since the following error doesn't mean anything to me: Any help on that? |
Beta Was this translation helpful? Give feedback.
-
Can't help in any way with a solution, but this probably has the same background as my issue #4520. |
Beta Was this translation helpful? Give feedback.
-
My flet 0.24.2 app was successfully running as a desktop app under Linux Mint 22. I've upgraded to flet 0.25.0 first with desktop-light and then desktop. The app compiles fine with
But when I start the desktop app, it doesn't show the main window anymore. Is there a way to figure out why? And btw. my app runs perfectly under VSCode in run and debug mode. Even the nasty Textfield fokus problem is gone with flet 0.25.0.
So how can I figure out, why the compiled desktop app doesn't show the main window any more?
I used 'pip install 'flet[all]' --upgrade' to upgrade and later 'pip uninstall flet-desktop-light --yes' and 'pip install flet-desktop', and 'pip list | grep flet' shows:
flet 0.25.0
flet-cli 0.25.0
flet-core 0.24.1
flet-desktop 0.25.0
flet-runtime 0.24.1
flet-web 0.25.0
Beta Was this translation helpful? Give feedback.
All reactions