fysoul17 / google_maps_place_picker

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

Allow changing pick button's text "Select here" #117

Open HasanAlyazidi opened 3 years ago

HasanAlyazidi commented 3 years ago

Is your feature request related to a problem? Please describe. No related issue, but it is for better and easier localization

Describe the solution you'd like Add a String parameter to PlacePicker for customizing the text of pick button.

Describe alternatives you've considered overriding selectedPlaceWidgetBuilder but that's too much for only wanting to change the text of the button "Select here" to anything else.

Additional context Screenshot_1618206901

Thank you for this amazing package.