How are we supposed to cause haptic feedback on long press using Flutter HapticFeedback class?
I am currently working with HapticFeedback.selectionClick()
during my OnTapDown method, but nothing is happening.
I have also already added the vibrate permission in the android manifest file. I am using a Pixel2 XL device for testing.