hud_radial_menu 0.1.0
hud_radial_menu: ^0.1.0 copied to clipboard
A high-fidelity, interactive HUD radial menu for Flutter. Supports 5 petal styles (glassmorphism, neon glow, neumorphic, solid, wireframe) and 5 petal shapes, with smooth animations, hover/tap states, [...]
0.1.0 #
- Breaking: Bumped version to
0.1.0to follow pub.dev versioning conventions. - Targets Flutter
>=3.27.0/ Dart>=3.6.0(latest stable) — usesColor.withValues(alpha:)in place of the deprecatedwithOpacity. - Added full dartdoc documentation to all public classes, enums, and properties.
- Fixed incorrect
homepage,repository, andissue_trackerURLs inpubspec.yaml. - Updated
pubspec.yamlwithtopicsand expanded description. - Switched
_PetalPainterswitch-statement to exhaustive Dart 3 style (nobreak). - Added GitHub Actions CI workflow (
analyze,format,test,publish --dry-run). - Added GitHub Pages deployment workflow for the live web example.
- Improved
README.mdwith full API reference tables, code examples, and badges.
0.0.1 #
- Initial release.
- 5 petal styles: glassmorphism, neon glow, solid flat, wireframe, neumorphic.
- 5 petal shapes: rounded pie, sharp pie, squircle, chamfered rectangle, circle.
- Staggered entrance animations with
easeOutBackbounce per petal. - Hover and tap states with scale feedback (desktop/web).
- Fully customizable: colors, radii, blur sigma, gap angle, text, icons.
- Center toggle button with animated rotation and glow effect.