-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate data in the result #57
Comments
Interestingly, I found the same behavior for any radius value over 1250. Below this number, everything works fine for me. |
Hey everyone, I had the same issue, I found the bug and fixed it. It was because of an edge case not handled by the lib, which created a duplicate query. To fix it (until @DarshanGowda0 merges my fix) you can update your pubspec.yaml file to fetch my fixed branch: geoflutterfire:
git:
url: git://github.com/Thibault2ss/GeoFlutterFire
ref: fix-duplicate-results-on-large-radius Cheers 👍 |
This issue still exists?! + Fix not compatible with the latest version of Firestore |
Stil getting this |
Getting the same issue, please fix it its been 2 years :D |
Any chance of fixing this? |
I am getting duplicate data result.
Here is my code:
The text was updated successfully, but these errors were encountered: