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 [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add web_hapticsWith Flutter:
$ flutter pub add web_hapticsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
web_haptics: ^0.0.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:web_haptics/web_haptics.dart';