From f8a0a84340120652ed8b4350782861a1841a4fcb Mon Sep 17 00:00:00 2001 From: Ilia Beregovskii Date: Sun, 20 Feb 2022 22:51:04 +0200 Subject: [PATCH] Add h3 flutter (#578) * Add h3 flutter (Dart) binding --- website/docs/community/bindings.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/community/bindings.md b/website/docs/community/bindings.md index 5ff0958a7..e8ce5a1dd 100644 --- a/website/docs/community/bindings.md +++ b/website/docs/community/bindings.md @@ -33,6 +33,10 @@ As a C library, bindings can be made to call H3 functions from different program - [Factual/geo](https://github.com/Factual/geo) +## Dart + +- [festelo/h3_flutter](https://github.com/festelo/h3_flutter) + ## ECL - [hpcc-systems/HPCC-Platform](https://github.com/hpcc-systems/HPCC-Platform/tree/master/plugins/h3)