Dark Theme support
Pass custom initial location or previously selected location.
Added place id and formatted address to results
Hide keyboard on suggestion selection. Refactoring.
Consistent UI. Made installation guidelines more clearer.
Fixed fatal typo
Fixed issue where autocomplete overlay still remain after widget has been disposed until whole app is restarted.
Working on library health.
Fixed issue with delayed call to searchPlace
searchPlace
was being called (sometimes) after the widget has unmounted.
This could have been due to some delay caused by the debouncer proceeding after
the widget has unmounted
Fixed issue where setState
from http response callbacks was being called
after widget was disposed/unmounted
Updated guidelines to include missing configurations
Prepared for usage.
Fixes to package publication health. Added example.
Initial release.