fysoul17 / google_maps_place_picker

Place picker on Google Maps for Flutter
MIT License
222 stars 357 forks source link

How to change the written " Select Here " in button #130

Open wytex opened 3 years ago

wytex commented 3 years ago

I want to change the written select here in my customs words in the select here button. How to do that?

martin-braun commented 2 years ago

You can place your own widget by setting selectedPlaceWidgetBuilder. Check this. It's just out-commented and I haven't checked if it works, properly. If it does, it gets the job done.