how to connect 2 flutter app into a single drf api

20 Views Asked by At

Hi I am having a project where I have 2 flutter apps which is connected to a django rest framework api it worked fine locally in emulators but I find it difficult when I give it same lan ip address and test it in mobile phones only 1 app works

i typed ipconfig and gave both flutter apps same ip address and runned drf on 0.0.0.0:8000,cors allowed for all,checked the allowed host i am expecting the 2 apps to work at the same realtime

0

There are 0 best solutions below