google_places_sdk_plus_ios 0.3.0
google_places_sdk_plus_ios: ^0.3.0 copied to clipboard
The iOS implementation of Flutter plugin for google places sdk
0.3.0 #
Initial release of google_places_sdk_plus_ios.
- Full Google Places API (New) support — exclusively targets the new API
- Removed
useNewApiparameter frominitialize() - Migrated all iOS API calls from Legacy to New Places API:
findAutocompletePredictionsusesGMSAutocompleteRequest+fetchAutocompleteSuggestionsfetchPlaceusesGMSFetchPlaceRequest+fetchPlacewithplacePropertiesfetchPlacePhotousesGMSFetchPhotoRequest+fetchPhotowith configurablemaxSize
- Implements
searchByTextandsearchNearby - Implements
updateSettingsfor runtime API key and locale changes - Serializes all new Place fields including reviews, service attributes, and photo metadata
- Swift Package Manager (SPM) support via
Package.swift
Forked from flutter_google_places_sdk by Matan Shukry.