Python and Dart Integration in Flutter Mobile Application Python and Dart Integration in Flutter Mobile Application dart dart

Python and Dart Integration in Flutter Mobile Application


visit https://pub.dev/packages/starflut

A new flutter plugin project, which supports flutter to interact with other scripting languages such as python, java, ruby, golang, rust, etc. It is easy to use, supports android and ios platform.


You can create an api using Python then serve it your mobile app (FLUTTER) using http requests.I


Yes there are multiple ways to do this I will share two of them which I personally used in the past

  1. Using an API Like 'Text Analysis API' It is freemium and verified, also support HTTP request through flutter here is the link https://rapidapi.com/aylien/api/text-analysis

  2. Using a Starflut package here is the link of the medium article hope it will help youhttps://medium.com/@ihassanjavaid/how-to-run-python-scripts-on-flutter-d6a4aedb6227