google_places_sdk_plus_web
The web implementation of Flutter plugin for google places sdk
1.1.1
8.0K downloads/mo
#3223 most downloaded on pub.dev
KamiloChinome/google_places_sdk_plus
What this package is like to depend on
Last release 4 months ago
21 Apr 2026
Ships fairly regularly
a new release about every 4 weeks
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
6 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Feb 2026 to Apr 2026Releases
latest 4-
1.1.121 Apr 2026Release notes
Open source →Bug fix
Fixes
findAutocompletePredictionson web: the DartlocationBiasparameter was being mapped to the underlying JSlocationRestrictionproperty, 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→locationBiascorrectly.Thanks to @elitree for the clear report and the fix (#27, #28).
Install
dependencies: google_places_sdk_plus_web: ^1.1.1
Transitive consumers of
google_places_sdk_plus: ^1.1.0will pick this up automatically via pub's resolver.Release notes
Open source →- Fix
findAutocompletePredictionson web:locationBiaswas being mapped to the JSlocationRestrictionproperty, causing hard-filtered (often empty) results instead of biased ranking. Now correctly setslocationBiason the underlyingAutocompleteRequest. Thanks @elitree (#27, #28).
- Fix
-
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
-
0.4.023 Feb 2026Release notes
Open source →Initial release of
google_places_sdk_plus_web.- Full Google Places API (New) support — exclusively targets the new API
- Removed
useNewApiparameter frominitialize()andupdateSettings() - Uses
Place.fetchFieldsandAutocompleteSuggestion(no deprecated APIs) - Places field mapping handled on the web-implementation side
Forked from flutter_google_places_sdk by Matan Shukry.