world_hex_map 0.2.0
world_hex_map: ^0.2.0 copied to clipboard
A lightweight offline world hex map for Flutter and Dart.
Changelog #
All notable changes to this project will be documented in this file.
The format follows Keep a Changelog, and the project uses Semantic Versioning.
Unreleased #
0.2.0 - 2026-08-29 #
Added #
- Typed ES module with the same grid and coordinate APIs as Dart.
- Dependency-free SVG renderer for TypeScript, including accessible labels and coordinate-based markers.
- Node build, tests, package metadata, and CI coverage.
- Deterministic Flutter preview and visual regression coverage.
- Runnable TypeScript SVG example, architecture notes, and release checklist.
Changed #
- Natural Earth generation now emits matching Dart and TypeScript data files.
- Minimum supported versions are now Dart 3.0 and Flutter 3.10.