I'm new to Dealing with flutter. I want to build connections between python and flutter with flask but I have XMLHttpRequest error how to solve it. the code:
onChanged: (value) {
url = 'http://10.0.2.2:5000/api?the=' +value.toString();
},
I'm new to Dealing with flutter. I want to build connections between python and flutter with flask but I have XMLHttpRequest error how to solve it. the code:
onChanged: (value) {
url = 'http://10.0.2.2:5000/api?the=' +value.toString();
},