MartinJLee

Results 11 comments of MartinJLee

This seems work. ```dart List ret = []; await geo .collection(collectionRef: queryRef) .within(center: center, radius: radius, field: 'location') .first .then((docs) { Future.forEach(docs, (DocumentSnapshot doc) { // parse place ret.add(place) }).whenComplete(()...

> @MartinJLee , how would you get distance like this? I'm not sure what distance you are after. Share your query code here so others can help you.

In addition to this it would be nice if somehow it caches the last query area, and query only newly added area. Assume, the camera zoom level isn't changed, If...

Duplicate https://github.com/DarshanGowda0/GeoFlutterFire/issues/78

This seems duplicate to https://github.com/DarshanGowda0/GeoFlutterFire/issues/27

I think it is depending on the source app (not your app, apps that should list up your app to share the content) I tried a number of apps including...

You may need to set the configuration for your `Share Extension` ![image](https://user-images.githubusercontent.com/6103029/109461783-64dc7600-7aae-11eb-8b54-c871831774f2.png)

have you tried to use offset? https://github.com/mmcc007/modal_progress_hud/blob/dea451b13aba9cbb08d9086bd226dd50ef3355bd/lib/modal_progress_hud.dart#L52-L60

@zmtzawqlp Thank you for your answer. if `_isOn` the variable `isLiked` is only the initial value. We should change it to `initialValue` or something similar and also we shouldn't do...

@vbinithyanandamv I'm not sure which grid option you are referring to. I looked for float option in INgGrid.d.ts. I couldn't see any option named to it.