flutter_geo_hash 0.0.7 copy "flutter_geo_hash: ^0.0.7" to clipboard
flutter_geo_hash: ^0.0.7 copied to clipboard

Geohash encoding, decoding and neighbors, with Firestore geoquery bounds and distance helpers for Dart and Flutter. Compatible with Firebase geofire-common.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_geo_hash

With Flutter:

 $ flutter pub add flutter_geo_hash

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

dependencies:
  flutter_geo_hash: ^0.0.7

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:flutter_geo_hash/flutter_geo_hash.dart';
10
likes
160
points
3.56k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Geohash encoding, decoding and neighbors, with Firestore geoquery bounds and distance helpers for Dart and Flutter. Compatible with Firebase geofire-common.

Repository (GitHub)
View/report issues

Topics

#geohash #geolocation #firestore #firebase #maps

License

MIT (license)

More

Packages that depend on flutter_geo_hash