Replies: 1 comment 1 reply
-
Check these examples: https://github.com/flet-dev/serious-python/tree/main/example |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please Describe The Problem To Be Solved
Currently, in order to run a Python file in the iOS Flet App, we need to get a host to start a service, and connect to this service in the iOS Flet App.
Can we allow users to run from a local Python file stored on device, similar to the Pythonista iOS App?
(Optional): Suggest A Solution
It will be great to have this feature. One concern might be the iOS policy, but given there are other Apps (like Pythonista) that already have this capability, I think it is possible.
Beta Was this translation helpful? Give feedback.
All reactions