'How to send data from python to flutter app

I am working on a project that requires data received from the arduino via pyserial to be send to the flutter app. I have been able to capture the data, however I'm not sure on how to send it to flutter app.

Truly appreciate any help. Thanks a lot.



Solution 1:[1]

The best way to connect python to application is api(application programming interface), this article help you understand better

you can use flask or django i prefer to use django api

and you can follow this answer

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1