Replies: 4 comments 2 replies
-
Hi @jet10000, Thanks for the idea but I have to ask, why would this be useful to a Flutter developer? Thanks |
Beta Was this translation helpful? Give feedback.
-
For example, you can let python process pictures, do some complex calculations, calculations in specific tasks, and build a background web server in client-side. Flutter app do more than read and write data, such as client-side machine learning. Let flutter focus on UI. |
Beta Was this translation helpful? Give feedback.
-
It can be used for computing, for storage, for page sharing data, for caching, for proxying requests, and so on. It can host local http services and websockets services. Also think of it as a role between the flutter app and the backend server. No need to write a lot of complex calculation logic in dart, and the python ecosystem is very rich. let flutter focus on UI, and let it do complex client logic. |
Beta Was this translation helpful? Give feedback.
-
I think it is overkill for micro framework, we should keep it simple. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/flet-dev/serious-python
Integrate this component into Nylo, it can run python server in fultter app, thanks.
Beta Was this translation helpful? Give feedback.
All reactions