google_places_sdk_plus_platform_interface 1.1.0
google_places_sdk_plus_platform_interface: ^1.1.0 copied to clipboard
A common platform interface for accessing google maps native sdk on various platforms
1.1.0 #
- Update minimum SDK constraints: Dart >=3.11.0, Flutter >=3.41.0
- Verified compatibility with Flutter 3.41.6
1.0.0 #
- Stable release
- Fix:
FetchPlaceResponseinternal factory class name corrected from_FetchPlacePhotoResponseImageto_FetchPlaceResponse
0.5.0 #
Initial release of google_places_sdk_plus_platform_interface.
- Full Google Places API (New) support — exclusively targets the new API
- Removed
useNewApiparameter frominitialize()andupdateSettings() - All Place fields from the new API (~45 fields) including primaryType, reviews, editorialSummary, service attributes, payment/parking/EV options, and more
PlaceFieldenum covers all new API fields without v1/v2 distinction- Support for
searchByTextandsearchNearbyoperations fetchPlacePhotouses photo reference-based approach
Forked from flutter_google_places_sdk by Matan Shukry.