This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
Allow customizing prefix and suffix widgets for the searchbox using builder functions #47
Labels
state:wanthelp
This issue cannot be addressed by the main maintainer, but PRs are welcome
type:enhancement
This is an enhancement that could or will be implemented
Is your feature request related to a problem? Please describe.
There could be situations when the app designers want different look for the default search bar that appears on the map.
For example, this could be a client-approved mockup from the designers:
From the code I can see that the search box is hardcoded to have an IconButton as the prefix and a simple SizedBox as the suffix.
Describe the solution you'd like
It'd be really great to have this flexible enough to allow for custom widgets to be displayed before and after the autocomplete field.
Describe alternatives you've considered
The current alternative is to fork the repo and create these myself.
The text was updated successfully, but these errors were encountered: