google_places_sdk_plus_ios 0.3.1
google_places_sdk_plus_ios: ^0.3.1 copied to clipboard
The iOS implementation of Flutter plugin for google places sdk
0.3.1 #
- Fix: Corrected Swift generated header import in
FlutterGooglePlacesSdkIosPlugin.m— was referencing old module nameflutter_google_places_sdk_iosinstead ofgoogle_places_sdk_plus_ios, causing'flutter_google_places_sdk_ios-Swift.h' file not foundbuild error.
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.