haptic_feedback 0.2.5 haptic_feedback: ^0.2.5 copied to clipboard
A Flutter plugin for haptic feedback. It uses the standard iOS haptics, and analog haptics on Android.
0.2.5 #
- Refactor example.
0.2.4 #
- Small refactoring.
0.2.3 #
- Check API level before calling
hasAmplitudeControl()
.
0.2.2 #
- Update version in
podspec
.
0.2.1 #
- Refactor Kotlin code.
0.2.0 #
- Improve docs.
- Add private constructor to
Haptics
.
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.