google_places_sdk_plus 0.5.2
google_places_sdk_plus: ^0.5.2 copied to clipboard
A Flutter plugin for google places sdk that uses the native libraries on each platform
0.5.2 #
- Fix: iOS build failure —
'flutter_google_places_sdk_ios-Swift.h' file not found. Updatedgoogle_places_sdk_plus_iosto0.3.1.
0.5.1 #
- Improved README with fork context, full feature list, and additional usage examples.
0.5.0 #
Initial release of google_places_sdk_plus.
- Full Google Places API (New) support — exclusively targets the new API
- Removed deprecated
useNewApiparameter from constructor andupdateSettings() - All Place fields from the new API (~45 fields) including reviews, editorial summaries, service attributes, EV charge options, and more
- Autocomplete predictions, place details, place photos, text search, and nearby search
- Multi-platform support: Android, iOS, Web, Linux, macOS, Windows (via federated plugins)
Forked from flutter_google_places_sdk by Matan Shukry.