Google Address autofill

Hey all,

I'm trying to put together a google address type-ahead form. The idea is that the user would start typing their address in the Address 1 field, google would pop up some possible matches below the field, they select the option and it fills in all of the rest of the address fields.

It looks like there are some pub.dev projects that look like they match, however I was wondering if anyone has successfully done an implementation like this and have the code?

This is the closest pub.dev package https://pub.dev/packages/google_maps_places_autocomplete_widgets

I'm not a fan of the standard google maps implementation in flutterflow as I'd rather have it be impelmented into the field rather than a popup.

Also, I have the Google Geocoding API key already in Flutterflow settings, is there any way to reference that api key in the custom code rather than duplicating the key?

Thanks!

2
3 replies