hexagon 0.0.6
hexagon: ^0.0.6 copied to clipboard
Library about hexagon shape. You can create pointy or flat hexagons in any color you like.
0.0.6 13.01.2021 #
- BREAKING CHANGE - updated whole library imports to single line
import 'package:hexagon/hexagon.dart'; - Fixed exception on
HexagonPainter.hitTest
0.0.5 07.01.2021 #
- Added
paddingattribute to HexagonWidget - Added
hexagonPaddingto HexagonOffsetGrid
0.0.4 08.11.2020 #
- Added HexagonOffsetGrid.
- Changed default elevation to 0 in HexagonWidget.
- Updated example and readme.
0.0.3 06.10.2020 #
- Updated example and readme.
- Some code refactoring.
0.0.2 04.10.2020 #
- Changed HexagonShadowPainter to HexagonPainter.
- Added extensions for HexagonType.
- Added named constructors for flat and pointy HexagonWidgets.
- Added color parameter for HexagonWidget.
- Added inBounds parameter as a preparation for upcoming HexagonGrids.
0.0.1 29.09.2020 #
- First release.