windrose_compass 1.0.1+1
windrose_compass: ^1.0.1+1 copied to clipboard
A wind rose compass widget for Flutter with 16-point labels, interactive arrow, and hex-grid integration.
Changelog #
1.0.1+1 #
- Remove
lib/main.dart(library packages should not ship an app entry point). - Add library-level doc comment and
documentation:field in pubspec. - Improve example with hex dir display and snap dropdown.
- Fill in example README.
1.1.0 #
- Fix asset paths for cross-package loading (prefixed with
packages/windrose_compass/). - Add
showDegreestoggle (numeric vs cardinal display). - Add
snapTofor configurable snapping (0=none, 5=5°, 45=8-dir, etc.). - Add
showArrowflag to hide/show direction arrow. - Degrees-based API (
directionDegrees0-360). compassLabel()for 16-point wind notation.- Fix angle calculation (E→90°, W→270°).
1.0.0 #
- Initial release.
WindRosewidget with 8-direction compass rose.- Tap-to-select direction with arrow indicator.
compassToHexDirutility for hex grid direction mapping.