nex_haptic 0.0.1 copy "nex_haptic: ^0.0.1" to clipboard
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 Vibrator and View.performHapticFeedback in 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).
3
likes
160
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

This cross-platform plugin provides haptic feedback for both Android and iOS devices, allowing you to trigger three types of vibration feedback.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on nex_haptic

Packages that implement nex_haptic