DarshanGowda0 / GeoFlutterFire

:fire:GeoFlutterFire:fire: is an open-source library that allows you to store and query firestore documents based on their geographic location.
https://youtu.be/MYHVyl-juUk
MIT License
305 stars 261 forks source link

fix!: override == and hashCode for GeoFirePoint #163

Closed 0ttik closed 3 years ago

0ttik commented 3 years ago

== and hashCode are based on lat and lon values

BREAKING CHANGE: == and hashCode behaves differently in collection and == operations for GeoFirePoint fixes #162

awaik commented 3 years ago

Thank you for submission! I will check it in the evening.