flutter_vibration icon indicating copy to clipboard operation
flutter_vibration copied to clipboard

Handle vibration on iOS and Android in Flutter apps

Results 31 flutter_vibration issues
Sort by recently updated
recently updated
newest added

Since today I'm using vibration version 1.8.1 and I get the following message when I compile my app on Linux for Android: ``` Note: /home/al/.pub-cache/hosted/pub.dev/vibration-1.8.1/android/src/main/java/com/benjaminabel/vibration/VibrationPlugin.java uses or overrides a deprecated...

I'd live to avoid surrounding the calls to this package with try catch when running on Mac. Currently `hasVibrator()` throws unimplemented method exception. It would be great if it just...

My Flutter app works well with IOS 15.4.1 But not work with IOS 16.1.1 and IOS 16.5.1 I think it has a problem with IOS 16, Anyone has this problem?

Tried vibration interval of 50ms but it is not working on latest Android versions. If I set Vibration interval to something like 300ms it works.

Hi. I was wondering if you could make it to use class methods instead of static ones, so we could mock it on Unit tests (perhaps using Singleton pattern would...

iOS 16.1.2 iPhone 11 I currently run the following code: ```dart Vibration.vibrate(pattern: [500, 500, 500, 500]); ``` ``` [hapi] CHHapticPatternPlayer.mm:132 -[PatternPlayer initWithPlayable:engine:privileged:error:]: ERROR: pattern contains no playable events Failed to...

Play the default vibration when unable to play a custom pattern. For example if the core haptic engine is stopped because the app is in the background. In my opinion,...

Calling Vibration.vibrate() with custom duration has no impact on iOS, vibration length is 500 ms. It's possible to vibrate with pattern to achieve custom duration. Also as in title canceling...

I tried this package but couldn't find any examples version : vibration_web 1.6.5