web_haptics 0.0.2
web_haptics: ^0.0.2 copied to clipboard
Haptic feedback for Flutter web apps. Uses the iOS Taptic Engine via the checkbox-switch trick and navigator.vibrate() as the Android/fallback path. A Dart port of the web-haptics JavaScript library b [...]
0.0.1 #
- Initial release.
- WebHaptics class with trigger(), cancel(), and destroy() methods.
- Built-in haptic presets: success, warning, error, light, medium, heavy, soft, rigid, selection, nudge, buzz.
- iOS Taptic Engine support via hidden checkbox-switch trick.
- Android support via navigator.vibrate() with PWM intensity modulation.
- Desktop debug mode with Web Audio API click sounds.
0.0.2 #
- Updated homepage, repository, and issue tracker URLs.
- Update Readme