Google Places - Google places autocomplete widgets for flutter. No wrapper, use https://pub.dev/packages/google_maps_webservice. Maintainer: @juliansteenbakker
Putting a debounce on the _queryBehavior.stream wasn't working for me. It was still calling the API as quickly as I was typing. I was getting lots of rate limit errors. This solution seems to do the trick.
Putting a debounce on the
_queryBehavior.stream
wasn't working for me. It was still calling the API as quickly as I was typing. I was getting lots of rate limit errors. This solution seems to do the trick.