fluttercommunity / flutter_google_places

Google Places - Google places autocomplete widgets for flutter. No wrapper, use https://pub.dev/packages/google_maps_webservice. Maintainer: @juliansteenbakker
https://pub.dev/packages/flutter_google_places
Other
303 stars 413 forks source link

Added extra customizations for overlay mode - Very useful for Web #227

Open jabguru opened 7 months ago

jabguru commented 7 months ago

I'm using the package for Flutter Web and I needed extra customizations. Even in overlay mode, it's full width and it didn't fit what I need for the web app

I added width, height, padding, margin, showContainerBackgrond, backgroundColor and borderRadius.

If there's something I need to correct please let me know.

@martyfuhry @awhitford @brianegan @bjornbjorn

Screen Shot 2024-01-18 at 12 15 05 AM
jabguru commented 7 months ago

@martyfuhry @awhitford @brianegan @bjornbjorn Please check this out

jabguru commented 6 months ago

@juliansteenbakker