bazrafkan / google_place

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

why is it discontinued #63

Open fahaddev7 opened 4 months ago

tylersavery commented 4 months ago

Hey @fahaddev7 , stumbled likely on the same issue as you did. I've forked this here to get everything to the latest. I'm not planning on maintaining this, but it will get you sorted out at least.

https://github.com/theyoungastronauts/google_place

fahaddev7 commented 3 months ago

Thanks i will be using this

The owner of this package needs to work on it. Its really simple and working as expected just the dependency needs to be upgraded along with null safety @tylersavery @bazrafkan

lukehutch commented 2 months ago

Try flutter_google_places_sdk instead -- it uses platform libraries, so you can restrict API keys by platform, without having to mess around with correctly setting the right request headers or using (unrestrictable) server or browser keys.

BunnyBuddy commented 3 weeks ago

Try flutter_google_places_sdk instead -- it uses platform libraries, so you can restrict API keys by platform, without having to mess around with correctly setting the right request headers or using (unrestrictable) server or browser keys.

its a good package but its got ton of issues and you can't even downgrade or upgrade your package because each version may throw a different issue. It may work for some. This package no doubt is old but it was without a doubt cleanest so far.