Replies: 2 comments
-
Thanks for your interest! Flet runs Python on the device with the help of https://pub.dev/packages/serious_python plug-in (also developed by us for Flet). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! I am trying to set it up now with serious_python and Flutter. However, I am trying to implement Dash, but as soon as I import the library and run the app, the python logic doesn't seem to run anymore. Any ideas why this is? Also how to debug in general? Where do I see the print statements? Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, Flutter developer here. The project looks pretty promising, I am looking to develop an app for Android and iOS since I have an existing python codebase for my logic which I would like to keep. One thing I cannot figure out: Does Flet actually run python on the device? Or is it all the python running on server and just communicating with the Flutter frontend?
Beta Was this translation helpful? Give feedback.
All reactions