hexagonal_grid 1.0.2 copy "hexagonal_grid: ^1.0.2" to clipboard
hexagonal_grid: ^1.0.2 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 Flutter:

 $ flutter pub add hexagonal_grid

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

dependencies:
  hexagonal_grid: ^1.0.2

Alternatively, your editor might support flutter 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
0
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

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on hexagonal_grid