maps_place_autocomplete 1.0.1+1
maps_place_autocomplete: ^1.0.1+1 copied to clipboard
Latest google maps place auto complete for flutter
Changelog #
1.0.1+1 - 2025-08-19 #
- No special changes.
1.0.1 - 2025-03-17 #
Added #
- Initial release of the
maps_place_autocompletepackage. - Introduced the
PlaceSuggestionWidgetto display place suggestions based on user input. - Added a callback
onTapfor selecting a place from suggestions. - Support for error handling with a customizable
errorWidget. - Exposed a method
getSuggestionListto fetch place suggestions asynchronously. - Documentation and example code for easy integration.
1.0.0 - 2025-03-16 #
Added #
- Initial stable version of the package.
- The package integrates the Google Places Autocomplete API for fetching place suggestions.
- Simple widget
PlaceSuggestionWidgetto display suggestions in aListView. - Option to fetch place suggestions using the
MapsPlaceAutocompleteclass directly. - Customizable error handling with
errorWidget. - Basic usage examples included in the README file.