fluttercommunity / flutter_google_places

Google Places - Google places autocomplete widgets for flutter. No wrapper, use https://pub.dev/packages/google_maps_webservice. Maintainer: @juliansteenbakker
https://pub.dev/packages/flutter_google_places
Other
303 stars 415 forks source link

Unable to get back the results from the api #132

Closed amitgupta0294 closed 3 years ago

amitgupta0294 commented 4 years ago

I am having the same problem. Done everything as given in the docs of flutter_google_place but not able to get any result back. Google cloud platform is showing 100% error for the api. Do i need to enable billing even for testing ?

arteevraina commented 4 years ago

I am having the same problem. Done everything as given in the docs of flutter_google_place but not able to get any result back. Google cloud platform is showing 100% error for the api. Do i need to enable billing even for testing ?

Yes

KevMorelli commented 3 years ago

Hi, yes, enable billing is necessary for even testing. I will change the example to throw that specific error to prevent confusion in the future