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

PlatformiOS

A Flutter plugin for creating custom haptic feedback patterns on iOS using Apple's Core Haptics framework. Supports transient and continuous haptics with full intensity and sharpness control.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_haptics_pro

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

dependencies:
  custom_haptics_pro: ^0.0.1

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:custom_haptics_pro/custom_haptics_pro.dart';
0
likes
150
points
124
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for creating custom haptic feedback patterns on iOS using Apple's Core Haptics framework. Supports transient and continuous haptics with full intensity and sharpness control.

Repository (GitHub)
View/report issues

Topics

#haptics #vibration #ios #core-haptics #feedback

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on custom_haptics_pro

Packages that implement custom_haptics_pro