Error: XMLHttpRequest error. with flutter and flask get mothed

Viewed 24

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:

enter image description here

enter image description here

onChanged: (value) {
       url = 'http://10.0.2.2:5000/api?the=' +value.toString();
},
0 Answers
Related