google_places_autocomplete_text_field 0.0.3
google_places_autocomplete_text_field: ^0.0.3 copied to clipboard
A fully customizable Google Places autocomplete text form field for Flutter iOS and Android.
Changelog 🪵 #
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.