Flutter: How to use HapticFeedback
Please make sure that Vibration feedback is enabled on the android device, and make sure to add <uses-permission android:name=”android.permission.VIBRATE” /> to the AndroidManifest.xml. See more info here: https://github.com/flutter/flutter/issues/33750