flutter_touch_scale 1.0.2
flutter_touch_scale: ^1.0.2 copied to clipboard
This Flutter package delivers clear visual feedback through scale animations on user touch interactions.
1.0.2 #
- Added
TouchScaleCallPhaseenumeration to define the phase in which a touch scale callback is triggered.onAccepted: Sets the phase when the gesture is accepted, regardless of whether the animation starts.onScaleDownEnd: Sets the phase when the scale-down animation has completed.onScaleUpEnd: Sets the phase when the scale-up animation has completed.