Flutter web API Error “No ‘Access-Control-Allow-Origin’ header is present on the requested resource”
flutter web app fails to connect to my rest api , says
Failure of physical device to connect to correct port where flask server is running
I have a flutter application and it makes use of a REST API which is running as a flask server on port 5000 locally on my host machine but when I install the app on my physical device it seems to be accessing the wrong port how to fix this issue