haptics 0.0.5 copy "haptics: ^0.0.5" to clipboard
haptics: ^0.0.5 copied to clipboard

discontinued
outdated

Haptic feedback cross platform.

Haptics #

Haptic feedback cross platform #

inspiered by flutter_vibrate https://github.com/rodydavis/flutter_vibrate #

Haptic feedback cross platform #

My site #

https://benhaim.app

Github repo #

https://github.com/hmbenhaim/haptics

Useage #

 <uses-permission android:name="android.permission.VIBRATE"/>
  • Install the package
 dependencies:
    haptics: <version>
  • Import the package in your code
import 'package:haptics/haptics.dart';
  • Use it
await Haptics.eedback(HapticLevel type);
0
likes
140
points
12
downloads

Publisher

verified publisherbenhaim.app

Weekly Downloads

Haptic feedback cross platform.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on haptics

Packages that implement haptics