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

outdated

A hex layout widget that supports infinite omniscroll and is highly customizable. Only the hex widgets that are viewable are rendered while all others are not, thus making this widget very efficient e [...]

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.0

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
0
pub points
10%
popularity

Publisher

unverified uploader

A hex layout widget that supports infinite omniscroll and is highly customizable. Only the hex widgets that are viewable are rendered while all others are not, thus making this widget very efficient even at larger datasets.

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

after_layout, flutter, hexagonal_grid, tuple

More

Packages that depend on hexagonal_grid_widget