geojson2h3
The geojson2h3 library includes a set of utilities for conversion between GeoJSON polygons and H3 hexagon indexes, using h3. Inspired by JS library geojson2h3.
0.7.0
8.8K downloads/mo
#3087 most downloaded on pub.dev
festelo/h3_dart
What this package is like to depend on
Last release 1 years ago
04 Jun 2025
Ships fairly regularly
a new release about every 1.5 years
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
3 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
3 releases · Jul 2022 to Jun 2025
2023
2024
2025
2026
Releases
latest 3-
0.7.004 Jun 2025 -
0.6.127 Jan 2023 -
0.6.003 Jul 2022Release notes
Open source →- Split
h3_dartlibrary into 5 libraries -h3_dart,h3_ffi,h3_web,h3_common,geojson2h3 - [BREAKING] Use
BigIntinstead ofintfor h3 indexes due towebspecific.
UseBigInt.parse(0x00000000000)instead of0x00000000000in h3 functions. - [BREAKING] H3Factory() updated for each library.
There's no.byPath()or.byDynamicLibraryinh3_flutter'sH3Factory, useh3_dartinstead, you can use both if you need, they are compatible. - Web support added to
h3_dartandh3_flutter
- Split