简体   繁体   English

我可以在 flutter 项目中使用 python 代码吗?

[英]Can I use python code in flutter project?

Im working on a project proposal for a mobile app and it contains some image processing portion(python is good at it) so i was wondering if i can use some python code in the flutter project with some plugins etc. (i have selected flutter for the app)我正在研究一个移动应用程序的项目提案,它包含一些图像处理部分(python 擅长它)所以我想知道我是否可以在 flutter 项目中使用一些 python 代码和一些插件等。(我选择了 flutter应用程序)

For image processing you can make use of cloud functions, there you can upload your specific image processing code and from flutter you can directly call those functions Check out serverless computing Or you can have python backend running somewhere for all your processing tasks对于图像处理,您可以使用云功能,在那里您可以上传您的特定图像处理代码,并从 flutter 直接调用这些功能 查看无服务器计算 或者您可以让 python 后端在某处运行以完成所有处理任务

You can also check https://pub.dev/packages/starflut this Repo if you want to integrate your image processing in your app如果您想将图像处理集成到您的应用程序中,您还可以查看https://pub.dev/packages/starflut这个 Repo

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM