-
Hey @DarshanGowda0,
I really appreciate the simplicity of your plugin.
When i tried to use a StreamBuilder with it like described [in this issue](https://github.com/DarshanGowda0/GeoFlutterFire/is…
-
Does GeoFlutterFire need additional maintainers? And if so, how does one "apply" to be a core contributor? I don't see a CONTRIBUTING.md file in the repo.
I have a project that depends on this libr…
-
Hi, ive a problem with the plugin, ive this code:
```
geo = Geoflutterfire();
GeoFirePoint center = geo.point(
latitude:45.5797169, longitude: 9.2408815);
stream = radius.sw…
-
### here is the logcat:
Because flutter_plugin_pdf_viewer 1.0.7 depends on rxdart ^0.21.0 and no versions of flutter_plugin_pdf_viewer match >1.0.7
-
There is no possibility to use additional filters like e.g. .limit or .where on CollectionReference.
After set such filters following error is thrown:
```
Unhandled` Exception: type '_JsonQuery' i…
-
Is there any way to query with a logical "or" like described in firebase docs?
`CollectionReference citiesRef = db.collection("cities");
Query query = citiesRef.whereIn("country", Arrays.asList(…
-
I've been struggling with a bit of a bug where no data is being returned as soon as I use a QueryRef instead of the CollectionRef.
**Issue**
When using a QueryRef and the composite index is not cr…
-
When using the example in the documentation:
```
var queryRef = _firestore.collection('locations').where('city', isEqualTo: 'bangalore');
var stream = geo
.collection(collectionRef…
-
Hello,
I am using this pluggin and my target is to get the nearby documents AND to additionally filter based on a timestamp (if the upload of the location is old I would like to ignore it).
Ever…
-
Is there any way to set if we want to retrieve documents whether from server or cache? The same way we can do it with the Firestore instance method `getDocuments(source: Source.cache)`.
Thanks.
magax updated
4 years ago