haptify 0.2.0-dev.1 copy "haptify: ^0.2.0-dev.1" to clipboard
haptify: ^0.2.0-dev.1 copied to clipboard

Generate haptic feedback files from audio: .ahap for iOS Core Haptics plus Android waveforms, via a CLI or a composable Dart pattern API.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate haptify

Use it

The package has the following executables:

$ haptify

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add haptify

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

dependencies:
  haptify: ^0.2.0-dev.1

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

Import it

Now in your Dart code, you can use:

import 'package:haptify/haptify.dart';
0
likes
0
points
89
downloads

Publisher

verified publisherimed.dev

Weekly Downloads

Generate haptic feedback files from audio: .ahap for iOS Core Haptics plus Android waveforms, via a CLI or a composable Dart pattern API.

Repository (GitHub)
View/report issues

Topics

#haptics #vibration #ahap #core-haptics

License

unknown (license)

Dependencies

args, meta, path, wav

More

Packages that depend on haptify