bounce 1.0.2 bounce: ^1.0.2 copied to clipboard
A widget that animates its children with a smooth scale and rotate animation, depending on the location of the touch.
1.0.2 #
- Reduced default long press duration from 1000ms to 700ms.
- Added [onSecondaryTapUp] callback, allowing to intercept secondary tap event (such as mouse right click).
- Added [TapDownDetails] parameter to [onLongPress] callback, making it possible to retrieve the local and global positions of the long press event.
1.0.1 #
- Added
onTapUp
callback, allowing to retrieve theTapUpDetails
associated to the tap event.
1.0.0 #
- Initial release