Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以,我有几个用python编写的脚本,它们接受给定的输入(一些数值),做一些数学计算,最后给出输出。有什么方法可以获取这些脚本并在 Flutter 应用程序中调用它们(使用 .py 文件作为“计算器”,因为没有更好的术语)?任何帮助都非常受欢迎。