google_place icon indicating copy to clipboard operation
google_place copied to clipboard

A new Flutter package for handle google place api

Results 27 google_place issues
Sort by recently updated
recently updated
newest added

` void autoCompleteSearch(String value) async { var result = await googlePlace.autocomplete.get(value); if (result != null && result.predictions != null && mounted) { setState(() { predictions = result.predictions; }); } }`...

Hello, thank you for this awesome package. I want to limit search results for a specific country however I could not see an option for this. Do you have a...

Dear bazrafkan, Are you willing to look at this? I am new and not sure if I am looking at the latest version though. flutter build apk ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Warning ──────────────────────────────────────────────────────────────────────────────...

I get a timeout exception error on android. On iOS it works fine. thx for your help

I had referred your code and it works but little confusion is that when we search a place the listtile in the place can't be choosen. How to solve this?

Great package. Easy to customise. Can the predictions also include LatLng?