- Deprecate onPressedUp, onPressedRight, onPressedDown, onPressedLeft
- Instead use onPressed
- Now supports dynamic colors based on ThemeData
- Updates to Flutter 3.10
- add option to trigger the pressed functions on tap down or tap up (clickTrigger)
- refactor the code
- make the widget to fit in sized box instead of container
- make the inner circle adjust dynamically
- fix dependency issue
- update documentation
- update documentation
- Update Readme
- Add documentation
- Initial Release