Closed LucaDillenburg closed 2 years ago
@zeusbaba could you have a look at this please ?
Maybe this could be submitted on https://github.com/DarshanGowda0/GeoFlutterFire
Maybe this could be submitted on https://github.com/DarshanGowda0/GeoFlutterFire
Is that repository more active now? I can submit there no problem.
Well it's the one that was updated last and it seems like those are both similar so maybe it would be not much work to submit it there too. It's a bit hit or miss whit those solo maintainers packages anyway when the pull requests will be merged. The original package seems like a safer bet imo.
Well it's the one that was updated last and it seems like those are both similar so maybe it would be not much work to submit it there too. It's a bit hit or miss whit those solo maintainers packages anyway when the pull requests will be merged. The original package seems like a safer bet imo.
Alright then :)
I don't think this required closing here though, it would have been a nice addition.
Support for Cloud Firestore type annotation and
withConverter
methodRepository<T>
andQuery<T>
types, because the code was not type annotated. Also, it couldn't work with thewithConverter
method from thecloud_firestore
package.withConverter
method with little to no change. As explained in the README (I added only as a side note but it have more emphasis), theGeoFireCollectionWithConverterRef<T>
class can be used instead of the originalGeoFireCollectionRef
with the only change needed towithin
method that now requires an extra parameter to actually get theGeoPoint
from theT
class.Minor Tweaks
It works with the new version of Flutter in Stable (Flutter 2.5), so it might be related to #4 .
I would love to hear your feedbacks. :)