Ubuntu – Flutter app is working in debug mode, however build/web version is unable to communicate with the server because of CORS policy
I'm trying to learn Webdev and as part of my first project, I have built a simple chat-bot-app. The app consists of a Python-Flask backend (running on localhost/5000) and a Flutter app front end. The Flutter app takes our input,…