google_places_autocomplete_text_field 0.1.2
google_places_autocomplete_text_field: ^0.1.2 copied to clipboard
A fully customizable Google Places autocomplete TextFormField for Flutter iOS, Android and Web.
Changelog 🪵 #
0.1.2 #
- [Add]: New argument
validatornow you can validate the field if it's used inside the Form widget. More information is available in the example. - [Update]: Example updated.
0.1.1 #
- [Fix]: Fixed a bug where the Google API Url would not be correctly built if no proxy URL was provided.
0.1.0 #
- [Add]: Added compatibility for Flutter Web 🌐. Just pass the
GooglePlacesAutoCompleteTextFormFielda proxy URL and you're good to go!
0.0.3 #
- [Fix]: Fixed a bug on MacOS where clicking on the predictions would not be registered.
0.0.2 #
- [Add]: New argument
overlayContainerso that you can now fully customize the appearance of the predictions as well! - [Fix]: Fixed a bug where the overlay with the predictions would not be closed as soon as the focus is lost.
0.0.1 #
- Initial release of a fully customizable
TextFormFieldthat sends your input to the Google Places API and provides you with suggestions for autocompletion.