Advice, displaying geo hexIDs from Ubers h3geo lib on a Map

Troubleshooting

Hi,

I hope you can give me some advice.

I'm using Uber's H3 geo hexagon grid to mark areas on a map. The dataset containing the hexagon IDs (which represent each area) is updated daily.

see attached picture how it looks like.

Now I want to display these hexagons on a map using FlutterFlow. I'm looking for the best and

easiest way to achieve this. How would you approach it?๐Ÿ˜…

What have you tried so far?

I've already created a custom widget for "flutter_map" but I'm not sure if that's the best approach. As I understand, there are several ways to achieve my goal.

One method I've tried is creating polygons from the hexagon IDs and using them as a second layer. However, I think the dataset with all these polygons will become too large over time.

Another approach I'm considering is using the H3 library directly if possible.

From my previous projects in MIT App Inventor or Kodular, I already know that Google Maps isn't well-suited for this purpose.

Did you check FlutterFlow's Documentation for this topic?
Yes
2