You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way to do a small vibration, like when spinning a wheel to change time, some apps have a very very small vibration. I tried to use this package to achieve that, but if I call Vibration.vibrate(duration: 20, amplitude: 50) the vibration is huge and awful.
The text was updated successfully, but these errors were encountered:
When I do Vibration.vibrate(duration: 15, amplitude: 64) I get a short and precise vibration, I am using a Samsung Galaxy S10+
Nevermind, I found that this is not for what I Wanted, for anyone looking for this, flutter has Haptics, so you should search for Haptics and not vibration
There is no way to do a small vibration, like when spinning a wheel to change time, some apps have a very very small vibration. I tried to use this package to achieve that, but if I call Vibration.vibrate(duration: 20, amplitude: 50) the vibration is huge and awful.
The text was updated successfully, but these errors were encountered: