hexagonal_grid 1.0.5 hexagonal_grid: ^1.0.5 copied to clipboard
A hexagonal grid library for Dart 2 that uses axial coordinates and contains algorithms to build hex layouts
[1.0.5] - 03/01/2019 #
- Bug fix for toSpiralHexLayout with a null or empty list
[1.0.4] - 01/16/2019 #
- General clean up and make package available for Dart projects, not just Flutter
[1.0.0] - 01/16/2019 #
- Packagized this hex grid code that I have been using in my own projects so other projects and packages can use it. Contains implementations for Hex via axial coordinates as well as layouts and an algorithm to create a spiral out layout given a list.