hexagonal_grid 1.0.4 copy "hexagonal_grid: ^1.0.4" to clipboard
hexagonal_grid: ^1.0.4 copied to clipboard

outdated

A hexagonal grid library for Dart 2 that uses axial coordinates and contains algorithms to build hex layouts

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hexagonal_grid

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  hexagonal_grid: ^1.0.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:hexagonal_grid/hexagonal_grid.dart';
4
likes
40
pub points
22%
popularity

Publisher

unverified uploader

A hexagonal grid library for Dart 2 that uses axial coordinates and contains algorithms to build hex layouts

Repository (GitLab)
View/report issues

License

Apache-2.0 (LICENSE)

More

Packages that depend on hexagonal_grid