Dammyololade / flutter_polyline_points

A flutter plugin that's decodes encoded google poly line string into list of geo-coordinates suitable for showing route/polyline on maps
MIT License
105 stars 130 forks source link

XMLHttpRequest Error #90

Open LuzGodoy opened 9 months ago

LuzGodoy commented 9 months ago

The XMLHttp error continues being thrown in flutter web apps in the library version 2.0.0.

Captura de pantalla 2023-11-12 190851

botty87 commented 7 months ago

@LuzGodoy I've forked this repo and added the possibility to add a proxy url, so it can be useful for avoiding this.

sharjeel65 commented 7 months ago

flutter run -d chrome --web-browser-flag "--disable-web-security" This fixes it in local, but when you deploy web app it doesn't work anymore

SimonSoftware commented 7 months ago

Also in my FlutterFlow app, same error.

SimonSoftware commented 1 month ago

Any news on this issue? The problem still remain.