google_places_suggestions_autocomplete_field 0.0.2 google_places_suggestions_autocomplete_field: ^0.0.2 copied to clipboard
A Flutter package that provides a customizable autocomplete text field for location search using the Google Places API.
0.0.2 #
- Added fix for auto complete on-selection errors.
- Changed auto complete text field to use the native flutter package
0.0.1 #
-
Initial release of google_places_suggestions_autocomplete_field package.
-
Provides a customizable text field widget for location search using Google Places API.
-
Features location details including full address, city, postal/zip code, country, latitude/longitude, province, and suburb.
-
Allows restriction of search results to specified countries using ISO 3166-1 alpha-2 codes.
-
Includes options for customizing UI elements such as hint text, background color, text style, and more.