Replies: 4 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.
-
Problem no longer exists in 0.26.0. Python 3.12.3 Flutter 3.27.3 • channel stable • https://github.com/flutter/flutter.git flet-cli 0.26.0 Hardware: Apple Macbook Pro 2014 But there are now some errors when running. Don't know if they are relevant, since they do not effect my flet app. Maybe they are caused by my HW (old mac), SW (Linux) combination!? embedder.cc (2439): 'FlutterEngineRemoveView' returned 'kInvalidArguments'. Remove view info was invalid. The implicit view cannot be removed. (demo:10463): GLib-GObject-CRITICAL **: 20:55:20.947: g_object_weak_unref: couldn't find weak ref 0x7114782cc820(0x5582aa9c37c8) |
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