bounce_tapper 1.1.4
bounce_tapper: ^1.1.4 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.
1.1.0 #
- Fixed an occasional issue where an async gap occurred and implemented various performance improvements.
1.1.1 #
- Fixed an issue where the listener added to the scroller was not properly removed.
1.1.2 #
- Added handling to catch unexpected exceptions to prevent them from interrupting the animation.
1.1.3 #
- Exception handling for scenarios where requestFocus (or other gesture behaviors) interfere with the gesture arena.
1.1.4 #
- Fixed an issue where an exception occurring on a different screen could affect the bounceTapper gesture arena logic. Version 1.1.3 has been retracted, and it is recommended to use version 1.1.4 instead.