Replies: 1 comment
-
Short answe is no. Flutter code runs in a Dart virtual machine, and communication between different languages like Python and Dart typically requires some form of inter-process communication or API calls. You might consider using mechanisms like HTTP requests, sockets. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Is it possible to trigger a function/method that's written on flutter/dart outside the running Flet application?
Lets say I have a Flutter and Flet app running on my android device, on Flutter I have this method that uses the speech to text api and returns the value and I process the value using Python.
How can I trigger the function from within Flet/Python?
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions