pulsar_haptics 0.1.1
pulsar_haptics: ^0.1.1 copied to clipboard
Rich haptic feedback for Flutter with presets, pattern playback, and realtime control.
0.0.1 #
- Initial Flutter plugin release for Pulsar.
- Added preset playback, pattern composer, and realtime composer APIs.
- Added Android and iOS platform support.
0.0.2 #
- Fix pub.dev score
0.0.3 #
- Fix SwiftPM support for iOS platform.
0.1.0 #
-
Rename the iOS podspec to
pulsar_haptics.podspecso CocoaPods resolves the plugin under its pub package name. -
Depend on the renamed
PulsarHapticsCocoaPod, which builds under every CocoaPods linkage mode — includinguse_frameworks!with both:staticand:dynamiclinkage. -
Declare the
pulsar-iosSwift package dependency in the SPM manifest so the plugin builds with Flutter's Swift Package Manager support. -
Bump the native cores to pulsar-ios
1.4.0and pulsar-android1.3.0.No Dart API changes — this release is packaging and native dependency work only.
0.1.1 #
-
Fix the Android build failing with
Namespace 'com.swmansion.pulsar' is used in multiple modules and/or libraries. The plugin shared its Android namespace with thecom.swmansion:pulsarartifact it depends on, which newer Android Gradle Plugin versions reject; it now usescom.swmansion.pulsar.flutter.No Dart API changes.