google_places_sdk_plus 0.5.4 copy "google_places_sdk_plus: ^0.5.4" to clipboard
google_places_sdk_plus: ^0.5.4 copied to clipboard

A Flutter plugin for google places sdk that uses the native libraries on each platform

0.5.4 #

  • Fix: expose newSessionToken parameter in fetchPlace() — it was already defined in the platform interface but missing from the public API, preventing users from explicitly controlling session lifecycle.

0.5.3 #

  • Fix: exceptions thrown by the library (e.g. network errors, API errors) were propagated twice — once to the caller's try-catch and again as an unhandled exception reaching PlatformDispatcher.onError / Crashlytics. Removed erroneous throw in _waitFor so errors are only delivered through the returned Future.

0.5.2 #

  • Fix: iOS build failure — 'flutter_google_places_sdk_ios-Swift.h' file not found. Updated google_places_sdk_plus_ios to 0.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 useNewApi parameter from constructor and updateSettings()
  • 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.