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

Dart/Flutter bindings for the H3 geospatial indexing library. Uses dart:ffi on native platforms, h3-js on web.

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.3

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';
2
likes
140
points
215
downloads

Publisher

verified publisherwayq.in

Weekly Downloads

Dart/Flutter bindings for the H3 geospatial indexing library. Uses dart:ffi on native platforms, h3-js on web.

Repository (GitHub)
View/report issues

Topics

#h3 #geospatial #hexagonal #indexing #geo

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

code_assets, ffi, glob, hooks, logging, native_toolchain_c

More

Packages that depend on h3_core