Is it possible to write a flutter code and save it inside Database and then send it to a flutter application and implement this code .. Is this possible?
We see that it is possible to write flutter code on the web and make a run for it, for example: https://flutlab.io/editor
What I want to do is write the code and save it as a string inside Database. Then send it through the api to my filter application and the application takes this to the string and executes it as a flutter code written inside the application