vibration_service 0.1.0 copy "vibration_service: ^0.1.0" to clipboard
vibration_service: ^0.1.0 copied to clipboard

Lightweight haptic helpers for Flutter using HapticFeedback—success, failure, refresh, warning, selection, and custom duration patterns.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add vibration_service

With Flutter:

 $ flutter pub add vibration_service

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

dependencies:
  vibration_service: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:vibration_service/vibration_service.dart';
1
likes
0
points
366
downloads

Publisher

unverified uploader

Weekly Downloads

Lightweight haptic helpers for Flutter using HapticFeedback—success, failure, refresh, warning, selection, and custom duration patterns.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on vibration_service