beerstorm-net / GeoFlutterFire2

🔥GeoFlutterFire2🔥 is an open-source library that allows you to store and query firestore documents based on their geographic location.
https://pub.dev/packages/geoflutterfire2
MIT License
14 stars 34 forks source link

Get Stream as List #38

Open tchouaffe opened 6 months ago

tchouaffe commented 6 months ago

Is it possible to the get the result of

GeoFlutterFire().collection().within() as a list instead of a stream?

kosukesaigusa commented 6 months ago

@tchouaffe

Hello!

The following is another package:

https://pub.dev/packages/geoflutterfire_plus

inspired by this one, but it has fetchWithin method to fetch geo locations as Future!