flutter_vibration_manager 1.0.0
flutter_vibration_manager: ^1.0.0 copied to clipboard
A production-ready Flutter plugin for advanced vibration, haptic feedback, waveforms, and capability detection on Android and iOS.
1.0.0 #
- Initial production release of
flutter_vibration_manager. - Supported Android modern and legacy APIs (
VibratorManager,VibrationEffect,VibrationAttributes,Vibrator). - Supported iOS haptic feedback generators (
UIImpactFeedbackGenerator,UISelectionFeedbackGenerator,UINotificationFeedbackGenerator). - Added hardware capability detection (
isSupported,hasVibrator,hasAmplitudeControl,capabilities). - Added custom duration, amplitude control, waveform patterns, repeating patterns, and cancellation.
- Added structured result handling (
VibrationResult,VibrationStatus). - Comprehensive unit tests and interactive example app.
