google_places_sdk_plus_platform_interface
A common platform interface for accessing google maps native sdk on various platforms
1.1.0
8.0K downloads/mo
#3217 most downloaded on pub.dev
KamiloChinome/google_places_sdk_plus
What this package is like to depend on
Last release 4 months ago
08 Apr 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
6 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Feb 2026 to Apr 2026Releases
latest 3-
1.1.008 Apr 2026Release notes
Open source →- Update minimum SDK constraints: Dart >=3.11.0, Flutter >=3.41.0
- Verified compatibility with Flutter 3.41.6
-
1.0.008 Apr 2026Release notes
Open source →What's Changed
- feat(platform_interface): expand Place model and PlaceField to match Places API (New) by @KamiloChinome in #5
- chore: remove generated .g.dart and .freezed.dart files from git tracking by @KamiloChinome in #6
- feat(android+ios): Places API (New) parity + SPM support (Issue #2) by @KamiloChinome in #7
- feat: expose searchByText/searchNearby across SDK, web, HTTP and desktop platforms by @KamiloChinome in #8
- Feat/phase 2 republication by @KamiloChinome in #10
- [testing] Add meaningful test coverage across all packages by @KamiloChinome in #11
- fix: prevent double exception propagation in _waitFor by @KamiloChinome in #12
- fix: clear session token after fetchPlace & expose newSessionToken by @KamiloChinome in #17
- Fix cross-platform inconsistencies and remove debug artifacts by @KamiloChinome in #18
- feat: complete API surface — desktop gaps and robustness improvements by @KamiloChinome in #19
- feat: strengthen testing infrastructure and CI/CD pipelines by @KamiloChinome in #20
- fix(ios): return null for rating/userRatingsTotal when no ratings by @KamiloChinome in #22
- fix(ios): use direct value checks for rating and userRatingsTotal by @KamiloChinome in #23
- fix(ios): map internationalPhoneNumber to GMSPlace.phoneNumber by @KamiloChinome in #25
- feat: prepare 1.0.0 stable release by @KamiloChinome in #26
New Contributors
- @KamiloChinome made their first contribution in #5
Full Changelog: https://github.com/KamiloChinome/google_places_sdk_plus/commits/v1.0.0
Release notes
Open source →- Stable release
- Fix:
FetchPlaceResponseinternal factory class name corrected from_FetchPlacePhotoResponseImageto_FetchPlaceResponse
-
0.5.023 Feb 2026Release notes
Open source →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.