Expand autocomplete/place models and fix web empty results#134
Open
radvansky-tomas wants to merge 11 commits intomatanshukry:masterfrom
Open
Expand autocomplete/place models and fix web empty results#134radvansky-tomas wants to merge 11 commits intomatanshukry:masterfrom
radvansky-tomas wants to merge 11 commits intomatanshukry:masterfrom
Conversation
radvansky-tomas
commented
Jan 6, 2026
- regenerate HTTP + platform-interface Freezed/json types for autocomplete, places, bounds, timing, photos, reviews, etc.
- update Android/iOS/web/plugin layers to consume new models and ensure web method returns populated results instead of [].
- Add better web tests for local dev
added 11 commits
January 6, 2026 11:14
This reverts commit fa29076.
|
does this fix the issue with newer versions above 0.2.1 on web showing null for everything? |
KamiloChinome
added a commit
to KamiloChinome/google_places_sdk_plus
that referenced
this pull request
Feb 20, 2026
…fix web empty results, fix Android/iOS build From: matanshukry#134 Author: radvansky-tomas Changes: - Android: minSdk 21->24, proguard rules, smart PlacesClient reinit, initializeWithNewPlacesApiEnabled - iOS: GooglePlaces 8.5->10.1, platform 14->16, PascalCase + new fields in placeFieldFromStr - Web: explicit AutocompleteSessionToken, clear session after fetchPlace (billing fix), 375 lines of tests - Platform interface + HTTP + Web: add useNewApi param to initialize()/updateSettings() - Method channel: pass useNewApi to native layer - Generated: all .freezed.dart and .g.dart regenerated for Dart 3 - .gitignore: commit generated files for platform_interface and http (needed for git dependencies) - example/pubspec.yaml: use path: dependencies for local development
KamiloChinome
added a commit
to KamiloChinome/google_places_sdk_plus
that referenced
this pull request
Feb 20, 2026
…blished packages - platform_interface: ^0.3.4 -> ^0.4.0 - web/android/windows/linux/macos: ^0.2.2 -> ^0.3.0 These versions were already released and match what PR matanshukry#134 introduced.
|
Since this repository appears to be inactive and the Google Places API (Legacy) deprecation is approaching, I’ve created a maintained fork to merge pending PRs and add critical updates needed for modern Flutter projects. My primary goal is to keep the community unblocked. If the original author returns, I would be more than happy to merge all these improvements back into this repository. In the meantime, I have published the updated package as
🚀 Key Improvements in this Fork:
I will be actively maintaining this version and I'm happy to help with any issues or PRs. Feel free to give it a try! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.