Replies: 1 comment 3 replies
-
Thanks for your interest! You can run any Python code as it's a regular Python code running on server-side (for now). For mobile I think we will be supporting two modes: 1) server-driven UI when Python code is running on the server and updates UI on mobile via WebSocket and 2) when Python code runs on a mobile device - this case we should see if a certain Python library with native code could be run on a mobile. "Pure" Python libraries are going to be fine. Take a look at this doc for more details on Flet mobile strategy: https://flet.dev/blog/flet-mobile-strategy Regarding custom widget - hop to a discussion forum here: https://discord.com/channels/981374556059086931/1011353284449157161 I'm going to create a guide on Flet controls development. |
Beta Was this translation helpful? Give feedback.
-
For example, is it possible to run numpy or a custom library with a compiled module?
Would it be possible to include PyQT widgets?
Also, will mobile apps be able to run Python code, just like Desktop (or web) apps?
Finally, how to include custom Flutter widgets to Flet?
Beta Was this translation helpful? Give feedback.
All reactions