google_places_search_field 1.0.2
google_places_search_field: ^1.0.2 copied to clipboard
A customizable Flutter widget for searching locations using Google Places Autocomplete with LatLng callback support
1.0.2 #
- Fixed typo in README.md
- Added screenshot preview in
README.md. - No functional or API-level changes.
1.0.1 #
- Improved documentation.
- Updated
google_maps_flutterto latest version. - Minor code cleanup and formatting.
- Declared that the package does not support Flutter Web.
- Added platform support section in README.
1.0.0 #
- Initial stable release.
- Provides a customizable
GooglePlacesSearchFieldwidget. - Integrates with
flutter_google_places_sdkfor autocomplete suggestions. - Returns
LatLngon place selection. - Supports input decoration and style customization.
- Includes debounce logic and overlay suggestion list.