bazrafkan / google_place

A new Flutter package for handle google place api
MIT License
84 stars 122 forks source link

FormatException while passing proxy url #34

Closed shubh420 closed 2 years ago

shubh420 commented 2 years ago

Hi ,

I am passing yacdn.org/proxy as a proxy url to google_place. But I am getting below FormatException error when I run the app.

FormatException: Invalid character (at character 10) yacdn.org/proxy
                                                              ^        

No other proxy url with subpath is working. How do I fix it?

Desync-o-tron commented 2 years ago

I made a pr to address this. Currently, you cannot have paths in the url.

LucaDillenburg commented 2 years ago

Hi @Desync-o-tron , any update on this?