Is there a way to compile python code in flutter apps itself ?
Note :- I did a bit of research and ended up with solutions which wanted a dedicated server for python code to be hosted and later on I could pass a query and get response which is not exactly I am aiming for. Please help
Awesome So I came up with a solution for which we need to use a package named Starflut. Just read the documentation on the first page of the package and you will understand how to implement it!
Happy Coding !