google_maps_place_picker
google_maps_place_picker copied to clipboard
How to modify the search bar and the suggest list?
How can i remove the search bar?
Hi,
Unfortunately, as it is the main feature of the package, it does not provide the feature of hiding the search bar.
One good quick way is to fork it and just remove Autocomplete component on your side.
However, I will consider putting optional parameter to hide it later.
Just suggested a related feature https://github.com/fysoul17/google_maps_place_picker/issues/50
Is there a way to increase the padding of the search bar so that is appears a little lower?
No, it is actually positioned 'inside' of default AppBar which you cannot modify the height unless we switch to SliverAppBar.
Would be nice to be able to customize at least some aspects of the search bar.
Would be a great feature!
I created a simple utility class using Google place rest APIs - https://arkapp.medium.com/flutter-and-google-map-for-beginners-part-1-fdba4ab22148