Open ZotInfo opened 2 years ago
have you checked the web console ? was having a simliar issue with cors security
and the following link helped https://stackoverflow.com/questions/65630743/how-to-solve-flutter-web-api-cors-error-only-with-dart-code/66879350#66879350
but does include editing the flutter source code
I'm developing an investment application for a small group of investors, I need to read the google news, however, when I try to read the page, using flutter web, it returns the error in reading, the same occurs when I use the http plugin .
When I fetch data from an API using http, it works perfectly.
My code
Error and stacktrace