advanced_haptics 0.0.6
advanced_haptics: ^0.0.6 copied to clipboard
A Flutter plugin for playing advanced, custom haptic feedback patterns on Android and iOS, including waveforms and Core Haptics .ahap files.
0.0.1 #
- Initial release of the
advanced_haptics
package. - Support for Android waveform patterns.
- Support for iOS Core Haptics via
.ahap
files. - Added predefined patterns and device support checking.
0.0.2 #
- Updated ReadMe
0.0.3 #
- Updated Fixed bug in iOS
0.0.4 #
- Updated Fixing play back issues on ios in waveform method
0.0.5 #
- Updated Fixing play back issues on ios in waveform method
0.0.6 #
- FIX: Resolved a build error on iOS (
Cannot find type 'CHHapticPlayer' in scope
) by adding the necessaryCoreHaptics
framework import.