autocomplete_google_places_widget 1.0.1 autocomplete_google_places_widget: ^1.0.1 copied to clipboard
A wrapper around Flutter's default Autocomplete widget that leverages the Google Places API to provide real-time place suggestions as users type
1.0.1 #
- Added prediction model export
1.0.0 #
- Breaking change: Removed
fieldDecorationBuilder
. UsetextFormFieldBuilder
for better control over the text field. - Added
loadingCallback
andapiExceptionCallback
to handle loading and API exceptions.
0.1.0 #
- Added
TextEditingController
support, enabling external control over the text field's input.
0.0.2 #
- Minor improvements.
0.0.1 #
- Initial release