Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to do a small vibration #88

Closed
martinpelli opened this issue Jul 2, 2023 · 3 comments
Closed

Impossible to do a small vibration #88

martinpelli opened this issue Jul 2, 2023 · 3 comments

Comments

@martinpelli
Copy link

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.

@Hadi-Osman
Copy link

When I do Vibration.vibrate(duration: 15, amplitude: 64) I get a short and precise vibration, I am using a Samsung Galaxy S10+

@martinpelli
Copy link
Author

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

@xihuny
Copy link

xihuny commented Jul 20, 2023

@martinpelli but haptics only have 4 options right? what if I want a different duration?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants