bounce_tapper 1.0.9 bounce_tapper: ^1.0.9 copied to clipboard
Smooth on-tap bounce (shrink/grow) animation that can easily enhance user touch interactions.
1.0.0 #
- Initial Version
1.0.1 #
- Fix Import Issue
1.0.2 #
- Fixing the release interaction error of the ongoing animation.
1.0.3 #
- Change package name
1.0.4 #
- Update README
1.0.5 #
- Fixed the error in finding the borderRadius for the highlight box.
1.0.5 #
- Fixed the error in finding the borderRadius for the highlight box.
1.0.6 #
- Fixed the issue where touch events on a lower bounceTapper widget were not triggered when an upper bounceTapper widget was present due to touch area not being captured.****
1.0.7 #
- Fix disable on Scroll Issue
1.0.8 #
- Fixed an issue where the onTap event in BounceTapper would not trigger if an enclosed widget with a gesture event, such as onLongPress, was active.
1.0.9 #
- Improved handling of nested scroll views and gesture conflicts.