HapticFeedback
HapticFeedback copied to clipboard
📳 Perform haptic feedback on both iOS and Android devices.
In our app, we're using minified release builds and the HapticFeedback class is not being found after minification, but it works fine in Debug builds without minification. Exact stack trace...
Do you have plans to add other feedback types from [Android](https://developer.android.com/reference/android/os/VibrationEffect#DEFAULT_AMPLITUDE) or [iOS](https://developer.apple.com/design/human-interface-guidelines/playing-haptics#Notification)? I noticed a forked repo has some progress in this direction, but no published packagees https://github.com/CandyCoded/HapticFeedback/compare/main...monoforest:HapticFeedback:main
1. The vibration intensity seems wrong, I chose heavy to vibrate for both android vs iphone but they don't vibrate strongly, just enough, for light I can't feel the vibration...