google_places_api_flutter 1.0.0
google_places_api_flutter: ^1.0.0 copied to clipboard
Flutter package for integrating Google Places API into your Flutter apps, offering real-time autocomplete suggestions, place details, and more.
Changelog #
All notable changes to this project will be documented in this file.
[1.0.0] - 2024-09-15 #
Added #
- Initial Release: The first version of the
google_places_api_flutter
package. - PlaceSearchField Widget: Implemented the
PlaceSearchField
widget for autocomplete place search. - Google Places API Integration: Integrated Google Places API to fetch place predictions and details.
- Support for Latitude and Longitude: Option to fetch latitude and longitude along with place details.
- Customizable UI: Added support for customizing the appearance of the autocomplete dropdown.
Changed #
- UI Customization: Added options to style the autocomplete dropdown using
decorationBuilder
anditemBuilder
parameters.
Fixed #
- Initial Bugs: Addressed minor bugs and ensured basic functionality of the
PlaceSearchField
widget.
Deprecated #
- None
Removed #
- None
Security #
- None