haptics 0.0.3-test copy "haptics: ^0.0.3-test" to clipboard
haptics: ^0.0.3-test copied to clipboard

discontinued
outdated

Haptic feedback cross platform.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add haptics

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

dependencies:
  haptics: ^0.0.3-test

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:haptics/haptics.dart';