Is possible to start a python/dart server when a flutter app starts to emulate a client-server system in local?

Viewed 18

I'm having lot of troubles with the file i/o in my flutter app, as I cannot open a file, and if is an asset it can not be written apparently. In past i worked on a client-server application using aws and i found less problems than make all in local. My question, then, is: Is possible to simulate a server in local that makes the business logic (python/dart for the server) that starts when the flutter application starts?

0 Answers
Related