search_map 0.0.5
search_map: ^0.0.5 copied to clipboard
A Flutter package for integrating Google Maps Places API with autocomplete and place details retrieval.
Changelog #
0.0.5 #
Added #
- Dynamic width and alignment of the overlay with a 3-pixel vertical offset.
- Smooth fade and slide animations for the overlay appearance and dismissal.
- Automatic overlay hiding when the search input is cleared or the clear button is pressed.
- Fixed re-selection behavior to prevent the same prediction from triggering the overlay again.
0.0.4 #
Improved #
- Optimized the overlay insertion logic to ensure smooth animations.
- Managed focus more effectively when interacting with the overlay.
- Enhanced state management to prevent redundant calls during input changes.
0.0.3 #
Added #
- Dynamic width and alignment of the overlay with a 3-pixel vertical offset.
- Smooth fade and slide animations for the overlay appearance and dismissal.
- Automatic overlay hiding when the search input is cleared or the clear button is pressed.