hexagonal_grid_widget 1.0.3 copy "hexagonal_grid_widget: ^1.0.3" to clipboard
hexagonal_grid_widget: ^1.0.3 copied to clipboard

A hex layout widget with infinite omniscroll and is highly customizable. It's extremely efficient as only the hex widgets that are viewable are rendered while all others are not.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hexagonal_grid_widget

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

dependencies:
  hexagonal_grid_widget: ^1.0.3

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_widget/hex_grid_child.dart';
import 'package:hexagonal_grid_widget/hex_grid_context.dart';
import 'package:hexagonal_grid_widget/hex_grid_widget.dart';
4
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A hex layout widget with infinite omniscroll and is highly customizable. It's extremely efficient as only the hex widgets that are viewable are rendered while all others are not.

Repository (GitLab)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

after_layout, flutter, hexagonal_grid, tuple

More

Packages that depend on hexagonal_grid_widget