Back to projects

Google Places Search Field
Pranav K / May 23, 2025
Google Places Search Field
A customizable Flutter widget that integrates Google Places Autocomplete for smooth, debounced location search and precise LatLng
selection.
Ideal for travel apps, real estate platforms, delivery apps, and any Flutter app that needs smart location input.
Features
- Real-time autocomplete powered by Google Places
- Returns
LatLng
of the selected place - Debounced input for optimized performance
- UI customization support via
InputDecoration
andTextStyle
- Example app and test file included
Where to Find
-
GitHub Repository
https://github.com/iampranavk/google-places-search-field
Browse the source code, contribute, or raise an issue.
-
pub.dev Package
https://pub.dev/packages/google_places_search_field
View package details, versions, and installation instructions.
Installation
Add the package to your pubspec.yaml
:
dependencies:
google_places_search_field: ^1.0.0