google_places_suggestions 1.0.0
google_places_suggestions: ^1.0.0 copied to clipboard
GooglePlacesSuggestions is a Flutter package that delivers real-time location suggestions using the Google Places API.
CHANGELOG #
All notable changes to this project will be documented in this file.
1.0.0 #
- Updates minimum supported SDK version to Flutter 3.35.1/Dart 3.9.
0.0.3 #
- Enhanced error handling in Place API service
- Update README.md file with latest usage instructions
0.0.2 #
- Rename the method withOpacity to withValues
0.0.1 Initial Release #
- Added real-time location suggestions using Google Places API
- Implemented customizable search input and results display
- Added recent searches functionality with a configurable limit
- Enabled voice input support for search queries
- Enhanced error handling with customizable error messages
- Included a widget for displaying no-results feedback
Future updates will include more customization options and performance enhancements.