google_places_suggestions_autocomplete_field 0.0.5
google_places_suggestions_autocomplete_field: ^0.0.5 copied to clipboard
A Flutter package that provides a customizable autocomplete text field for location search using the Google Places API.
0.0.5 #
- Improved desktop and keyboard-navigation support
- Minor internal refactoring and stability improvements
0.0.4 #
- Added A callback to get the Autocomplete controller & focus Node,
0.0.3 #
- Added default text to the autocomplete widget from the passed controller
- Added an OnTap Callback
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.