h3_core 1.0.6 copy "h3_core: ^1.0.6" to clipboard
h3_core: ^1.0.6 copied to clipboard

Dart/Flutter bindings for Uber's H3 hexagonal geospatial indexing library. Uses dart:ffi on native platforms and h3-js on web — same API everywhere.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add h3_core

With Flutter:

 $ flutter pub add h3_core

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

dependencies:
  h3_core: ^1.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:h3_core/h3_core.dart';
3
likes
160
points
133
downloads

Documentation

API reference

Publisher

verified publisherwayq.in

Weekly Downloads

Dart/Flutter bindings for Uber's H3 hexagonal geospatial indexing library. Uses dart:ffi on native platforms and h3-js on web — same API everywhere.

Repository (GitHub)
View/report issues

Topics

#h3 #geospatial #ffi #mapping #hexagonal

License

Apache-2.0 (license)

Dependencies

code_assets, ffi, glob, hooks, logging, native_toolchain_c

More

Packages that depend on h3_core