Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 566 Bytes

CHANGELOG.md

File metadata and controls

27 lines (21 loc) · 566 Bytes

0.2.0

  • Deprecate onPressedUp, onPressedRight, onPressedDown, onPressedLeft
  • Instead use onPressed
  • Now supports dynamic colors based on ThemeData
  • Updates to Flutter 3.10

0.1.5

  • add option to trigger the pressed functions on tap down or tap up (clickTrigger)
  • refactor the code

0.1.4

  • make the widget to fit in sized box instead of container
  • make the inner circle adjust dynamically

0.1.3

  • fix dependency issue
  • update documentation

0.1.2

  • update documentation

0.1.1

  • Update Readme
  • Add documentation

0.1.0

  • Initial Release