advanced_haptics
A Flutter plugin for playing advanced, custom haptic feedback patterns on Android and iOS, including waveforms and Core Haptics .ahap files.
What this package is like to depend on
Last release 5 months ago
12 Mar 2026
Ships fairly regularly
a new release about every 3 months
Nearly every release is documented
notes for 15 of 15 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
15 releases · first in 2025
3 releases in the last 12 months
see the full history below
Release timeline
15 releases · Jul 2025 to Mar 2026
2026
Releases
latest 15-
1.0.812 Mar 2026 -
1.0.712 Mar 2026Release notes
Open source →Contributor: @rdeekshitha-scapia — #4
- FIX: Lowered
minSdkVersionfrom 26 to 21, allowing the plugin to be used in apps targeting Android 5.0+. API 26 (Oreo) haptic requirements are now enforced at runtime via a centralizedhasOreoHaptics()check rather than at the build level.
- FIX: Lowered
-
1.0.606 Dec 2025Release notes
Open source →Contributor: @kvenn —
kvenn/bug-foreground-restart- FIX: Resolved an issue where
lightTap()andmediumTap()were not triggering haptic feedback on iOS (e.g. iPhone 13 Pro, iOS 18), whilesuccess()worked correctly. Reported in #2.
- FIX: Resolved an issue where
-
1.0.515 Jul 2025Release notes
Open source →- FIX: Resolved a build error on iOS versions below 16 caused by use of
CHHapticPattern(contentsOf:), which is only available in iOS 16+. Implemented a fallback using manual AHAP JSON decoding andCHHapticPattern(dictionary:)for compatibility with iOS 13–15.
- FIX: Resolved a build error on iOS versions below 16 caused by use of
-
1.0.407 Jul 2025 -
1.0.307 Jul 2025Release notes
Open source →- Added platform-specific methods for iOS.
- Improved README structure and organization.
-
1.0.207 Jul 2025 -
1.0.106 Jul 2025 -
1.0.006 Jul 2025 -
0.0.606 Jul 2025Release notes
Open source →- FIX: Resolved a build error on iOS (
Cannot find type 'CHHapticPlayer' in scope) by adding the necessaryCoreHapticsframework import.
- FIX: Resolved a build error on iOS (
-
0.0.506 Jul 2025 -
0.0.406 Jul 2025 -
0.0.306 Jul 2025 -
0.0.206 Jul 2025 -
0.0.106 Jul 2025Release notes
Open source →- Initial release of the
advanced_hapticspackage. - Support for Android waveform patterns.
- Support for iOS Core Haptics via
.ahapfiles. - Added predefined patterns and device support checking.
- Initial release of the