bazrafkan / google_place

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

Improved proxyUri handling #33

Closed Desync-o-tron closed 2 years ago

Desync-o-tron commented 3 years ago

GooglePlace::proxyUrl can now be formatted as [https:// || http://]host[:<port>][/<path>][?<url-param-name>=]

Desync-o-tron commented 3 years ago

@bazrafkan I'm having trouble adding you as a reviewer, hopefully this will get to you.

LucaDillenburg commented 3 years ago

Hi @Desync-o-tron and @bazrafkan , any updates on this?

log02 commented 2 years ago

@Desync-o-tron and @bazrafkan are you planning to merge this ? That would fix the CORS issue for me by allowing me to use my own cors proxy deployed as a firebase function.