geoquery_firestore 0.0.4
geoquery_firestore: ^0.0.4 copied to clipboard
A Dart package for querying Firestore documents based on geohashes. This package 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_firestoreThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
geoquery_firestore: ^0.0.4Alternatively, your editor might support dart 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';