geoquery_firestore 0.0.6 copy "geoquery_firestore: ^0.0.6" to clipboard
geoquery_firestore: ^0.0.6 copied to clipboard

Querying Firestore documents based on geohashes. Allows you to filter documents by range, load more documents with paging and query documents within map bounds.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add geoquery_firestore

With Flutter:

 $ flutter pub add geoquery_firestore

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  geoquery_firestore: ^0.0.6

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:geoquery_firestore/geoquery_firestore.dart';
10
likes
135
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Querying Firestore documents based on geohashes. Allows you to filter documents by range, load more documents with paging and query documents within map bounds.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cloud_firestore, dart_geohash, dartdoc, latlong2

More

Packages that depend on geoquery_firestore