Skip to content

Releases: orlikraf/flutter-hexagon

0.2.0 | Null safety

02 May 13:22
9d6576b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.2.0

0.2.0-nullsafety.1

24 Mar 12:12
Compare
Choose a tag to compare
0.2.0-nullsafety.1 Pre-release
Pre-release

Migrated to Flutter 2 and null safety.

0.1.1

12 Mar 12:28
Compare
Choose a tag to compare

Updated offset grids with single columns/rows to not have displacement.

0.1.0 - HexagonGrid

04 Feb 18:49
1786bdf
Compare
Choose a tag to compare

Introduced HexagonGrid and new coordinates systems (cube & axial) for it in Coordinates class.

Also added padding for both grids.

0.0.7 - Builders and cornerRadius

22 Jan 12:59
Compare
Choose a tag to compare

Removed template constructor and replaced it with HexagonWidgetBuilder. It also replaces HexagonWidget attributes in HexagonOffsetGrid.
HexagonUtils are replaced with HexagonPathBuilder.
CornerRadius was implemented by @someq.

0.0.6 - Single line import

13 Jan 10:49
Compare
Choose a tag to compare

Also secured call on _path in HexagoPainter.hitTest method

0.0.5 - Padding

07 Jan 11:13
Compare
Choose a tag to compare

Added padding to HaxagonWidget and HexagonOffestGrid