Quantcast
Channel: Flutter Haptic Feedback On Long Press - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Niraj Niroula for Flutter Haptic Feedback On Long Press

You can use vibrate plugin for that.Add this dependency in your pubspec.yaml filevibrate: ^0.0.4 Use this function in your class for vibrationvoid vibrate() async { bool canVibrate = await...

View Article



Flutter Haptic Feedback On Long Press

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...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images