web_haptics 0.0.1 copy "web_haptics: ^0.0.1" to clipboard
web_haptics: ^0.0.1 copied to clipboard

Platformweb

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_haptics

With Flutter:

 $ flutter pub add web_haptics

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  web_haptics: ^0.0.1

Alternatively, 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';
3
likes
150
points
137
downloads

Publisher

verified publishersouvikbiswas.com

Weekly Downloads

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 by Lochie Axon.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

web

More

Packages that depend on web_haptics