Releases: KamiloChinome/google_places_sdk_plus
Releases · KamiloChinome/google_places_sdk_plus
Release list
google_places_sdk_plus_web v1.1.1
Bug fix
Fixes findAutocompletePredictions on web: the Dart locationBias parameter was being mapped to the underlying JS locationRestriction property, which hard-filters results instead of biasing. In practice this caused empty or severely limited autocomplete predictions when the viewport bounds were small or the query referred to a location outside the bounds.
The fix aligns web with the Android, iOS, and HTTP implementations, which already map locationBias → locationBias correctly.
Thanks to @elitree for the clear report and the fix (#27, #28).
Install
dependencies:
google_places_sdk_plus_web: ^1.1.1Transitive consumers of google_places_sdk_plus: ^1.1.0 will pick this up automatically via pub's resolver.
v1.0.0
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