haptic_feedback 0.1.1 haptic_feedback: ^0.1.1 copied to clipboard
A Flutter plugin for haptic feedback. It uses the standard iOS haptics, and analog haptics on Android.
0.1.1 #
- Improve docs.
0.1.0 #
- Format Swift code.
0.0.9 #
- Call fallback methods on iOS < 13 for
.rigid
and.soft
haptics.
0.0.8 #
- Refactor
canVibrate
implementation for supporting lower iOS versions.
0.0.7 #
- Format native code.
0.0.6 #
- Refactor
canVibrate
method into a getter for improved readability and usage.
0.0.5 #
- Make methods static.
0.0.4 #
- Add
namespace
to build.gradle. - Update
Kotlin
version of example. - Upgrade
Gradle
version of example. - Upgrade
Android Gradle Plugin
version of example.
0.0.3 #
- Fine-tune Android haptics.
0.0.2 #
- Update description.
0.0.1 #
- Initial release.