Haptics
Haptic feedback cross platform
inspiered by flutter_vibrate https://github.com/rodydavis/flutter_vibrate
Haptic feedback cross platform
My site
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);