tangent_haptic_feedback 0.0.1
tangent_haptic_feedback: ^0.0.1 copied to clipboard
A powerful, type-safe haptic feedback library for iOS using Core Haptics. Create custom haptic patterns with parameter curves.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tangent_haptic_feedbackThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tangent_haptic_feedback: ^0.0.1Alternatively, 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:tangent_haptic_feedback/tangent_haptic_feedback.dart';