nex_haptic 0.0.1
nex_haptic: ^0.0.1 copied to clipboard
This cross-platform plugin provides haptic feedback for both Android and iOS devices, allowing you to trigger three types of vibration feedback.
Changelog #
0.0.1 - 2024-12-02 #
Added #
- Implemented basic haptic feedback functionality using
VibratorandView.performHapticFeedbackin Android. - Added support for both
VibrationEffect(API >= 26) and legacy vibration methods (API < 26). - Added support for iOS as well.
- Provided basic integration instructions for testing haptic feedback.
TODO #
- Plan for adding customizable vibration patterns in future updates.
- Implement more advanced haptic feedback options (e.g., for different UI elements).