Python and Dart Integration in Flutter Mobile Application

Hamza Tanveer picture Hamza Tanveer · Nov 28, 2018 · Viewed 23.4k times · Source

Can i do these two things:

  1. Is there any library in dart for Sentiment Analysis?
  2. Can I use Python (for Sentiment Analysis) in dart?

My main motive for these questions is that I'm working on an application in a flutter and I use sentiment analysis and I have no idea that how I do that.

Can anyone please help me to solve this Problem.?
Or is there any way that I can do text sentiment analysis in the flutter app?

Answer

CTech Viral picture CTech Viral · Sep 9, 2019

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.