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

PlatformiOS

A Flutter plugin for iOS custom haptic feedback using CoreHaptics.

custom_haptics_plugin #

A Flutter plugin that provides custom haptic feedback using Apple's CoreHaptics API (iOS only).

Features #

  • Fine-grained control over haptic patterns
  • Game-like feedback sensations
  • iOS 13+ support

Usage #

import 'package:custom_haptics_plugin/custom_haptics.dart';

CustomHaptics.playSuccess();
CustomHaptics.playCombo();
CustomHaptics.playVictoryFan();

iOS Setup #

Ensure your ios/Podfile includes:

platform :ios, '13.0'

Supported Methods #

  • playSuccess
  • playCombo
  • playRampUpCombo
  • playVictoryFan
  • playHeavyReward
  • playSuccessReward
  • playSinglePop
  • playChestOpen
  • playBigWin
  • playCoinCollect
  • playErrorFail
  • playMatchCombo
  • playDragStart
  • playDragMove
  • playFailureRumble
  • playSwipeTrail
  • playCountdownPulse
  • playPowerUpSurge

License #

MIT

0
likes
140
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for iOS custom haptic feedback using CoreHaptics.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on custom_haptics_plugin

Packages that implement custom_haptics_plugin